Shades of Heathered Grey #8E8C87
Tints of Heathered Grey #8E8C87
RGB
CMYK
RGB Variations
Color information
#8E8C87 (or 0x8E8C87) is known color: Heathered Grey. HEX triplet: 8E, 8C and 87. RGB value is (142,140,135). Sum of RGB (Red+Green+Blue) = 142+140+135=417 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.05% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 135 (53.12% from 255 or 32.37% from 417); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8C87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8C87 is #717378. Grayscale: #8C8C8C. Windows color (decimal): -7435129 or 8883342. OLE color: 8883342.
HSL color Cylindrical-coordinate representation of color #8E8C87: hue angle of 42.86º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8E8C87 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 140 | 135 | - |
| CMYK | 0 | 0.01 | 0.05 | 0.44 |
| HSL | 42.86º | 0.03% | 0.54% | - |
| HSV(B) | 42.86º | 0.05% | 0.56% | - |
| XYZ | 24.91 | 26.26 | 26.68 | - |
| YUV | 140.03 | 125.16 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 140 | 135 | 0 | 0.01 | 0.05 | 0.44 | 42.86 | 0.03 | 0.54 |
| Hex | 8E | 8C | 87 | 0 | 1 | 5 | 2C | 2B | 3 | 36 |
| Octal | 216 | 214 | 207 | 0 | 1 | 5 | 54 | 53 | 3 | 66 |
| Binary | 10001110 | 10001100 | 10000111 | 0 | 1 | 101 | 101100 | 101011 | 11 | 110110 |
Color Harmonies of #8E8C87
Complementary color
Monochromatic Colors of #8E8C87
Black with #8E8C87
Text Example
Text Example
White with #8E8C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8C87; }
p { color: rgb(142,140,135); }
H1.HeaderClassName
{
color: #8E8C87;
}
.AnyTagClassName
{
color: #8E8C87;
}
</style>
background-color css
<style>
a { background-color: #8E8C87; }
a { background-color: rgb(142,140,135); }
div.DivClassName
{
background-color: #8E8C87;
}
.BgClassName
{
background-color: #8E8C87;
}
</style>
border-color css
<style>
span { border-color: #8E8C87; }
span { border-color: rgb(142,140,135); }
td.TdClassName
{
border-color: #8E8C87;
}
.TagClassName
{
border-color: #8E8C87;
}
</style>