Shades of Mauve Taupe #87666B
Tints of Mauve Taupe #87666B
RGB
CMYK
RGB Variations
Color information
#87666B (or 0x87666B) is known color: Mauve Taupe. HEX triplet: 87, 66 and 6B. RGB value is (135,102,107). Sum of RGB (Red+Green+Blue) = 135+102+107=344 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.24% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 135 - color contains mainly: red. Hex color #87666B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87666B is #789994. Grayscale: #707070. Windows color (decimal): -7903637 or 7038599. OLE color: 7038599.
HSL color Cylindrical-coordinate representation of color #87666B: hue angle of 350.91º 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 #87666B is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 102 | 107 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.47 |
| HSL | 350.91º | 0.14% | 0.46% | - |
| HSV(B) | 350.91º | 0.24% | 0.53% | - |
| XYZ | 17.4 | 15.72 | 16.03 | - |
| YUV | 112.44 | 124.93 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 102 | 107 | 0 | 0.24 | 0.21 | 0.47 | 350.91 | 0.14 | 0.46 |
| Hex | 87 | 66 | 6B | 0 | 18 | 15 | 2F | 15F | E | 2E |
| Octal | 207 | 146 | 153 | 0 | 30 | 25 | 57 | 537 | 16 | 56 |
| Binary | 10000111 | 1100110 | 1101011 | 0 | 11000 | 10101 | 101111 | 101011111 | 1110 | 101110 |
Color Harmonies of #87666B
Complementary color
Monochromatic Colors of #87666B
Black with #87666B
Text Example
Text Example
White with #87666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87666B; }
p { color: rgb(135,102,107); }
H1.HeaderClassName
{
color: #87666B;
}
.AnyTagClassName
{
color: #87666B;
}
</style>
background-color css
<style>
a { background-color: #87666B; }
a { background-color: rgb(135,102,107); }
div.DivClassName
{
background-color: #87666B;
}
.BgClassName
{
background-color: #87666B;
}
</style>
border-color css
<style>
span { border-color: #87666B; }
span { border-color: rgb(135,102,107); }
td.TdClassName
{
border-color: #87666B;
}
.TagClassName
{
border-color: #87666B;
}
</style>