Shades of Mauve Taupe #845B70
Tints of Mauve Taupe #845B70
RGB
CMYK
RGB Variations
Color information
#845B70 (or 0x845B70) is known color: Mauve Taupe. HEX triplet: 84, 5B and 70. RGB value is (132,91,112). Sum of RGB (Red+Green+Blue) = 132+91+112=335 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.40% from 335); Green value is 91 (35.94% from 255 or 27.16% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 132 - color contains mainly: red. Hex color #845B70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845B70 is #7BA48F. Grayscale: #696969. Windows color (decimal): -8103056 or 7363460. OLE color: 7363460.
HSL color Cylindrical-coordinate representation of color #845B70: hue angle of 329.27º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #845B70 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 91 | 112 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.48 |
| HSL | 329.27º | 0.18% | 0.44% | - |
| HSV(B) | 329.27º | 0.31% | 0.52% | - |
| XYZ | 16.18 | 13.56 | 17.09 | - |
| YUV | 105.65 | 131.58 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 91 | 112 | 0 | 0.31 | 0.15 | 0.48 | 329.27 | 0.18 | 0.44 |
| Hex | 84 | 5B | 70 | 0 | 1F | F | 30 | 149 | 12 | 2C |
| Octal | 204 | 133 | 160 | 0 | 37 | 17 | 60 | 511 | 22 | 54 |
| Binary | 10000100 | 1011011 | 1110000 | 0 | 11111 | 1111 | 110000 | 101001001 | 10010 | 101100 |
Color Harmonies of #845B70
Complementary color
Monochromatic Colors of #845B70
Black with #845B70
Text Example
Text Example
White with #845B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845B70; }
p { color: rgb(132,91,112); }
H1.HeaderClassName
{
color: #845B70;
}
.AnyTagClassName
{
color: #845B70;
}
</style>
background-color css
<style>
a { background-color: #845B70; }
a { background-color: rgb(132,91,112); }
div.DivClassName
{
background-color: #845B70;
}
.BgClassName
{
background-color: #845B70;
}
</style>
border-color css
<style>
span { border-color: #845B70; }
span { border-color: rgb(132,91,112); }
td.TdClassName
{
border-color: #845B70;
}
.TagClassName
{
border-color: #845B70;
}
</style>