Shades of Heathered Grey #9C8F7F
Tints of Heathered Grey #9C8F7F
RGB
CMYK
RGB Variations
Color information
#9C8F7F (or 0x9C8F7F) is known color: Heathered Grey. HEX triplet: 9C, 8F and 7F. RGB value is (156,143,127). Sum of RGB (Red+Green+Blue) = 156+143+127=426 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.62% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8F7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8F7F is #637080. Grayscale: #919191. Windows color (decimal): -6516865 or 8359836. OLE color: 8359836.
HSL color Cylindrical-coordinate representation of color #9C8F7F: hue angle of 33.1º 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 #9C8F7F is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 143 | 127 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.39 |
| HSL | 33.1º | 0.13% | 0.55% | - |
| HSV(B) | 33.1º | 0.19% | 0.61% | - |
| XYZ | 27.36 | 28.25 | 24.09 | - |
| YUV | 145.06 | 117.81 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 143 | 127 | 0 | 0.08 | 0.19 | 0.39 | 33.1 | 0.13 | 0.55 |
| Hex | 9C | 8F | 7F | 0 | 8 | 13 | 27 | 21 | D | 37 |
| Octal | 234 | 217 | 177 | 0 | 10 | 23 | 47 | 41 | 15 | 67 |
| Binary | 10011100 | 10001111 | 1111111 | 0 | 1000 | 10011 | 100111 | 100001 | 1101 | 110111 |
Color Harmonies of #9C8F7F
Complementary color
Monochromatic Colors of #9C8F7F
Black with #9C8F7F
Text Example
Text Example
White with #9C8F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8F7F; }
p { color: rgb(156,143,127); }
H1.HeaderClassName
{
color: #9C8F7F;
}
.AnyTagClassName
{
color: #9C8F7F;
}
</style>
background-color css
<style>
a { background-color: #9C8F7F; }
a { background-color: rgb(156,143,127); }
div.DivClassName
{
background-color: #9C8F7F;
}
.BgClassName
{
background-color: #9C8F7F;
}
</style>
border-color css
<style>
span { border-color: #9C8F7F; }
span { border-color: rgb(156,143,127); }
td.TdClassName
{
border-color: #9C8F7F;
}
.TagClassName
{
border-color: #9C8F7F;
}
</style>