Shades of Mauve Taupe #8E6576
Tints of Mauve Taupe #8E6576
RGB
CMYK
RGB Variations
Color information
#8E6576 (or 0x8E6576) is known color: Mauve Taupe. HEX triplet: 8E, 65 and 76. RGB value is (142,101,118). Sum of RGB (Red+Green+Blue) = 142+101+118=361 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.34% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 118 (46.48% from 255 or 32.69% from 361); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6576 is #719A89. Grayscale: #737373. Windows color (decimal): -7445130 or 7759246. OLE color: 7759246.
HSL color Cylindrical-coordinate representation of color #8E6576: hue angle of 335.12º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8E6576 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 101 | 118 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.44 |
| HSL | 335.12º | 0.17% | 0.48% | - |
| HSV(B) | 335.12º | 0.29% | 0.56% | - |
| XYZ | 19.08 | 16.37 | 19.29 | - |
| YUV | 115.2 | 129.58 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 101 | 118 | 0 | 0.29 | 0.17 | 0.44 | 335.12 | 0.17 | 0.48 |
| Hex | 8E | 65 | 76 | 0 | 1D | 11 | 2C | 14F | 11 | 30 |
| Octal | 216 | 145 | 166 | 0 | 35 | 21 | 54 | 517 | 21 | 60 |
| Binary | 10001110 | 1100101 | 1110110 | 0 | 11101 | 10001 | 101100 | 101001111 | 10001 | 110000 |
Color Harmonies of #8E6576
Complementary color
Monochromatic Colors of #8E6576
Black with #8E6576
Text Example
Text Example
White with #8E6576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6576; }
p { color: rgb(142,101,118); }
H1.HeaderClassName
{
color: #8E6576;
}
.AnyTagClassName
{
color: #8E6576;
}
</style>
background-color css
<style>
a { background-color: #8E6576; }
a { background-color: rgb(142,101,118); }
div.DivClassName
{
background-color: #8E6576;
}
.BgClassName
{
background-color: #8E6576;
}
</style>
border-color css
<style>
span { border-color: #8E6576; }
span { border-color: rgb(142,101,118); }
td.TdClassName
{
border-color: #8E6576;
}
.TagClassName
{
border-color: #8E6576;
}
</style>