Shades of Taupe Grey #8E858B
Tints of Taupe Grey #8E858B
RGB
CMYK
RGB Variations
Color information
#8E858B (or 0x8E858B) is known color: Taupe Grey. HEX triplet: 8E, 85 and 8B. RGB value is (142,133,139). Sum of RGB (Red+Green+Blue) = 142+133+139=414 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.30% from 414); Green value is 133 (52.34% from 255 or 32.13% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 142 - color contains mainly: red. Hex color #8E858B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E858B is #717A74. Grayscale: #888888. Windows color (decimal): -7436917 or 9143694. OLE color: 9143694.
HSL color Cylindrical-coordinate representation of color #8E858B: hue angle of 320º degrees, saturation: 0.04, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8E858B is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 133 | 139 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.44 |
| HSL | 320º | 0.04% | 0.54% | - |
| HSV(B) | 320º | 0.06% | 0.56% | - |
| XYZ | 24.2 | 24.39 | 27.86 | - |
| YUV | 136.38 | 129.48 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 133 | 139 | 0 | 0.06 | 0.02 | 0.44 | 320 | 0.04 | 0.54 |
| Hex | 8E | 85 | 8B | 0 | 6 | 2 | 2C | 140 | 4 | 36 |
| Octal | 216 | 205 | 213 | 0 | 6 | 2 | 54 | 500 | 4 | 66 |
| Binary | 10001110 | 10000101 | 10001011 | 0 | 110 | 10 | 101100 | 101000000 | 100 | 110110 |
Color Harmonies of #8E858B
Complementary color
Monochromatic Colors of #8E858B
Black with #8E858B
Text Example
Text Example
White with #8E858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E858B; }
p { color: rgb(142,133,139); }
H1.HeaderClassName
{
color: #8E858B;
}
.AnyTagClassName
{
color: #8E858B;
}
</style>
background-color css
<style>
a { background-color: #8E858B; }
a { background-color: rgb(142,133,139); }
div.DivClassName
{
background-color: #8E858B;
}
.BgClassName
{
background-color: #8E858B;
}
</style>
border-color css
<style>
span { border-color: #8E858B; }
span { border-color: rgb(142,133,139); }
td.TdClassName
{
border-color: #8E858B;
}
.TagClassName
{
border-color: #8E858B;
}
</style>