Shades of Taupe Grey #8E818C
Tints of Taupe Grey #8E818C
RGB
CMYK
RGB Variations
Color information
#8E818C (or 0x8E818C) is known color: Taupe Grey. HEX triplet: 8E, 81 and 8C. RGB value is (142,129,140). Sum of RGB (Red+Green+Blue) = 142+129+140=411 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.55% from 411); Green value is 129 (50.78% from 255 or 31.39% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 142 - color contains mainly: red. Hex color #8E818C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E818C is #717E73. Grayscale: #868686. Windows color (decimal): -7437940 or 9208206. OLE color: 9208206.
HSL color Cylindrical-coordinate representation of color #8E818C: hue angle of 309.23º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8E818C is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 129 | 140 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.44 |
| HSL | 309.23º | 0.05% | 0.53% | - |
| HSV(B) | 309.23º | 0.09% | 0.56% | - |
| XYZ | 23.74 | 23.34 | 28.07 | - |
| YUV | 134.14 | 131.31 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 129 | 140 | 0 | 0.09 | 0.01 | 0.44 | 309.23 | 0.05 | 0.53 |
| Hex | 8E | 81 | 8C | 0 | 9 | 1 | 2C | 135 | 5 | 35 |
| Octal | 216 | 201 | 214 | 0 | 11 | 1 | 54 | 465 | 5 | 65 |
| Binary | 10001110 | 10000001 | 10001100 | 0 | 1001 | 1 | 101100 | 100110101 | 101 | 110101 |
Color Harmonies of #8E818C
Complementary color
Monochromatic Colors of #8E818C
Black with #8E818C
Text Example
Text Example
White with #8E818C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E818C; }
p { color: rgb(142,129,140); }
H1.HeaderClassName
{
color: #8E818C;
}
.AnyTagClassName
{
color: #8E818C;
}
</style>
background-color css
<style>
a { background-color: #8E818C; }
a { background-color: rgb(142,129,140); }
div.DivClassName
{
background-color: #8E818C;
}
.BgClassName
{
background-color: #8E818C;
}
</style>
border-color css
<style>
span { border-color: #8E818C; }
span { border-color: rgb(142,129,140); }
td.TdClassName
{
border-color: #8E818C;
}
.TagClassName
{
border-color: #8E818C;
}
</style>