Shades of Taupe Grey #8E798C
Tints of Taupe Grey #8E798C
RGB
CMYK
RGB Variations
Color information
#8E798C (or 0x8E798C) is known color: Taupe Grey. HEX triplet: 8E, 79 and 8C. RGB value is (142,121,140). Sum of RGB (Red+Green+Blue) = 142+121+140=403 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.24% from 403); Green value is 121 (47.66% from 255 or 30.02% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 142 - color contains mainly: red. Hex color #8E798C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E798C is #718673. Grayscale: #818181. Windows color (decimal): -7439988 or 9206158. OLE color: 9206158.
HSL color Cylindrical-coordinate representation of color #8E798C: hue angle of 305.71º 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 #8E798C is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 121 | 140 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.44 |
| HSL | 305.71º | 0.09% | 0.52% | - |
| HSV(B) | 305.71º | 0.15% | 0.56% | - |
| XYZ | 22.73 | 21.32 | 27.73 | - |
| YUV | 129.45 | 133.96 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 121 | 140 | 0 | 0.15 | 0.01 | 0.44 | 305.71 | 0.09 | 0.52 |
| Hex | 8E | 79 | 8C | 0 | F | 1 | 2C | 132 | 9 | 34 |
| Octal | 216 | 171 | 214 | 0 | 17 | 1 | 54 | 462 | 11 | 64 |
| Binary | 10001110 | 1111001 | 10001100 | 0 | 1111 | 1 | 101100 | 100110010 | 1001 | 110100 |
Color Harmonies of #8E798C
Complementary color
Monochromatic Colors of #8E798C
Black with #8E798C
Text Example
Text Example
White with #8E798C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E798C; }
p { color: rgb(142,121,140); }
H1.HeaderClassName
{
color: #8E798C;
}
.AnyTagClassName
{
color: #8E798C;
}
</style>
background-color css
<style>
a { background-color: #8E798C; }
a { background-color: rgb(142,121,140); }
div.DivClassName
{
background-color: #8E798C;
}
.BgClassName
{
background-color: #8E798C;
}
</style>
border-color css
<style>
span { border-color: #8E798C; }
span { border-color: rgb(142,121,140); }
td.TdClassName
{
border-color: #8E798C;
}
.TagClassName
{
border-color: #8E798C;
}
</style>