Shades of Mauve Taupe #876266
Tints of Mauve Taupe #876266
RGB
CMYK
RGB Variations
Color information
#876266 (or 0x876266) is known color: Mauve Taupe. HEX triplet: 87, 62 and 66. RGB value is (135,98,102). Sum of RGB (Red+Green+Blue) = 135+98+102=335 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.30% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 135 - color contains mainly: red. Hex color #876266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876266 is #789D99. Grayscale: #6D6D6D. Windows color (decimal): -7904666 or 6709895. OLE color: 6709895.
HSL color Cylindrical-coordinate representation of color #876266: hue angle of 353.51º degrees, saturation: 0.16, 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 #876266 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 98 | 102 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.47 |
| HSL | 353.51º | 0.16% | 0.46% | - |
| HSV(B) | 353.51º | 0.27% | 0.53% | - |
| XYZ | 16.76 | 14.85 | 14.55 | - |
| YUV | 109.52 | 123.76 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 98 | 102 | 0 | 0.27 | 0.24 | 0.47 | 353.51 | 0.16 | 0.46 |
| Hex | 87 | 62 | 66 | 0 | 1B | 18 | 2F | 162 | 10 | 2E |
| Octal | 207 | 142 | 146 | 0 | 33 | 30 | 57 | 542 | 20 | 56 |
| Binary | 10000111 | 1100010 | 1100110 | 0 | 11011 | 11000 | 101111 | 101100010 | 10000 | 101110 |
Color Harmonies of #876266
Complementary color
Monochromatic Colors of #876266
Black with #876266
Text Example
Text Example
White with #876266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876266; }
p { color: rgb(135,98,102); }
H1.HeaderClassName
{
color: #876266;
}
.AnyTagClassName
{
color: #876266;
}
</style>
background-color css
<style>
a { background-color: #876266; }
a { background-color: rgb(135,98,102); }
div.DivClassName
{
background-color: #876266;
}
.BgClassName
{
background-color: #876266;
}
</style>
border-color css
<style>
span { border-color: #876266; }
span { border-color: rgb(135,98,102); }
td.TdClassName
{
border-color: #876266;
}
.TagClassName
{
border-color: #876266;
}
</style>