Shades of Mauve Taupe #876473
Tints of Mauve Taupe #876473
RGB
CMYK
RGB Variations
Color information
#876473 (or 0x876473) is known color: Mauve Taupe. HEX triplet: 87, 64 and 73. RGB value is (135,100,115). Sum of RGB (Red+Green+Blue) = 135+100+115=350 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.57% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 135 - color contains mainly: red. Hex color #876473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876473 is #789B8C. Grayscale: #707070. Windows color (decimal): -7904141 or 7562375. OLE color: 7562375.
HSL color Cylindrical-coordinate representation of color #876473: hue angle of 334.29º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #876473 is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 100 | 115 | - |
| CMYK | 0 | 0.26 | 0.15 | 0.47 |
| HSL | 334.29º | 0.15% | 0.46% | - |
| HSV(B) | 334.29º | 0.26% | 0.53% | - |
| XYZ | 17.64 | 15.5 | 18.28 | - |
| YUV | 112.18 | 129.6 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 100 | 115 | 0 | 0.26 | 0.15 | 0.47 | 334.29 | 0.15 | 0.46 |
| Hex | 87 | 64 | 73 | 0 | 1A | F | 2F | 14E | F | 2E |
| Octal | 207 | 144 | 163 | 0 | 32 | 17 | 57 | 516 | 17 | 56 |
| Binary | 10000111 | 1100100 | 1110011 | 0 | 11010 | 1111 | 101111 | 101001110 | 1111 | 101110 |
Color Harmonies of #876473
Complementary color
Monochromatic Colors of #876473
Black with #876473
Text Example
Text Example
White with #876473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876473; }
p { color: rgb(135,100,115); }
H1.HeaderClassName
{
color: #876473;
}
.AnyTagClassName
{
color: #876473;
}
</style>
background-color css
<style>
a { background-color: #876473; }
a { background-color: rgb(135,100,115); }
div.DivClassName
{
background-color: #876473;
}
.BgClassName
{
background-color: #876473;
}
</style>
border-color css
<style>
span { border-color: #876473; }
span { border-color: rgb(135,100,115); }
td.TdClassName
{
border-color: #876473;
}
.TagClassName
{
border-color: #876473;
}
</style>