rgb

There are 1 entries for the tag rgb

Converting an RGB Color To Hex With JavaScript

UPDATE: 12/30 I had transposed the rgb colors. I corrected the function. I’ve been distracted by a new jQuery plugin that I’m writing. The plugin has certain situations where it sets various background and foreground colors. You can have it set those styles explicitly or you can have it set a CSS class, and let the CSS stylesheet do the work. I’m writing some unit tests to test the former behavior and ran into an annoying quirk. When testing the color value in IE, I’ll get something like #e0e0e0, but when testing it in FireFox, I get rgb(224, 224,...