Shades of Taupe Grey #8E8089
Tints of Taupe Grey #8E8089
RGB
CMYK
RGB Variations
Color information
#8E8089 (or 0x8E8089) is known color: Taupe Grey. HEX triplet: 8E, 80 and 89. RGB value is (142,128,137). Sum of RGB (Red+Green+Blue) = 142+128+137=407 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.89% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 137 (53.91% from 255 or 33.66% from 407); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8089 is #717F76. Grayscale: #858585. Windows color (decimal): -7438199 or 9011342. OLE color: 9011342.
HSL color Cylindrical-coordinate representation of color #8E8089: hue angle of 321.43º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8E8089 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 128 | 137 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.44 |
| HSL | 321.43º | 0.06% | 0.53% | - |
| HSV(B) | 321.43º | 0.1% | 0.56% | - |
| XYZ | 23.39 | 23 | 26.87 | - |
| YUV | 133.21 | 130.14 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 128 | 137 | 0 | 0.10 | 0.04 | 0.44 | 321.43 | 0.06 | 0.53 |
| Hex | 8E | 80 | 89 | 0 | A | 4 | 2C | 141 | 6 | 35 |
| Octal | 216 | 200 | 211 | 0 | 12 | 4 | 54 | 501 | 6 | 65 |
| Binary | 10001110 | 10000000 | 10001001 | 0 | 1010 | 100 | 101100 | 101000001 | 110 | 110101 |
Color Harmonies of #8E8089
Complementary color
Monochromatic Colors of #8E8089
Black with #8E8089
Text Example
Text Example
White with #8E8089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8089; }
p { color: rgb(142,128,137); }
H1.HeaderClassName
{
color: #8E8089;
}
.AnyTagClassName
{
color: #8E8089;
}
</style>
background-color css
<style>
a { background-color: #8E8089; }
a { background-color: rgb(142,128,137); }
div.DivClassName
{
background-color: #8E8089;
}
.BgClassName
{
background-color: #8E8089;
}
</style>
border-color css
<style>
span { border-color: #8E8089; }
span { border-color: rgb(142,128,137); }
td.TdClassName
{
border-color: #8E8089;
}
.TagClassName
{
border-color: #8E8089;
}
</style>