What is the quickest method to see the actual color of the hex code #a7a7a7?
When i work on another’s CSS, I want to be able to quickly see the color of that particular hex code.
Example: If I’m editing CSS in notepad, and I found code #a7a7a7, then how can I know what color this code corresponds to?
I already have tools that can give me a hex value for a color on screen, but I need one that does the opposite.
I don’t want a color chart; I just want a tool to convert from hex value to color.
You drop notepad as an editor and choose from one of the many freely available CSS editors?
Random example:
http://speckyboy.com/2008/09/15/7-free-css-editors-which-is-the-best-you-choose/
EDIT: So… to make this a programming question, and since you are on Windows XP, I made a little HTA application that does color code previews:
Save the above to a file called
HexHelper.htaand run the file. Here is how it looks like. Feel free to modify in any way you want.Hex Helper screen stot http://img203.imageshack.us/img203/8122/hexhelper.png