Shades of Mauve Taupe #886372
Tints of Mauve Taupe #886372
RGB
CMYK
RGB Variations
Color information
#886372 (or 0x886372) is known color: Mauve Taupe. HEX triplet: 88, 63 and 72. RGB value is (136,99,114). Sum of RGB (Red+Green+Blue) = 136+99+114=349 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.97% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 136 - color contains mainly: red. Hex color #886372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886372 is #779C8D. Grayscale: #6F6F6F. Windows color (decimal): -7838862 or 7496584. OLE color: 7496584.
HSL color Cylindrical-coordinate representation of color #886372: hue angle of 335.68º 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 #886372 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 99 | 114 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.47 |
| HSL | 335.68º | 0.16% | 0.46% | - |
| HSV(B) | 335.68º | 0.27% | 0.53% | - |
| XYZ | 17.65 | 15.37 | 17.96 | - |
| YUV | 111.77 | 129.26 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 99 | 114 | 0 | 0.27 | 0.16 | 0.47 | 335.68 | 0.16 | 0.46 |
| Hex | 88 | 63 | 72 | 0 | 1B | 10 | 2F | 150 | 10 | 2E |
| Octal | 210 | 143 | 162 | 0 | 33 | 20 | 57 | 520 | 20 | 56 |
| Binary | 10001000 | 1100011 | 1110010 | 0 | 11011 | 10000 | 101111 | 101010000 | 10000 | 101110 |
Color Harmonies of #886372
Complementary color
Monochromatic Colors of #886372
Black with #886372
Text Example
Text Example
White with #886372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886372; }
p { color: rgb(136,99,114); }
H1.HeaderClassName
{
color: #886372;
}
.AnyTagClassName
{
color: #886372;
}
</style>
background-color css
<style>
a { background-color: #886372; }
a { background-color: rgb(136,99,114); }
div.DivClassName
{
background-color: #886372;
}
.BgClassName
{
background-color: #886372;
}
</style>
border-color css
<style>
span { border-color: #886372; }
span { border-color: rgb(136,99,114); }
td.TdClassName
{
border-color: #886372;
}
.TagClassName
{
border-color: #886372;
}
</style>