Shades of Mauve Taupe #87626B
Tints of Mauve Taupe #87626B
RGB
CMYK
RGB Variations
Color information
#87626B (or 0x87626B) is known color: Mauve Taupe. HEX triplet: 87, 62 and 6B. RGB value is (135,98,107). Sum of RGB (Red+Green+Blue) = 135+98+107=340 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.71% from 340); Green value is 98 (38.67% from 255 or 28.82% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 135 - color contains mainly: red. Hex color #87626B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87626B is #789D94. Grayscale: #6E6E6E. Windows color (decimal): -7904661 or 7037575. OLE color: 7037575.
HSL color Cylindrical-coordinate representation of color #87626B: hue angle of 345.41º 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 #87626B is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 98 | 107 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.47 |
| HSL | 345.41º | 0.16% | 0.46% | - |
| HSV(B) | 345.41º | 0.27% | 0.53% | - |
| XYZ | 17.01 | 14.95 | 15.9 | - |
| YUV | 110.09 | 126.26 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 98 | 107 | 0 | 0.27 | 0.21 | 0.47 | 345.41 | 0.16 | 0.46 |
| Hex | 87 | 62 | 6B | 0 | 1B | 15 | 2F | 159 | 10 | 2E |
| Octal | 207 | 142 | 153 | 0 | 33 | 25 | 57 | 531 | 20 | 56 |
| Binary | 10000111 | 1100010 | 1101011 | 0 | 11011 | 10101 | 101111 | 101011001 | 10000 | 101110 |
Color Harmonies of #87626B
Complementary color
Monochromatic Colors of #87626B
Black with #87626B
Text Example
Text Example
White with #87626B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87626B; }
p { color: rgb(135,98,107); }
H1.HeaderClassName
{
color: #87626B;
}
.AnyTagClassName
{
color: #87626B;
}
</style>
background-color css
<style>
a { background-color: #87626B; }
a { background-color: rgb(135,98,107); }
div.DivClassName
{
background-color: #87626B;
}
.BgClassName
{
background-color: #87626B;
}
</style>
border-color css
<style>
span { border-color: #87626B; }
span { border-color: rgb(135,98,107); }
td.TdClassName
{
border-color: #87626B;
}
.TagClassName
{
border-color: #87626B;
}
</style>