Shades of Taupe Grey #8E838B
Tints of Taupe Grey #8E838B
RGB
CMYK
RGB Variations
Color information
#8E838B (or 0x8E838B) is known color: Taupe Grey. HEX triplet: 8E, 83 and 8B. RGB value is (142,131,139). Sum of RGB (Red+Green+Blue) = 142+131+139=412 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.47% from 412); Green value is 131 (51.56% from 255 or 31.80% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 142 - color contains mainly: red. Hex color #8E838B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E838B is #717C74. Grayscale: #878787. Windows color (decimal): -7437429 or 9143182. OLE color: 9143182.
HSL color Cylindrical-coordinate representation of color #8E838B: hue angle of 316.36º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8E838B is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 131 | 139 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.44 |
| HSL | 316.36º | 0.05% | 0.54% | - |
| HSV(B) | 316.36º | 0.08% | 0.56% | - |
| XYZ | 23.93 | 23.85 | 27.77 | - |
| YUV | 135.2 | 130.14 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 131 | 139 | 0 | 0.08 | 0.02 | 0.44 | 316.36 | 0.05 | 0.54 |
| Hex | 8E | 83 | 8B | 0 | 8 | 2 | 2C | 13C | 5 | 36 |
| Octal | 216 | 203 | 213 | 0 | 10 | 2 | 54 | 474 | 5 | 66 |
| Binary | 10001110 | 10000011 | 10001011 | 0 | 1000 | 10 | 101100 | 100111100 | 101 | 110110 |
Color Harmonies of #8E838B
Complementary color
Monochromatic Colors of #8E838B
Black with #8E838B
Text Example
Text Example
White with #8E838B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E838B; }
p { color: rgb(142,131,139); }
H1.HeaderClassName
{
color: #8E838B;
}
.AnyTagClassName
{
color: #8E838B;
}
</style>
background-color css
<style>
a { background-color: #8E838B; }
a { background-color: rgb(142,131,139); }
div.DivClassName
{
background-color: #8E838B;
}
.BgClassName
{
background-color: #8E838B;
}
</style>
border-color css
<style>
span { border-color: #8E838B; }
span { border-color: rgb(142,131,139); }
td.TdClassName
{
border-color: #8E838B;
}
.TagClassName
{
border-color: #8E838B;
}
</style>