Shades of Heathered Grey #9C8F7E
Tints of Heathered Grey #9C8F7E
RGB
CMYK
RGB Variations
Color information
#9C8F7E (or 0x9C8F7E) is known color: Heathered Grey. HEX triplet: 9C, 8F and 7E. RGB value is (156,143,126). Sum of RGB (Red+Green+Blue) = 156+143+126=425 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.71% from 425); Green value is 143 (56.25% from 255 or 33.65% from 425); Blue value is 126 (49.61% from 255 or 29.65% from 425); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8F7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8F7E is #637081. Grayscale: #919191. Windows color (decimal): -6516866 or 8294300. OLE color: 8294300.
HSL color Cylindrical-coordinate representation of color #9C8F7E: hue angle of 34º 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 #9C8F7E is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 143 | 126 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.39 |
| HSL | 34º | 0.13% | 0.55% | - |
| HSV(B) | 34º | 0.19% | 0.61% | - |
| XYZ | 27.3 | 28.22 | 23.75 | - |
| YUV | 144.95 | 117.31 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 143 | 126 | 0 | 0.08 | 0.19 | 0.39 | 34 | 0.13 | 0.55 |
| Hex | 9C | 8F | 7E | 0 | 8 | 13 | 27 | 22 | D | 37 |
| Octal | 234 | 217 | 176 | 0 | 10 | 23 | 47 | 42 | 15 | 67 |
| Binary | 10011100 | 10001111 | 1111110 | 0 | 1000 | 10011 | 100111 | 100010 | 1101 | 110111 |
Color Harmonies of #9C8F7E
Complementary color
Monochromatic Colors of #9C8F7E
Black with #9C8F7E
Text Example
Text Example
White with #9C8F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8F7E; }
p { color: rgb(156,143,126); }
H1.HeaderClassName
{
color: #9C8F7E;
}
.AnyTagClassName
{
color: #9C8F7E;
}
</style>
background-color css
<style>
a { background-color: #9C8F7E; }
a { background-color: rgb(156,143,126); }
div.DivClassName
{
background-color: #9C8F7E;
}
.BgClassName
{
background-color: #9C8F7E;
}
</style>
border-color css
<style>
span { border-color: #9C8F7E; }
span { border-color: rgb(156,143,126); }
td.TdClassName
{
border-color: #9C8F7E;
}
.TagClassName
{
border-color: #9C8F7E;
}
</style>