Shades of Mauve Taupe #8C5F70
Tints of Mauve Taupe #8C5F70
RGB
CMYK
RGB Variations
Color information
#8C5F70 (or 0x8C5F70) is known color: Mauve Taupe. HEX triplet: 8C, 5F and 70. RGB value is (140,95,112). Sum of RGB (Red+Green+Blue) = 140+95+112=347 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.35% from 347); Green value is 95 (37.5% from 255 or 27.38% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5F70 is #73A08F. Grayscale: #6E6E6E. Windows color (decimal): -7577744 or 7364492. OLE color: 7364492.
HSL color Cylindrical-coordinate representation of color #8C5F70: hue angle of 337.33º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8C5F70 is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 95 | 112 | - |
| CMYK | 0 | 0.32 | 0.20 | 0.45 |
| HSL | 337.33º | 0.19% | 0.46% | - |
| HSV(B) | 337.33º | 0.32% | 0.55% | - |
| XYZ | 17.83 | 14.93 | 17.27 | - |
| YUV | 110.39 | 128.91 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 95 | 112 | 0 | 0.32 | 0.20 | 0.45 | 337.33 | 0.19 | 0.46 |
| Hex | 8C | 5F | 70 | 0 | 20 | 14 | 2D | 151 | 13 | 2E |
| Octal | 214 | 137 | 160 | 0 | 40 | 24 | 55 | 521 | 23 | 56 |
| Binary | 10001100 | 1011111 | 1110000 | 0 | 100000 | 10100 | 101101 | 101010001 | 10011 | 101110 |
Color Harmonies of #8C5F70
Complementary color
Monochromatic Colors of #8C5F70
Black with #8C5F70
Text Example
Text Example
White with #8C5F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5F70; }
p { color: rgb(140,95,112); }
H1.HeaderClassName
{
color: #8C5F70;
}
.AnyTagClassName
{
color: #8C5F70;
}
</style>
background-color css
<style>
a { background-color: #8C5F70; }
a { background-color: rgb(140,95,112); }
div.DivClassName
{
background-color: #8C5F70;
}
.BgClassName
{
background-color: #8C5F70;
}
</style>
border-color css
<style>
span { border-color: #8C5F70; }
span { border-color: rgb(140,95,112); }
td.TdClassName
{
border-color: #8C5F70;
}
.TagClassName
{
border-color: #8C5F70;
}
</style>