Shades of Taupe Grey #8E848B
Tints of Taupe Grey #8E848B
RGB
CMYK
RGB Variations
Color information
#8E848B (or 0x8E848B) is known color: Taupe Grey. HEX triplet: 8E, 84 and 8B. RGB value is (142,132,139). Sum of RGB (Red+Green+Blue) = 142+132+139=413 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.38% from 413); Green value is 132 (51.95% from 255 or 31.96% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 142 - color contains mainly: red. Hex color #8E848B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E848B is #717B74. Grayscale: #878787. Windows color (decimal): -7437173 or 9143438. OLE color: 9143438.
HSL color Cylindrical-coordinate representation of color #8E848B: hue angle of 318º degrees, saturation: 0.04, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8E848B is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 132 | 139 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.44 |
| HSL | 318º | 0.04% | 0.54% | - |
| HSV(B) | 318º | 0.07% | 0.56% | - |
| XYZ | 24.07 | 24.12 | 27.81 | - |
| YUV | 135.79 | 129.81 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 132 | 139 | 0 | 0.07 | 0.02 | 0.44 | 318 | 0.04 | 0.54 |
| Hex | 8E | 84 | 8B | 0 | 7 | 2 | 2C | 13E | 4 | 36 |
| Octal | 216 | 204 | 213 | 0 | 7 | 2 | 54 | 476 | 4 | 66 |
| Binary | 10001110 | 10000100 | 10001011 | 0 | 111 | 10 | 101100 | 100111110 | 100 | 110110 |
Color Harmonies of #8E848B
Complementary color
Monochromatic Colors of #8E848B
Black with #8E848B
Text Example
Text Example
White with #8E848B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E848B; }
p { color: rgb(142,132,139); }
H1.HeaderClassName
{
color: #8E848B;
}
.AnyTagClassName
{
color: #8E848B;
}
</style>
background-color css
<style>
a { background-color: #8E848B; }
a { background-color: rgb(142,132,139); }
div.DivClassName
{
background-color: #8E848B;
}
.BgClassName
{
background-color: #8E848B;
}
</style>
border-color css
<style>
span { border-color: #8E848B; }
span { border-color: rgb(142,132,139); }
td.TdClassName
{
border-color: #8E848B;
}
.TagClassName
{
border-color: #8E848B;
}
</style>