Shades of Mauve Taupe #8E6C75
Tints of Mauve Taupe #8E6C75
RGB
CMYK
RGB Variations
Color information
#8E6C75 (or 0x8E6C75) is known color: Mauve Taupe. HEX triplet: 8E, 6C and 75. RGB value is (142,108,117). Sum of RGB (Red+Green+Blue) = 142+108+117=367 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.69% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 117 (46.09% from 255 or 31.88% from 367); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6C75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6C75 is #71938A. Grayscale: #777777. Windows color (decimal): -7443339 or 7695502. OLE color: 7695502.
HSL color Cylindrical-coordinate representation of color #8E6C75: hue angle of 344.12º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8E6C75 is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 108 | 117 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.44 |
| HSL | 344.12º | 0.14% | 0.49% | - |
| HSV(B) | 344.12º | 0.24% | 0.56% | - |
| XYZ | 19.73 | 17.76 | 19.22 | - |
| YUV | 119.19 | 126.76 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 108 | 117 | 0 | 0.24 | 0.18 | 0.44 | 344.12 | 0.14 | 0.49 |
| Hex | 8E | 6C | 75 | 0 | 18 | 12 | 2C | 158 | E | 31 |
| Octal | 216 | 154 | 165 | 0 | 30 | 22 | 54 | 530 | 16 | 61 |
| Binary | 10001110 | 1101100 | 1110101 | 0 | 11000 | 10010 | 101100 | 101011000 | 1110 | 110001 |
Color Harmonies of #8E6C75
Complementary color
Monochromatic Colors of #8E6C75
Black with #8E6C75
Text Example
Text Example
White with #8E6C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6C75; }
p { color: rgb(142,108,117); }
H1.HeaderClassName
{
color: #8E6C75;
}
.AnyTagClassName
{
color: #8E6C75;
}
</style>
background-color css
<style>
a { background-color: #8E6C75; }
a { background-color: rgb(142,108,117); }
div.DivClassName
{
background-color: #8E6C75;
}
.BgClassName
{
background-color: #8E6C75;
}
</style>
border-color css
<style>
span { border-color: #8E6C75; }
span { border-color: rgb(142,108,117); }
td.TdClassName
{
border-color: #8E6C75;
}
.TagClassName
{
border-color: #8E6C75;
}
</style>