Shades of Taupe Grey #8E888D
Tints of Taupe Grey #8E888D
RGB
CMYK
RGB Variations
Color information
#8E888D (or 0x8E888D) is known color: Taupe Grey. HEX triplet: 8E, 88 and 8D. RGB value is (142,136,141). Sum of RGB (Red+Green+Blue) = 142+136+141=419 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.89% from 419); Green value is 136 (53.52% from 255 or 32.46% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 142 - color contains mainly: red. Hex color #8E888D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E888D is #717772. Grayscale: #8A8A8A. Windows color (decimal): -7436147 or 9275534. OLE color: 9275534.
HSL color Cylindrical-coordinate representation of color #8E888D: hue angle of 310º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #8E888D is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 136 | 141 | - |
| CMYK | 0 | 0.04 | 0.01 | 0.44 |
| HSL | 310º | 0.03% | 0.55% | - |
| HSV(B) | 310º | 0.04% | 0.56% | - |
| XYZ | 24.77 | 25.28 | 28.77 | - |
| YUV | 138.36 | 129.49 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 136 | 141 | 0 | 0.04 | 0.01 | 0.44 | 310 | 0.03 | 0.55 |
| Hex | 8E | 88 | 8D | 0 | 4 | 1 | 2C | 136 | 3 | 37 |
| Octal | 216 | 210 | 215 | 0 | 4 | 1 | 54 | 466 | 3 | 67 |
| Binary | 10001110 | 10001000 | 10001101 | 0 | 100 | 1 | 101100 | 100110110 | 11 | 110111 |
Color Harmonies of #8E888D
Complementary color
Monochromatic Colors of #8E888D
Black with #8E888D
Text Example
Text Example
White with #8E888D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E888D; }
p { color: rgb(142,136,141); }
H1.HeaderClassName
{
color: #8E888D;
}
.AnyTagClassName
{
color: #8E888D;
}
</style>
background-color css
<style>
a { background-color: #8E888D; }
a { background-color: rgb(142,136,141); }
div.DivClassName
{
background-color: #8E888D;
}
.BgClassName
{
background-color: #8E888D;
}
</style>
border-color css
<style>
span { border-color: #8E888D; }
span { border-color: rgb(142,136,141); }
td.TdClassName
{
border-color: #8E888D;
}
.TagClassName
{
border-color: #8E888D;
}
</style>