Shades of Heathered Grey #8E887C
Tints of Heathered Grey #8E887C
RGB
CMYK
RGB Variations
Color information
#8E887C (or 0x8E887C) is known color: Heathered Grey. HEX triplet: 8E, 88 and 7C. RGB value is (142,136,124). Sum of RGB (Red+Green+Blue) = 142+136+124=402 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.32% from 402); Green value is 136 (53.52% from 255 or 33.83% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 142 - color contains mainly: red. Hex color #8E887C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E887C is #717783. Grayscale: #888888. Windows color (decimal): -7436164 or 8161422. OLE color: 8161422.
HSL color Cylindrical-coordinate representation of color #8E887C: hue angle of 40º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8E887C is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 136 | 124 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.44 |
| HSL | 40º | 0.07% | 0.52% | - |
| HSV(B) | 40º | 0.13% | 0.56% | - |
| XYZ | 23.6 | 24.81 | 22.61 | - |
| YUV | 136.43 | 120.99 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 136 | 124 | 0 | 0.04 | 0.13 | 0.44 | 40 | 0.07 | 0.52 |
| Hex | 8E | 88 | 7C | 0 | 4 | D | 2C | 28 | 7 | 34 |
| Octal | 216 | 210 | 174 | 0 | 4 | 15 | 54 | 50 | 7 | 64 |
| Binary | 10001110 | 10001000 | 1111100 | 0 | 100 | 1101 | 101100 | 101000 | 111 | 110100 |
Color Harmonies of #8E887C
Complementary color
Monochromatic Colors of #8E887C
Black with #8E887C
Text Example
Text Example
White with #8E887C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E887C; }
p { color: rgb(142,136,124); }
H1.HeaderClassName
{
color: #8E887C;
}
.AnyTagClassName
{
color: #8E887C;
}
</style>
background-color css
<style>
a { background-color: #8E887C; }
a { background-color: rgb(142,136,124); }
div.DivClassName
{
background-color: #8E887C;
}
.BgClassName
{
background-color: #8E887C;
}
</style>
border-color css
<style>
span { border-color: #8E887C; }
span { border-color: rgb(142,136,124); }
td.TdClassName
{
border-color: #8E887C;
}
.TagClassName
{
border-color: #8E887C;
}
</style>