Shades of Taupe Grey #8E858A
Tints of Taupe Grey #8E858A
RGB
CMYK
RGB Variations
Color information
#8E858A (or 0x8E858A) is known color: Taupe Grey. HEX triplet: 8E, 85 and 8A. RGB value is (142,133,138). Sum of RGB (Red+Green+Blue) = 142+133+138=413 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.38% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 142 - color contains mainly: red. Hex color #8E858A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E858A is #717A75. Grayscale: #888888. Windows color (decimal): -7436918 or 9078158. OLE color: 9078158.
HSL color Cylindrical-coordinate representation of color #8E858A: hue angle of 326.67º degrees, saturation: 0.04, 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 #8E858A is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 133 | 138 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.44 |
| HSL | 326.67º | 0.04% | 0.54% | - |
| HSV(B) | 326.67º | 0.06% | 0.56% | - |
| XYZ | 24.13 | 24.36 | 27.48 | - |
| YUV | 136.26 | 128.98 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 133 | 138 | 0 | 0.06 | 0.03 | 0.44 | 326.67 | 0.04 | 0.54 |
| Hex | 8E | 85 | 8A | 0 | 6 | 3 | 2C | 147 | 4 | 36 |
| Octal | 216 | 205 | 212 | 0 | 6 | 3 | 54 | 507 | 4 | 66 |
| Binary | 10001110 | 10000101 | 10001010 | 0 | 110 | 11 | 101100 | 101000111 | 100 | 110110 |
Color Harmonies of #8E858A
Complementary color
Monochromatic Colors of #8E858A
Black with #8E858A
Text Example
Text Example
White with #8E858A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E858A; }
p { color: rgb(142,133,138); }
H1.HeaderClassName
{
color: #8E858A;
}
.AnyTagClassName
{
color: #8E858A;
}
</style>
background-color css
<style>
a { background-color: #8E858A; }
a { background-color: rgb(142,133,138); }
div.DivClassName
{
background-color: #8E858A;
}
.BgClassName
{
background-color: #8E858A;
}
</style>
border-color css
<style>
span { border-color: #8E858A; }
span { border-color: rgb(142,133,138); }
td.TdClassName
{
border-color: #8E858A;
}
.TagClassName
{
border-color: #8E858A;
}
</style>