Shades of Mauve Taupe #895D70
Tints of Mauve Taupe #895D70
RGB
CMYK
RGB Variations
Color information
#895D70 (or 0x895D70) is known color: Mauve Taupe. HEX triplet: 89, 5D and 70. RGB value is (137,93,112). Sum of RGB (Red+Green+Blue) = 137+93+112=342 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.06% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 137 - color contains mainly: red. Hex color #895D70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895D70 is #76A28F. Grayscale: #6C6C6C. Windows color (decimal): -7774864 or 7363977. OLE color: 7363977.
HSL color Cylindrical-coordinate representation of color #895D70: hue angle of 334.09º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #895D70 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 93 | 112 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.46 |
| HSL | 334.09º | 0.19% | 0.45% | - |
| HSV(B) | 334.09º | 0.32% | 0.54% | - |
| XYZ | 17.16 | 14.32 | 17.19 | - |
| YUV | 108.32 | 130.08 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 93 | 112 | 0 | 0.32 | 0.18 | 0.46 | 334.09 | 0.19 | 0.45 |
| Hex | 89 | 5D | 70 | 0 | 20 | 12 | 2E | 14E | 13 | 2D |
| Octal | 211 | 135 | 160 | 0 | 40 | 22 | 56 | 516 | 23 | 55 |
| Binary | 10001001 | 1011101 | 1110000 | 0 | 100000 | 10010 | 101110 | 101001110 | 10011 | 101101 |
Color Harmonies of #895D70
Complementary color
Monochromatic Colors of #895D70
Black with #895D70
Text Example
Text Example
White with #895D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895D70; }
p { color: rgb(137,93,112); }
H1.HeaderClassName
{
color: #895D70;
}
.AnyTagClassName
{
color: #895D70;
}
</style>
background-color css
<style>
a { background-color: #895D70; }
a { background-color: rgb(137,93,112); }
div.DivClassName
{
background-color: #895D70;
}
.BgClassName
{
background-color: #895D70;
}
</style>
border-color css
<style>
span { border-color: #895D70; }
span { border-color: rgb(137,93,112); }
td.TdClassName
{
border-color: #895D70;
}
.TagClassName
{
border-color: #895D70;
}
</style>