Shades of Mauve Taupe #876268
Tints of Mauve Taupe #876268
RGB
CMYK
RGB Variations
Color information
#876268 (or 0x876268) is known color: Mauve Taupe. HEX triplet: 87, 62 and 68. RGB value is (135,98,104). Sum of RGB (Red+Green+Blue) = 135+98+104=337 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.06% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 135 - color contains mainly: red. Hex color #876268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876268 is #789D97. Grayscale: #6D6D6D. Windows color (decimal): -7904664 or 6840967. OLE color: 6840967.
HSL color Cylindrical-coordinate representation of color #876268: hue angle of 350.27º 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 #876268 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 98 | 104 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.47 |
| HSL | 350.27º | 0.16% | 0.46% | - |
| HSV(B) | 350.27º | 0.27% | 0.53% | - |
| XYZ | 16.86 | 14.89 | 15.08 | - |
| YUV | 109.75 | 124.76 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 98 | 104 | 0 | 0.27 | 0.23 | 0.47 | 350.27 | 0.16 | 0.46 |
| Hex | 87 | 62 | 68 | 0 | 1B | 17 | 2F | 15E | 10 | 2E |
| Octal | 207 | 142 | 150 | 0 | 33 | 27 | 57 | 536 | 20 | 56 |
| Binary | 10000111 | 1100010 | 1101000 | 0 | 11011 | 10111 | 101111 | 101011110 | 10000 | 101110 |
Color Harmonies of #876268
Complementary color
Monochromatic Colors of #876268
Black with #876268
Text Example
Text Example
White with #876268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876268; }
p { color: rgb(135,98,104); }
H1.HeaderClassName
{
color: #876268;
}
.AnyTagClassName
{
color: #876268;
}
</style>
background-color css
<style>
a { background-color: #876268; }
a { background-color: rgb(135,98,104); }
div.DivClassName
{
background-color: #876268;
}
.BgClassName
{
background-color: #876268;
}
</style>
border-color css
<style>
span { border-color: #876268; }
span { border-color: rgb(135,98,104); }
td.TdClassName
{
border-color: #876268;
}
.TagClassName
{
border-color: #876268;
}
</style>