Shades of Mauve Taupe #876168
Tints of Mauve Taupe #876168
RGB
CMYK
RGB Variations
Color information
#876168 (or 0x876168) is known color: Mauve Taupe. HEX triplet: 87, 61 and 68. RGB value is (135,97,104). Sum of RGB (Red+Green+Blue) = 135+97+104=336 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.18% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 135 - color contains mainly: red. Hex color #876168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876168 is #789E97. Grayscale: #6D6D6D. Windows color (decimal): -7904920 or 6840711. OLE color: 6840711.
HSL color Cylindrical-coordinate representation of color #876168: hue angle of 348.95º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #876168 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 97 | 104 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.47 |
| HSL | 348.95º | 0.16% | 0.45% | - |
| HSV(B) | 348.95º | 0.28% | 0.53% | - |
| XYZ | 16.77 | 14.7 | 15.05 | - |
| YUV | 109.16 | 125.09 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 97 | 104 | 0 | 0.28 | 0.23 | 0.47 | 348.95 | 0.16 | 0.45 |
| Hex | 87 | 61 | 68 | 0 | 1C | 17 | 2F | 15D | 10 | 2D |
| Octal | 207 | 141 | 150 | 0 | 34 | 27 | 57 | 535 | 20 | 55 |
| Binary | 10000111 | 1100001 | 1101000 | 0 | 11100 | 10111 | 101111 | 101011101 | 10000 | 101101 |
Color Harmonies of #876168
Complementary color
Monochromatic Colors of #876168
Black with #876168
Text Example
Text Example
White with #876168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876168; }
p { color: rgb(135,97,104); }
H1.HeaderClassName
{
color: #876168;
}
.AnyTagClassName
{
color: #876168;
}
</style>
background-color css
<style>
a { background-color: #876168; }
a { background-color: rgb(135,97,104); }
div.DivClassName
{
background-color: #876168;
}
.BgClassName
{
background-color: #876168;
}
</style>
border-color css
<style>
span { border-color: #876168; }
span { border-color: rgb(135,97,104); }
td.TdClassName
{
border-color: #876168;
}
.TagClassName
{
border-color: #876168;
}
</style>