Shades of Heathered Grey #8E887A
Tints of Heathered Grey #8E887A
RGB
CMYK
RGB Variations
Color information
#8E887A (or 0x8E887A) is known color: Heathered Grey. HEX triplet: 8E, 88 and 7A. RGB value is (142,136,122). Sum of RGB (Red+Green+Blue) = 142+136+122=400 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.5% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 142 - color contains mainly: red. Hex color #8E887A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E887A is #717785. Grayscale: #888888. Windows color (decimal): -7436166 or 8030350. OLE color: 8030350.
HSL color Cylindrical-coordinate representation of color #8E887A: hue angle of 42º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8E887A is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 136 | 122 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.44 |
| HSL | 42º | 0.08% | 0.52% | - |
| HSV(B) | 42º | 0.14% | 0.56% | - |
| XYZ | 23.47 | 24.76 | 21.96 | - |
| YUV | 136.2 | 119.99 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 136 | 122 | 0 | 0.04 | 0.14 | 0.44 | 42 | 0.08 | 0.52 |
| Hex | 8E | 88 | 7A | 0 | 4 | E | 2C | 2A | 8 | 34 |
| Octal | 216 | 210 | 172 | 0 | 4 | 16 | 54 | 52 | 10 | 64 |
| Binary | 10001110 | 10001000 | 1111010 | 0 | 100 | 1110 | 101100 | 101010 | 1000 | 110100 |
Color Harmonies of #8E887A
Complementary color
Monochromatic Colors of #8E887A
Black with #8E887A
Text Example
Text Example
White with #8E887A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E887A; }
p { color: rgb(142,136,122); }
H1.HeaderClassName
{
color: #8E887A;
}
.AnyTagClassName
{
color: #8E887A;
}
</style>
background-color css
<style>
a { background-color: #8E887A; }
a { background-color: rgb(142,136,122); }
div.DivClassName
{
background-color: #8E887A;
}
.BgClassName
{
background-color: #8E887A;
}
</style>
border-color css
<style>
span { border-color: #8E887A; }
span { border-color: rgb(142,136,122); }
td.TdClassName
{
border-color: #8E887A;
}
.TagClassName
{
border-color: #8E887A;
}
</style>