Shades of Mauve Taupe #875E68
Tints of Mauve Taupe #875E68
RGB
CMYK
RGB Variations
Color information
#875E68 (or 0x875E68) is known color: Mauve Taupe. HEX triplet: 87, 5E and 68. RGB value is (135,94,104). Sum of RGB (Red+Green+Blue) = 135+94+104=333 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.54% from 333); Green value is 94 (37.11% from 255 or 28.23% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 135 - color contains mainly: red. Hex color #875E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875E68 is #78A197. Grayscale: #6B6B6B. Windows color (decimal): -7905688 or 6839943. OLE color: 6839943.
HSL color Cylindrical-coordinate representation of color #875E68: hue angle of 345.37º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #875E68 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 94 | 104 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.47 |
| HSL | 345.37º | 0.18% | 0.45% | - |
| HSV(B) | 345.37º | 0.3% | 0.53% | - |
| XYZ | 16.49 | 14.16 | 14.96 | - |
| YUV | 107.4 | 126.08 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 94 | 104 | 0 | 0.30 | 0.23 | 0.47 | 345.37 | 0.18 | 0.45 |
| Hex | 87 | 5E | 68 | 0 | 1E | 17 | 2F | 159 | 12 | 2D |
| Octal | 207 | 136 | 150 | 0 | 36 | 27 | 57 | 531 | 22 | 55 |
| Binary | 10000111 | 1011110 | 1101000 | 0 | 11110 | 10111 | 101111 | 101011001 | 10010 | 101101 |
Color Harmonies of #875E68
Complementary color
Monochromatic Colors of #875E68
Black with #875E68
Text Example
Text Example
White with #875E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875E68; }
p { color: rgb(135,94,104); }
H1.HeaderClassName
{
color: #875E68;
}
.AnyTagClassName
{
color: #875E68;
}
</style>
background-color css
<style>
a { background-color: #875E68; }
a { background-color: rgb(135,94,104); }
div.DivClassName
{
background-color: #875E68;
}
.BgClassName
{
background-color: #875E68;
}
</style>
border-color css
<style>
span { border-color: #875E68; }
span { border-color: rgb(135,94,104); }
td.TdClassName
{
border-color: #875E68;
}
.TagClassName
{
border-color: #875E68;
}
</style>