Shades of Taupe Grey #8E7D88
Tints of Taupe Grey #8E7D88
RGB
CMYK
RGB Variations
Color information
#8E7D88 (or 0x8E7D88) is known color: Taupe Grey. HEX triplet: 8E, 7D and 88. RGB value is (142,125,136). Sum of RGB (Red+Green+Blue) = 142+125+136=403 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.24% from 403); Green value is 125 (49.22% from 255 or 31.02% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7D88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7D88 is #718277. Grayscale: #838383. Windows color (decimal): -7438968 or 8945038. OLE color: 8945038.
HSL color Cylindrical-coordinate representation of color #8E7D88: hue angle of 321.18º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8E7D88 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 125 | 136 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.44 |
| HSL | 321.18º | 0.07% | 0.52% | - |
| HSV(B) | 321.18º | 0.12% | 0.56% | - |
| XYZ | 22.93 | 22.2 | 26.37 | - |
| YUV | 131.34 | 130.63 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 125 | 136 | 0 | 0.12 | 0.04 | 0.44 | 321.18 | 0.07 | 0.52 |
| Hex | 8E | 7D | 88 | 0 | C | 4 | 2C | 141 | 7 | 34 |
| Octal | 216 | 175 | 210 | 0 | 14 | 4 | 54 | 501 | 7 | 64 |
| Binary | 10001110 | 1111101 | 10001000 | 0 | 1100 | 100 | 101100 | 101000001 | 111 | 110100 |
Color Harmonies of #8E7D88
Complementary color
Monochromatic Colors of #8E7D88
Black with #8E7D88
Text Example
Text Example
White with #8E7D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7D88; }
p { color: rgb(142,125,136); }
H1.HeaderClassName
{
color: #8E7D88;
}
.AnyTagClassName
{
color: #8E7D88;
}
</style>
background-color css
<style>
a { background-color: #8E7D88; }
a { background-color: rgb(142,125,136); }
div.DivClassName
{
background-color: #8E7D88;
}
.BgClassName
{
background-color: #8E7D88;
}
</style>
border-color css
<style>
span { border-color: #8E7D88; }
span { border-color: rgb(142,125,136); }
td.TdClassName
{
border-color: #8E7D88;
}
.TagClassName
{
border-color: #8E7D88;
}
</style>