Shades of Taupe Grey #8E758A
Tints of Taupe Grey #8E758A
RGB
CMYK
RGB Variations
Color information
#8E758A (or 0x8E758A) is known color: Taupe Grey. HEX triplet: 8E, 75 and 8A. RGB value is (142,117,138). Sum of RGB (Red+Green+Blue) = 142+117+138=397 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.77% from 397); Green value is 117 (46.09% from 255 or 29.47% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 142 - color contains mainly: red. Hex color #8E758A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E758A is #718A75. Grayscale: #7E7E7E. Windows color (decimal): -7441014 or 9074062. OLE color: 9074062.
HSL color Cylindrical-coordinate representation of color #8E758A: hue angle of 309.6º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8E758A is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 117 | 138 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.44 |
| HSL | 309.6º | 0.1% | 0.51% | - |
| HSV(B) | 309.6º | 0.18% | 0.56% | - |
| XYZ | 22.1 | 20.31 | 26.8 | - |
| YUV | 126.87 | 134.28 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 117 | 138 | 0 | 0.18 | 0.03 | 0.44 | 309.6 | 0.1 | 0.51 |
| Hex | 8E | 75 | 8A | 0 | 12 | 3 | 2C | 136 | A | 33 |
| Octal | 216 | 165 | 212 | 0 | 22 | 3 | 54 | 466 | 12 | 63 |
| Binary | 10001110 | 1110101 | 10001010 | 0 | 10010 | 11 | 101100 | 100110110 | 1010 | 110011 |
Color Harmonies of #8E758A
Complementary color
Monochromatic Colors of #8E758A
Black with #8E758A
Text Example
Text Example
White with #8E758A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E758A; }
p { color: rgb(142,117,138); }
H1.HeaderClassName
{
color: #8E758A;
}
.AnyTagClassName
{
color: #8E758A;
}
</style>
background-color css
<style>
a { background-color: #8E758A; }
a { background-color: rgb(142,117,138); }
div.DivClassName
{
background-color: #8E758A;
}
.BgClassName
{
background-color: #8E758A;
}
</style>
border-color css
<style>
span { border-color: #8E758A; }
span { border-color: rgb(142,117,138); }
td.TdClassName
{
border-color: #8E758A;
}
.TagClassName
{
border-color: #8E758A;
}
</style>