Shades of Heathered Grey #8E897C
Tints of Heathered Grey #8E897C
RGB
CMYK
RGB Variations
Color information
#8E897C (or 0x8E897C) is known color: Heathered Grey. HEX triplet: 8E, 89 and 7C. RGB value is (142,137,124). Sum of RGB (Red+Green+Blue) = 142+137+124=403 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.24% from 403); Green value is 137 (53.91% from 255 or 34.00% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 142 - color contains mainly: red. Hex color #8E897C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E897C is #717683. Grayscale: #898989. Windows color (decimal): -7435908 or 8161678. OLE color: 8161678.
HSL color Cylindrical-coordinate representation of color #8E897C: hue angle of 43.33º 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 #8E897C is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 137 | 124 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.44 |
| HSL | 43.33º | 0.07% | 0.52% | - |
| HSV(B) | 43.33º | 0.13% | 0.56% | - |
| XYZ | 23.74 | 25.1 | 22.66 | - |
| YUV | 137.01 | 120.66 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 137 | 124 | 0 | 0.04 | 0.13 | 0.44 | 43.33 | 0.07 | 0.52 |
| Hex | 8E | 89 | 7C | 0 | 4 | D | 2C | 2B | 7 | 34 |
| Octal | 216 | 211 | 174 | 0 | 4 | 15 | 54 | 53 | 7 | 64 |
| Binary | 10001110 | 10001001 | 1111100 | 0 | 100 | 1101 | 101100 | 101011 | 111 | 110100 |
Color Harmonies of #8E897C
Complementary color
Monochromatic Colors of #8E897C
Black with #8E897C
Text Example
Text Example
White with #8E897C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E897C; }
p { color: rgb(142,137,124); }
H1.HeaderClassName
{
color: #8E897C;
}
.AnyTagClassName
{
color: #8E897C;
}
</style>
background-color css
<style>
a { background-color: #8E897C; }
a { background-color: rgb(142,137,124); }
div.DivClassName
{
background-color: #8E897C;
}
.BgClassName
{
background-color: #8E897C;
}
</style>
border-color css
<style>
span { border-color: #8E897C; }
span { border-color: rgb(142,137,124); }
td.TdClassName
{
border-color: #8E897C;
}
.TagClassName
{
border-color: #8E897C;
}
</style>