Shades of Taupe Grey #8E828B
Tints of Taupe Grey #8E828B
RGB
CMYK
RGB Variations
Color information
#8E828B (or 0x8E828B) is known color: Taupe Grey. HEX triplet: 8E, 82 and 8B. RGB value is (142,130,139). Sum of RGB (Red+Green+Blue) = 142+130+139=411 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.55% from 411); Green value is 130 (51.17% from 255 or 31.63% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 142 - color contains mainly: red. Hex color #8E828B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E828B is #717D74. Grayscale: #868686. Windows color (decimal): -7437685 or 9142926. OLE color: 9142926.
HSL color Cylindrical-coordinate representation of color #8E828B: hue angle of 315º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8E828B is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 130 | 139 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.44 |
| HSL | 315º | 0.05% | 0.53% | - |
| HSV(B) | 315º | 0.08% | 0.56% | - |
| XYZ | 23.8 | 23.58 | 27.72 | - |
| YUV | 134.61 | 130.48 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 130 | 139 | 0 | 0.08 | 0.02 | 0.44 | 315 | 0.05 | 0.53 |
| Hex | 8E | 82 | 8B | 0 | 8 | 2 | 2C | 13B | 5 | 35 |
| Octal | 216 | 202 | 213 | 0 | 10 | 2 | 54 | 473 | 5 | 65 |
| Binary | 10001110 | 10000010 | 10001011 | 0 | 1000 | 10 | 101100 | 100111011 | 101 | 110101 |
Color Harmonies of #8E828B
Complementary color
Monochromatic Colors of #8E828B
Black with #8E828B
Text Example
Text Example
White with #8E828B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E828B; }
p { color: rgb(142,130,139); }
H1.HeaderClassName
{
color: #8E828B;
}
.AnyTagClassName
{
color: #8E828B;
}
</style>
background-color css
<style>
a { background-color: #8E828B; }
a { background-color: rgb(142,130,139); }
div.DivClassName
{
background-color: #8E828B;
}
.BgClassName
{
background-color: #8E828B;
}
</style>
border-color css
<style>
span { border-color: #8E828B; }
span { border-color: rgb(142,130,139); }
td.TdClassName
{
border-color: #8E828B;
}
.TagClassName
{
border-color: #8E828B;
}
</style>