Shades of Mauve Taupe #885872
Tints of Mauve Taupe #885872
RGB
CMYK
RGB Variations
Color information
#885872 (or 0x885872) is known color: Mauve Taupe. HEX triplet: 88, 58 and 72. RGB value is (136,88,114). Sum of RGB (Red+Green+Blue) = 136+88+114=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 136 - color contains mainly: red. Hex color #885872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885872 is #77A78D. Grayscale: #696969. Windows color (decimal): -7841678 or 7493768. OLE color: 7493768.
HSL color Cylindrical-coordinate representation of color #885872: hue angle of 327.5º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #885872 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 88 | 114 | - |
| CMYK | 0 | 0.35 | 0.16 | 0.47 |
| HSL | 327.5º | 0.21% | 0.44% | - |
| HSV(B) | 327.5º | 0.35% | 0.53% | - |
| XYZ | 16.68 | 13.43 | 17.63 | - |
| YUV | 105.32 | 132.9 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 88 | 114 | 0 | 0.35 | 0.16 | 0.47 | 327.5 | 0.21 | 0.44 |
| Hex | 88 | 58 | 72 | 0 | 23 | 10 | 2F | 148 | 15 | 2C |
| Octal | 210 | 130 | 162 | 0 | 43 | 20 | 57 | 510 | 25 | 54 |
| Binary | 10001000 | 1011000 | 1110010 | 0 | 100011 | 10000 | 101111 | 101001000 | 10101 | 101100 |
Color Harmonies of #885872
Complementary color
Monochromatic Colors of #885872
Black with #885872
Text Example
Text Example
White with #885872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885872; }
p { color: rgb(136,88,114); }
H1.HeaderClassName
{
color: #885872;
}
.AnyTagClassName
{
color: #885872;
}
</style>
background-color css
<style>
a { background-color: #885872; }
a { background-color: rgb(136,88,114); }
div.DivClassName
{
background-color: #885872;
}
.BgClassName
{
background-color: #885872;
}
</style>
border-color css
<style>
span { border-color: #885872; }
span { border-color: rgb(136,88,114); }
td.TdClassName
{
border-color: #885872;
}
.TagClassName
{
border-color: #885872;
}
</style>