Shades of Mauve Taupe #875B68
Tints of Mauve Taupe #875B68
RGB
CMYK
RGB Variations
Color information
#875B68 (or 0x875B68) is known color: Mauve Taupe. HEX triplet: 87, 5B and 68. RGB value is (135,91,104). Sum of RGB (Red+Green+Blue) = 135+91+104=330 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.91% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 135 - color contains mainly: red. Hex color #875B68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875B68 is #78A497. Grayscale: #696969. Windows color (decimal): -7906456 or 6839175. OLE color: 6839175.
HSL color Cylindrical-coordinate representation of color #875B68: hue angle of 342.27º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #875B68 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 91 | 104 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.47 |
| HSL | 342.27º | 0.19% | 0.44% | - |
| HSV(B) | 342.27º | 0.33% | 0.53% | - |
| XYZ | 16.23 | 13.63 | 14.87 | - |
| YUV | 105.64 | 127.08 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 91 | 104 | 0 | 0.33 | 0.23 | 0.47 | 342.27 | 0.19 | 0.44 |
| Hex | 87 | 5B | 68 | 0 | 21 | 17 | 2F | 156 | 13 | 2C |
| Octal | 207 | 133 | 150 | 0 | 41 | 27 | 57 | 526 | 23 | 54 |
| Binary | 10000111 | 1011011 | 1101000 | 0 | 100001 | 10111 | 101111 | 101010110 | 10011 | 101100 |
Color Harmonies of #875B68
Complementary color
Monochromatic Colors of #875B68
Black with #875B68
Text Example
Text Example
White with #875B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875B68; }
p { color: rgb(135,91,104); }
H1.HeaderClassName
{
color: #875B68;
}
.AnyTagClassName
{
color: #875B68;
}
</style>
background-color css
<style>
a { background-color: #875B68; }
a { background-color: rgb(135,91,104); }
div.DivClassName
{
background-color: #875B68;
}
.BgClassName
{
background-color: #875B68;
}
</style>
border-color css
<style>
span { border-color: #875B68; }
span { border-color: rgb(135,91,104); }
td.TdClassName
{
border-color: #875B68;
}
.TagClassName
{
border-color: #875B68;
}
</style>