Shades of Mauve Taupe #876373
Tints of Mauve Taupe #876373
RGB
CMYK
RGB Variations
Color information
#876373 (or 0x876373) is known color: Mauve Taupe. HEX triplet: 87, 63 and 73. RGB value is (135,99,115). Sum of RGB (Red+Green+Blue) = 135+99+115=349 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.68% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 135 - color contains mainly: red. Hex color #876373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876373 is #789C8C. Grayscale: #6F6F6F. Windows color (decimal): -7904397 or 7562119. OLE color: 7562119.
HSL color Cylindrical-coordinate representation of color #876373: hue angle of 333.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 #876373 is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 99 | 115 | - |
| CMYK | 0 | 0.27 | 0.15 | 0.47 |
| HSL | 333.33º | 0.15% | 0.46% | - |
| HSV(B) | 333.33º | 0.27% | 0.53% | - |
| XYZ | 17.55 | 15.31 | 18.25 | - |
| YUV | 111.59 | 129.93 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 99 | 115 | 0 | 0.27 | 0.15 | 0.47 | 333.33 | 0.15 | 0.46 |
| Hex | 87 | 63 | 73 | 0 | 1B | F | 2F | 14D | F | 2E |
| Octal | 207 | 143 | 163 | 0 | 33 | 17 | 57 | 515 | 17 | 56 |
| Binary | 10000111 | 1100011 | 1110011 | 0 | 11011 | 1111 | 101111 | 101001101 | 1111 | 101110 |
Color Harmonies of #876373
Complementary color
Monochromatic Colors of #876373
Black with #876373
Text Example
Text Example
White with #876373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876373; }
p { color: rgb(135,99,115); }
H1.HeaderClassName
{
color: #876373;
}
.AnyTagClassName
{
color: #876373;
}
</style>
background-color css
<style>
a { background-color: #876373; }
a { background-color: rgb(135,99,115); }
div.DivClassName
{
background-color: #876373;
}
.BgClassName
{
background-color: #876373;
}
</style>
border-color css
<style>
span { border-color: #876373; }
span { border-color: rgb(135,99,115); }
td.TdClassName
{
border-color: #876373;
}
.TagClassName
{
border-color: #876373;
}
</style>