Shades of Mauve Taupe #87666D
Tints of Mauve Taupe #87666D
RGB
CMYK
RGB Variations
Color information
#87666D (or 0x87666D) is known color: Mauve Taupe. HEX triplet: 87, 66 and 6D. RGB value is (135,102,109). Sum of RGB (Red+Green+Blue) = 135+102+109=346 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.02% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 135 - color contains mainly: red. Hex color #87666D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87666D is #789992. Grayscale: #707070. Windows color (decimal): -7903635 or 7169671. OLE color: 7169671.
HSL color Cylindrical-coordinate representation of color #87666D: hue angle of 347.27º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #87666D is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 102 | 109 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.47 |
| HSL | 347.27º | 0.14% | 0.46% | - |
| HSV(B) | 347.27º | 0.24% | 0.53% | - |
| XYZ | 17.5 | 15.76 | 16.59 | - |
| YUV | 112.67 | 125.93 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 102 | 109 | 0 | 0.24 | 0.19 | 0.47 | 347.27 | 0.14 | 0.46 |
| Hex | 87 | 66 | 6D | 0 | 18 | 13 | 2F | 15B | E | 2E |
| Octal | 207 | 146 | 155 | 0 | 30 | 23 | 57 | 533 | 16 | 56 |
| Binary | 10000111 | 1100110 | 1101101 | 0 | 11000 | 10011 | 101111 | 101011011 | 1110 | 101110 |
Color Harmonies of #87666D
Complementary color
Monochromatic Colors of #87666D
Black with #87666D
Text Example
Text Example
White with #87666D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87666D; }
p { color: rgb(135,102,109); }
H1.HeaderClassName
{
color: #87666D;
}
.AnyTagClassName
{
color: #87666D;
}
</style>
background-color css
<style>
a { background-color: #87666D; }
a { background-color: rgb(135,102,109); }
div.DivClassName
{
background-color: #87666D;
}
.BgClassName
{
background-color: #87666D;
}
</style>
border-color css
<style>
span { border-color: #87666D; }
span { border-color: rgb(135,102,109); }
td.TdClassName
{
border-color: #87666D;
}
.TagClassName
{
border-color: #87666D;
}
</style>