Shades of Heathered Grey #9C907E
Tints of Heathered Grey #9C907E
RGB
CMYK
RGB Variations
Color information
#9C907E (or 0x9C907E) is known color: Heathered Grey. HEX triplet: 9C, 90 and 7E. RGB value is (156,144,126). Sum of RGB (Red+Green+Blue) = 156+144+126=426 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.62% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 126 (49.61% from 255 or 29.58% from 426); Max value from RGB is 156 - color contains mainly: red. Hex color #9C907E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C907E is #636F81. Grayscale: #919191. Windows color (decimal): -6516610 or 8294556. OLE color: 8294556.
HSL color Cylindrical-coordinate representation of color #9C907E: hue angle of 36º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9C907E is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 144 | 126 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.39 |
| HSL | 36º | 0.13% | 0.55% | - |
| HSV(B) | 36º | 0.19% | 0.61% | - |
| XYZ | 27.45 | 28.52 | 23.8 | - |
| YUV | 145.54 | 116.98 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 144 | 126 | 0 | 0.08 | 0.19 | 0.39 | 36 | 0.13 | 0.55 |
| Hex | 9C | 90 | 7E | 0 | 8 | 13 | 27 | 24 | D | 37 |
| Octal | 234 | 220 | 176 | 0 | 10 | 23 | 47 | 44 | 15 | 67 |
| Binary | 10011100 | 10010000 | 1111110 | 0 | 1000 | 10011 | 100111 | 100100 | 1101 | 110111 |
Color Harmonies of #9C907E
Complementary color
Monochromatic Colors of #9C907E
Black with #9C907E
Text Example
Text Example
White with #9C907E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C907E; }
p { color: rgb(156,144,126); }
H1.HeaderClassName
{
color: #9C907E;
}
.AnyTagClassName
{
color: #9C907E;
}
</style>
background-color css
<style>
a { background-color: #9C907E; }
a { background-color: rgb(156,144,126); }
div.DivClassName
{
background-color: #9C907E;
}
.BgClassName
{
background-color: #9C907E;
}
</style>
border-color css
<style>
span { border-color: #9C907E; }
span { border-color: rgb(156,144,126); }
td.TdClassName
{
border-color: #9C907E;
}
.TagClassName
{
border-color: #9C907E;
}
</style>