Shades of Taupe Grey #8E798B
Tints of Taupe Grey #8E798B
RGB
CMYK
RGB Variations
Color information
#8E798B (or 0x8E798B) is known color: Taupe Grey. HEX triplet: 8E, 79 and 8B. RGB value is (142,121,139). Sum of RGB (Red+Green+Blue) = 142+121+139=402 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.32% from 402); Green value is 121 (47.66% from 255 or 30.10% from 402); Blue value is 139 (54.69% from 255 or 34.58% from 402); Max value from RGB is 142 - color contains mainly: red. Hex color #8E798B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E798B is #718674. Grayscale: #818181. Windows color (decimal): -7439989 or 9140622. OLE color: 9140622.
HSL color Cylindrical-coordinate representation of color #8E798B: hue angle of 308.57º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8E798B is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 121 | 139 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.44 |
| HSL | 308.57º | 0.09% | 0.52% | - |
| HSV(B) | 308.57º | 0.15% | 0.56% | - |
| XYZ | 22.65 | 21.29 | 27.34 | - |
| YUV | 129.33 | 133.46 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 121 | 139 | 0 | 0.15 | 0.02 | 0.44 | 308.57 | 0.09 | 0.52 |
| Hex | 8E | 79 | 8B | 0 | F | 2 | 2C | 135 | 9 | 34 |
| Octal | 216 | 171 | 213 | 0 | 17 | 2 | 54 | 465 | 11 | 64 |
| Binary | 10001110 | 1111001 | 10001011 | 0 | 1111 | 10 | 101100 | 100110101 | 1001 | 110100 |
Color Harmonies of #8E798B
Complementary color
Monochromatic Colors of #8E798B
Black with #8E798B
Text Example
Text Example
White with #8E798B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E798B; }
p { color: rgb(142,121,139); }
H1.HeaderClassName
{
color: #8E798B;
}
.AnyTagClassName
{
color: #8E798B;
}
</style>
background-color css
<style>
a { background-color: #8E798B; }
a { background-color: rgb(142,121,139); }
div.DivClassName
{
background-color: #8E798B;
}
.BgClassName
{
background-color: #8E798B;
}
</style>
border-color css
<style>
span { border-color: #8E798B; }
span { border-color: rgb(142,121,139); }
td.TdClassName
{
border-color: #8E798B;
}
.TagClassName
{
border-color: #8E798B;
}
</style>