Shades of Taupe Grey #8E878B
Tints of Taupe Grey #8E878B
RGB
CMYK
RGB Variations
Color information
#8E878B (or 0x8E878B) is known color: Taupe Grey. HEX triplet: 8E, 87 and 8B. RGB value is (142,135,139). Sum of RGB (Red+Green+Blue) = 142+135+139=416 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.13% from 416); Green value is 135 (53.12% from 255 or 32.45% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 142 - color contains mainly: red. Hex color #8E878B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E878B is #717874. Grayscale: #898989. Windows color (decimal): -7436405 or 9144206. OLE color: 9144206.
HSL color Cylindrical-coordinate representation of color #8E878B: hue angle of 325.71º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8E878B is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 135 | 139 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.44 |
| HSL | 325.71º | 0.03% | 0.54% | - |
| HSV(B) | 325.71º | 0.05% | 0.56% | - |
| XYZ | 24.48 | 24.94 | 27.95 | - |
| YUV | 137.55 | 128.82 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 135 | 139 | 0 | 0.05 | 0.02 | 0.44 | 325.71 | 0.03 | 0.54 |
| Hex | 8E | 87 | 8B | 0 | 5 | 2 | 2C | 146 | 3 | 36 |
| Octal | 216 | 207 | 213 | 0 | 5 | 2 | 54 | 506 | 3 | 66 |
| Binary | 10001110 | 10000111 | 10001011 | 0 | 101 | 10 | 101100 | 101000110 | 11 | 110110 |
Color Harmonies of #8E878B
Complementary color
Monochromatic Colors of #8E878B
Black with #8E878B
Text Example
Text Example
White with #8E878B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E878B; }
p { color: rgb(142,135,139); }
H1.HeaderClassName
{
color: #8E878B;
}
.AnyTagClassName
{
color: #8E878B;
}
</style>
background-color css
<style>
a { background-color: #8E878B; }
a { background-color: rgb(142,135,139); }
div.DivClassName
{
background-color: #8E878B;
}
.BgClassName
{
background-color: #8E878B;
}
</style>
border-color css
<style>
span { border-color: #8E878B; }
span { border-color: rgb(142,135,139); }
td.TdClassName
{
border-color: #8E878B;
}
.TagClassName
{
border-color: #8E878B;
}
</style>