Shades of Mauve Taupe #8D6870
Tints of Mauve Taupe #8D6870
RGB
CMYK
RGB Variations
Color information
#8D6870 (or 0x8D6870) is known color: Mauve Taupe. HEX triplet: 8D, 68 and 70. RGB value is (141,104,112). Sum of RGB (Red+Green+Blue) = 141+104+112=357 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.50% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 112 (44.14% from 255 or 31.37% from 357); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6870 is #72978F. Grayscale: #737373. Windows color (decimal): -7509904 or 7366797. OLE color: 7366797.
HSL color Cylindrical-coordinate representation of color #8D6870: hue angle of 347.03º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8D6870 is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 104 | 112 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.45 |
| HSL | 347.03º | 0.15% | 0.48% | - |
| HSV(B) | 347.03º | 0.26% | 0.55% | - |
| XYZ | 18.86 | 16.73 | 17.57 | - |
| YUV | 115.98 | 125.76 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 104 | 112 | 0 | 0.26 | 0.21 | 0.45 | 347.03 | 0.15 | 0.48 |
| Hex | 8D | 68 | 70 | 0 | 1A | 15 | 2D | 15B | F | 30 |
| Octal | 215 | 150 | 160 | 0 | 32 | 25 | 55 | 533 | 17 | 60 |
| Binary | 10001101 | 1101000 | 1110000 | 0 | 11010 | 10101 | 101101 | 101011011 | 1111 | 110000 |
Color Harmonies of #8D6870
Complementary color
Monochromatic Colors of #8D6870
Black with #8D6870
Text Example
Text Example
White with #8D6870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6870; }
p { color: rgb(141,104,112); }
H1.HeaderClassName
{
color: #8D6870;
}
.AnyTagClassName
{
color: #8D6870;
}
</style>
background-color css
<style>
a { background-color: #8D6870; }
a { background-color: rgb(141,104,112); }
div.DivClassName
{
background-color: #8D6870;
}
.BgClassName
{
background-color: #8D6870;
}
</style>
border-color css
<style>
span { border-color: #8D6870; }
span { border-color: rgb(141,104,112); }
td.TdClassName
{
border-color: #8D6870;
}
.TagClassName
{
border-color: #8D6870;
}
</style>