Shades of Heathered Grey #8E887B
Tints of Heathered Grey #8E887B
RGB
CMYK
RGB Variations
Color information
#8E887B (or 0x8E887B) is known color: Heathered Grey. HEX triplet: 8E, 88 and 7B. RGB value is (142,136,123). Sum of RGB (Red+Green+Blue) = 142+136+123=401 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.41% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 142 - color contains mainly: red. Hex color #8E887B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E887B is #717784. Grayscale: #888888. Windows color (decimal): -7436165 or 8095886. OLE color: 8095886.
HSL color Cylindrical-coordinate representation of color #8E887B: hue angle of 41.05º degrees, saturation: 0.08, 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 #8E887B is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 136 | 123 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.44 |
| HSL | 41.05º | 0.08% | 0.52% | - |
| HSV(B) | 41.05º | 0.13% | 0.56% | - |
| XYZ | 23.53 | 24.79 | 22.28 | - |
| YUV | 136.31 | 120.49 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 136 | 123 | 0 | 0.04 | 0.13 | 0.44 | 41.05 | 0.08 | 0.52 |
| Hex | 8E | 88 | 7B | 0 | 4 | D | 2C | 29 | 8 | 34 |
| Octal | 216 | 210 | 173 | 0 | 4 | 15 | 54 | 51 | 10 | 64 |
| Binary | 10001110 | 10001000 | 1111011 | 0 | 100 | 1101 | 101100 | 101001 | 1000 | 110100 |
Color Harmonies of #8E887B
Complementary color
Monochromatic Colors of #8E887B
Black with #8E887B
Text Example
Text Example
White with #8E887B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E887B; }
p { color: rgb(142,136,123); }
H1.HeaderClassName
{
color: #8E887B;
}
.AnyTagClassName
{
color: #8E887B;
}
</style>
background-color css
<style>
a { background-color: #8E887B; }
a { background-color: rgb(142,136,123); }
div.DivClassName
{
background-color: #8E887B;
}
.BgClassName
{
background-color: #8E887B;
}
</style>
border-color css
<style>
span { border-color: #8E887B; }
span { border-color: rgb(142,136,123); }
td.TdClassName
{
border-color: #8E887B;
}
.TagClassName
{
border-color: #8E887B;
}
</style>