Shades of Mauve Taupe #87676E
Tints of Mauve Taupe #87676E
RGB
CMYK
RGB Variations
Color information
#87676E (or 0x87676E) is known color: Mauve Taupe. HEX triplet: 87, 67 and 6E. RGB value is (135,103,110). Sum of RGB (Red+Green+Blue) = 135+103+110=348 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.79% from 348); Green value is 103 (40.62% from 255 or 29.60% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 135 - color contains mainly: red. Hex color #87676E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87676E is #789891. Grayscale: #717171. Windows color (decimal): -7903378 or 7235463. OLE color: 7235463.
HSL color Cylindrical-coordinate representation of color #87676E: hue angle of 346.88º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #87676E is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 103 | 110 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.47 |
| HSL | 346.88º | 0.13% | 0.47% | - |
| HSV(B) | 346.88º | 0.24% | 0.53% | - |
| XYZ | 17.66 | 15.98 | 16.91 | - |
| YUV | 113.37 | 126.1 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 103 | 110 | 0 | 0.24 | 0.19 | 0.47 | 346.88 | 0.13 | 0.47 |
| Hex | 87 | 67 | 6E | 0 | 18 | 13 | 2F | 15B | D | 2F |
| Octal | 207 | 147 | 156 | 0 | 30 | 23 | 57 | 533 | 15 | 57 |
| Binary | 10000111 | 1100111 | 1101110 | 0 | 11000 | 10011 | 101111 | 101011011 | 1101 | 101111 |
Color Harmonies of #87676E
Complementary color
Monochromatic Colors of #87676E
Black with #87676E
Text Example
Text Example
White with #87676E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87676E; }
p { color: rgb(135,103,110); }
H1.HeaderClassName
{
color: #87676E;
}
.AnyTagClassName
{
color: #87676E;
}
</style>
background-color css
<style>
a { background-color: #87676E; }
a { background-color: rgb(135,103,110); }
div.DivClassName
{
background-color: #87676E;
}
.BgClassName
{
background-color: #87676E;
}
</style>
border-color css
<style>
span { border-color: #87676E; }
span { border-color: rgb(135,103,110); }
td.TdClassName
{
border-color: #87676E;
}
.TagClassName
{
border-color: #87676E;
}
</style>