Shades of Taupe Grey #8E808B
Tints of Taupe Grey #8E808B
RGB
CMYK
RGB Variations
Color information
#8E808B (or 0x8E808B) is known color: Taupe Grey. HEX triplet: 8E, 80 and 8B. RGB value is (142,128,139). Sum of RGB (Red+Green+Blue) = 142+128+139=409 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.72% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 142 - color contains mainly: red. Hex color #8E808B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E808B is #717F74. Grayscale: #858585. Windows color (decimal): -7438197 or 9142414. OLE color: 9142414.
HSL color Cylindrical-coordinate representation of color #8E808B: hue angle of 312.86º 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 #8E808B is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 128 | 139 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.44 |
| HSL | 312.86º | 0.06% | 0.53% | - |
| HSV(B) | 312.86º | 0.1% | 0.56% | - |
| XYZ | 23.53 | 23.05 | 27.64 | - |
| YUV | 133.44 | 131.14 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 128 | 139 | 0 | 0.10 | 0.02 | 0.44 | 312.86 | 0.06 | 0.53 |
| Hex | 8E | 80 | 8B | 0 | A | 2 | 2C | 139 | 6 | 35 |
| Octal | 216 | 200 | 213 | 0 | 12 | 2 | 54 | 471 | 6 | 65 |
| Binary | 10001110 | 10000000 | 10001011 | 0 | 1010 | 10 | 101100 | 100111001 | 110 | 110101 |
Color Harmonies of #8E808B
Complementary color
Monochromatic Colors of #8E808B
Black with #8E808B
Text Example
Text Example
White with #8E808B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E808B; }
p { color: rgb(142,128,139); }
H1.HeaderClassName
{
color: #8E808B;
}
.AnyTagClassName
{
color: #8E808B;
}
</style>
background-color css
<style>
a { background-color: #8E808B; }
a { background-color: rgb(142,128,139); }
div.DivClassName
{
background-color: #8E808B;
}
.BgClassName
{
background-color: #8E808B;
}
</style>
border-color css
<style>
span { border-color: #8E808B; }
span { border-color: rgb(142,128,139); }
td.TdClassName
{
border-color: #8E808B;
}
.TagClassName
{
border-color: #8E808B;
}
</style>