Shades of Mauve Taupe #886872
Tints of Mauve Taupe #886872
RGB
CMYK
RGB Variations
Color information
#886872 (or 0x886872) is known color: Mauve Taupe. HEX triplet: 88, 68 and 72. RGB value is (136,104,114). Sum of RGB (Red+Green+Blue) = 136+104+114=354 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.42% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 136 - color contains mainly: red. Hex color #886872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886872 is #77978D. Grayscale: #727272. Windows color (decimal): -7837582 or 7497864. OLE color: 7497864.
HSL color Cylindrical-coordinate representation of color #886872: hue angle of 341.25º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #886872 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 104 | 114 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.47 |
| HSL | 341.25º | 0.13% | 0.47% | - |
| HSV(B) | 341.25º | 0.24% | 0.53% | - |
| XYZ | 18.14 | 16.35 | 18.12 | - |
| YUV | 114.71 | 127.6 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 104 | 114 | 0 | 0.24 | 0.16 | 0.47 | 341.25 | 0.13 | 0.47 |
| Hex | 88 | 68 | 72 | 0 | 18 | 10 | 2F | 155 | D | 2F |
| Octal | 210 | 150 | 162 | 0 | 30 | 20 | 57 | 525 | 15 | 57 |
| Binary | 10001000 | 1101000 | 1110010 | 0 | 11000 | 10000 | 101111 | 101010101 | 1101 | 101111 |
Color Harmonies of #886872
Complementary color
Monochromatic Colors of #886872
Black with #886872
Text Example
Text Example
White with #886872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886872; }
p { color: rgb(136,104,114); }
H1.HeaderClassName
{
color: #886872;
}
.AnyTagClassName
{
color: #886872;
}
</style>
background-color css
<style>
a { background-color: #886872; }
a { background-color: rgb(136,104,114); }
div.DivClassName
{
background-color: #886872;
}
.BgClassName
{
background-color: #886872;
}
</style>
border-color css
<style>
span { border-color: #886872; }
span { border-color: rgb(136,104,114); }
td.TdClassName
{
border-color: #886872;
}
.TagClassName
{
border-color: #886872;
}
</style>