Shades of Taupe Grey #8E7D8B
Tints of Taupe Grey #8E7D8B
RGB
CMYK
RGB Variations
Color information
#8E7D8B (or 0x8E7D8B) is known color: Taupe Grey. HEX triplet: 8E, 7D and 8B. RGB value is (142,125,139). Sum of RGB (Red+Green+Blue) = 142+125+139=406 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.98% from 406); Green value is 125 (49.22% from 255 or 30.79% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7D8B is #718274. Grayscale: #838383. Windows color (decimal): -7438965 or 9141646. OLE color: 9141646.
HSL color Cylindrical-coordinate representation of color #8E7D8B: hue angle of 310.59º 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 #8E7D8B is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 125 | 139 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.44 |
| HSL | 310.59º | 0.07% | 0.52% | - |
| HSV(B) | 310.59º | 0.12% | 0.56% | - |
| XYZ | 23.15 | 22.28 | 27.51 | - |
| YUV | 131.68 | 132.13 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 125 | 139 | 0 | 0.12 | 0.02 | 0.44 | 310.59 | 0.07 | 0.52 |
| Hex | 8E | 7D | 8B | 0 | C | 2 | 2C | 137 | 7 | 34 |
| Octal | 216 | 175 | 213 | 0 | 14 | 2 | 54 | 467 | 7 | 64 |
| Binary | 10001110 | 1111101 | 10001011 | 0 | 1100 | 10 | 101100 | 100110111 | 111 | 110100 |
Color Harmonies of #8E7D8B
Complementary color
Monochromatic Colors of #8E7D8B
Black with #8E7D8B
Text Example
Text Example
White with #8E7D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7D8B; }
p { color: rgb(142,125,139); }
H1.HeaderClassName
{
color: #8E7D8B;
}
.AnyTagClassName
{
color: #8E7D8B;
}
</style>
background-color css
<style>
a { background-color: #8E7D8B; }
a { background-color: rgb(142,125,139); }
div.DivClassName
{
background-color: #8E7D8B;
}
.BgClassName
{
background-color: #8E7D8B;
}
</style>
border-color css
<style>
span { border-color: #8E7D8B; }
span { border-color: rgb(142,125,139); }
td.TdClassName
{
border-color: #8E7D8B;
}
.TagClassName
{
border-color: #8E7D8B;
}
</style>