Shades of Edward #9C9F9D
Tints of Edward #9C9F9D
RGB
CMYK
RGB Variations
Color information
#9C9F9D (or 0x9C9F9D) is known color: Edward. HEX triplet: 9C, 9F and 9D. RGB value is (156,159,157). Sum of RGB (Red+Green+Blue) = 156+159+157=472 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.05% from 472); Green value is 159 (62.5% from 255 or 33.69% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 159 - color contains mainly: green. Hex color #9C9F9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9F9D is #636062. Grayscale: #9D9D9D. Windows color (decimal): -6512739 or 10330012. OLE color: 10330012.
HSL color Cylindrical-coordinate representation of color #9C9F9D: hue angle of 140º degrees, saturation: 0.02, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #9C9F9D is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 156 | 159 | 157 | - |
| CMYK | 0.02 | 0 | 0.01 | 0.38 |
| HSL | 140º | 0.02% | 0.62% | - |
| HSV(B) | 140º | 0.02% | 0.62% | - |
| XYZ | 32.19 | 34.3 | 36.82 | - |
| YUV | 157.88 | 127.51 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 159 | 157 | 0.02 | 0 | 0.01 | 0.38 | 140 | 0.02 | 0.62 |
| Hex | 9C | 9F | 9D | 2 | 0 | 1 | 26 | 8C | 2 | 3E |
| Octal | 234 | 237 | 235 | 2 | 0 | 1 | 46 | 214 | 2 | 76 |
| Binary | 10011100 | 10011111 | 10011101 | 10 | 0 | 1 | 100110 | 10001100 | 10 | 111110 |
Color Harmonies of #9C9F9D
Complementary color
Monochromatic Colors of #9C9F9D
Black with #9C9F9D
Text Example
Text Example
White with #9C9F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9F9D; }
p { color: rgb(156,159,157); }
H1.HeaderClassName
{
color: #9C9F9D;
}
.AnyTagClassName
{
color: #9C9F9D;
}
</style>
background-color css
<style>
a { background-color: #9C9F9D; }
a { background-color: rgb(156,159,157); }
div.DivClassName
{
background-color: #9C9F9D;
}
.BgClassName
{
background-color: #9C9F9D;
}
</style>
border-color css
<style>
span { border-color: #9C9F9D; }
span { border-color: rgb(156,159,157); }
td.TdClassName
{
border-color: #9C9F9D;
}
.TagClassName
{
border-color: #9C9F9D;
}
</style>