Shades of Taupe Grey #8E868A
Tints of Taupe Grey #8E868A
RGB
CMYK
RGB Variations
Color information
#8E868A (or 0x8E868A) is known color: Taupe Grey. HEX triplet: 8E, 86 and 8A. RGB value is (142,134,138). Sum of RGB (Red+Green+Blue) = 142+134+138=414 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.30% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 142 - color contains mainly: red. Hex color #8E868A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E868A is #717975. Grayscale: #888888. Windows color (decimal): -7436662 or 9078414. OLE color: 9078414.
HSL color Cylindrical-coordinate representation of color #8E868A: hue angle of 330º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8E868A is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 134 | 138 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.44 |
| HSL | 330º | 0.03% | 0.54% | - |
| HSV(B) | 330º | 0.06% | 0.56% | - |
| XYZ | 24.27 | 24.64 | 27.52 | - |
| YUV | 136.85 | 128.65 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 134 | 138 | 0 | 0.06 | 0.03 | 0.44 | 330 | 0.03 | 0.54 |
| Hex | 8E | 86 | 8A | 0 | 6 | 3 | 2C | 14A | 3 | 36 |
| Octal | 216 | 206 | 212 | 0 | 6 | 3 | 54 | 512 | 3 | 66 |
| Binary | 10001110 | 10000110 | 10001010 | 0 | 110 | 11 | 101100 | 101001010 | 11 | 110110 |
Color Harmonies of #8E868A
Complementary color
Monochromatic Colors of #8E868A
Black with #8E868A
Text Example
Text Example
White with #8E868A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E868A; }
p { color: rgb(142,134,138); }
H1.HeaderClassName
{
color: #8E868A;
}
.AnyTagClassName
{
color: #8E868A;
}
</style>
background-color css
<style>
a { background-color: #8E868A; }
a { background-color: rgb(142,134,138); }
div.DivClassName
{
background-color: #8E868A;
}
.BgClassName
{
background-color: #8E868A;
}
</style>
border-color css
<style>
span { border-color: #8E868A; }
span { border-color: rgb(142,134,138); }
td.TdClassName
{
border-color: #8E868A;
}
.TagClassName
{
border-color: #8E868A;
}
</style>