Shades of Heathered Grey #9C8D7B
Tints of Heathered Grey #9C8D7B
RGB
CMYK
RGB Variations
Color information
#9C8D7B (or 0x9C8D7B) is known color: Heathered Grey. HEX triplet: 9C, 8D and 7B. RGB value is (156,141,123). Sum of RGB (Red+Green+Blue) = 156+141+123=420 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.14% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 123 (48.44% from 255 or 29.29% from 420); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8D7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8D7B is #637284. Grayscale: #8F8F8F. Windows color (decimal): -6517381 or 8097180. OLE color: 8097180.
HSL color Cylindrical-coordinate representation of color #9C8D7B: hue angle of 32.73º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9C8D7B is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 141 | 123 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.39 |
| HSL | 32.73º | 0.14% | 0.55% | - |
| HSV(B) | 32.73º | 0.21% | 0.61% | - |
| XYZ | 26.81 | 27.55 | 22.64 | - |
| YUV | 143.43 | 116.47 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 141 | 123 | 0 | 0.10 | 0.21 | 0.39 | 32.73 | 0.14 | 0.55 |
| Hex | 9C | 8D | 7B | 0 | A | 15 | 27 | 21 | E | 37 |
| Octal | 234 | 215 | 173 | 0 | 12 | 25 | 47 | 41 | 16 | 67 |
| Binary | 10011100 | 10001101 | 1111011 | 0 | 1010 | 10101 | 100111 | 100001 | 1110 | 110111 |
Color Harmonies of #9C8D7B
Complementary color
Monochromatic Colors of #9C8D7B
Black with #9C8D7B
Text Example
Text Example
White with #9C8D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8D7B; }
p { color: rgb(156,141,123); }
H1.HeaderClassName
{
color: #9C8D7B;
}
.AnyTagClassName
{
color: #9C8D7B;
}
</style>
background-color css
<style>
a { background-color: #9C8D7B; }
a { background-color: rgb(156,141,123); }
div.DivClassName
{
background-color: #9C8D7B;
}
.BgClassName
{
background-color: #9C8D7B;
}
</style>
border-color css
<style>
span { border-color: #9C8D7B; }
span { border-color: rgb(156,141,123); }
td.TdClassName
{
border-color: #9C8D7B;
}
.TagClassName
{
border-color: #9C8D7B;
}
</style>