Shades of Mauve Taupe #886973
Tints of Mauve Taupe #886973
RGB
CMYK
RGB Variations
Color information
#886973 (or 0x886973) is known color: Mauve Taupe. HEX triplet: 88, 69 and 73. RGB value is (136,105,115). Sum of RGB (Red+Green+Blue) = 136+105+115=356 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.20% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 136 - color contains mainly: red. Hex color #886973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886973 is #77968C. Grayscale: #737373. Windows color (decimal): -7837325 or 7563656. OLE color: 7563656.
HSL color Cylindrical-coordinate representation of color #886973: hue angle of 340.65º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #886973 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 105 | 115 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.47 |
| HSL | 340.65º | 0.13% | 0.47% | - |
| HSV(B) | 340.65º | 0.23% | 0.53% | - |
| XYZ | 18.3 | 16.58 | 18.45 | - |
| YUV | 115.41 | 127.77 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 105 | 115 | 0 | 0.23 | 0.15 | 0.47 | 340.65 | 0.13 | 0.47 |
| Hex | 88 | 69 | 73 | 0 | 17 | F | 2F | 155 | D | 2F |
| Octal | 210 | 151 | 163 | 0 | 27 | 17 | 57 | 525 | 15 | 57 |
| Binary | 10001000 | 1101001 | 1110011 | 0 | 10111 | 1111 | 101111 | 101010101 | 1101 | 101111 |
Color Harmonies of #886973
Complementary color
Monochromatic Colors of #886973
Black with #886973
Text Example
Text Example
White with #886973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886973; }
p { color: rgb(136,105,115); }
H1.HeaderClassName
{
color: #886973;
}
.AnyTagClassName
{
color: #886973;
}
</style>
background-color css
<style>
a { background-color: #886973; }
a { background-color: rgb(136,105,115); }
div.DivClassName
{
background-color: #886973;
}
.BgClassName
{
background-color: #886973;
}
</style>
border-color css
<style>
span { border-color: #886973; }
span { border-color: rgb(136,105,115); }
td.TdClassName
{
border-color: #886973;
}
.TagClassName
{
border-color: #886973;
}
</style>