Shades of Taupe Grey #8E758D
Tints of Taupe Grey #8E758D
RGB
CMYK
RGB Variations
Color information
#8E758D (or 0x8E758D) is known color: Taupe Grey. HEX triplet: 8E, 75 and 8D. RGB value is (142,117,141). Sum of RGB (Red+Green+Blue) = 142+117+141=400 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.5% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 142 - color contains mainly: red. Hex color #8E758D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E758D is #718A72. Grayscale: #7F7F7F. Windows color (decimal): -7441011 or 9270670. OLE color: 9270670.
HSL color Cylindrical-coordinate representation of color #8E758D: hue angle of 302.4º 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 #8E758D is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 117 | 141 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.44 |
| HSL | 302.4º | 0.1% | 0.51% | - |
| HSV(B) | 302.4º | 0.18% | 0.56% | - |
| XYZ | 22.32 | 20.4 | 27.96 | - |
| YUV | 127.21 | 135.78 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 117 | 141 | 0 | 0.18 | 0.01 | 0.44 | 302.4 | 0.1 | 0.51 |
| Hex | 8E | 75 | 8D | 0 | 12 | 1 | 2C | 12E | A | 33 |
| Octal | 216 | 165 | 215 | 0 | 22 | 1 | 54 | 456 | 12 | 63 |
| Binary | 10001110 | 1110101 | 10001101 | 0 | 10010 | 1 | 101100 | 100101110 | 1010 | 110011 |
Color Harmonies of #8E758D
Complementary color
Monochromatic Colors of #8E758D
Black with #8E758D
Text Example
Text Example
White with #8E758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E758D; }
p { color: rgb(142,117,141); }
H1.HeaderClassName
{
color: #8E758D;
}
.AnyTagClassName
{
color: #8E758D;
}
</style>
background-color css
<style>
a { background-color: #8E758D; }
a { background-color: rgb(142,117,141); }
div.DivClassName
{
background-color: #8E758D;
}
.BgClassName
{
background-color: #8E758D;
}
</style>
border-color css
<style>
span { border-color: #8E758D; }
span { border-color: rgb(142,117,141); }
td.TdClassName
{
border-color: #8E758D;
}
.TagClassName
{
border-color: #8E758D;
}
</style>