Shades of Mauve Taupe #876370
Tints of Mauve Taupe #876370
RGB
CMYK
RGB Variations
Color information
#876370 (or 0x876370) is known color: Mauve Taupe. HEX triplet: 87, 63 and 70. RGB value is (135,99,112). Sum of RGB (Red+Green+Blue) = 135+99+112=346 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.02% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 135 - color contains mainly: red. Hex color #876370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876370 is #789C8F. Grayscale: #6F6F6F. Windows color (decimal): -7904400 or 7365511. OLE color: 7365511.
HSL color Cylindrical-coordinate representation of color #876370: hue angle of 338.33º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #876370 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 99 | 112 | - |
| CMYK | 0 | 0.27 | 0.17 | 0.47 |
| HSL | 338.33º | 0.15% | 0.46% | - |
| HSV(B) | 338.33º | 0.27% | 0.53% | - |
| XYZ | 17.38 | 15.24 | 17.36 | - |
| YUV | 111.25 | 128.43 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 99 | 112 | 0 | 0.27 | 0.17 | 0.47 | 338.33 | 0.15 | 0.46 |
| Hex | 87 | 63 | 70 | 0 | 1B | 11 | 2F | 152 | F | 2E |
| Octal | 207 | 143 | 160 | 0 | 33 | 21 | 57 | 522 | 17 | 56 |
| Binary | 10000111 | 1100011 | 1110000 | 0 | 11011 | 10001 | 101111 | 101010010 | 1111 | 101110 |
Color Harmonies of #876370
Complementary color
Monochromatic Colors of #876370
Black with #876370
Text Example
Text Example
White with #876370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876370; }
p { color: rgb(135,99,112); }
H1.HeaderClassName
{
color: #876370;
}
.AnyTagClassName
{
color: #876370;
}
</style>
background-color css
<style>
a { background-color: #876370; }
a { background-color: rgb(135,99,112); }
div.DivClassName
{
background-color: #876370;
}
.BgClassName
{
background-color: #876370;
}
</style>
border-color css
<style>
span { border-color: #876370; }
span { border-color: rgb(135,99,112); }
td.TdClassName
{
border-color: #876370;
}
.TagClassName
{
border-color: #876370;
}
</style>