Shades of Mauve Taupe #886A73
Tints of Mauve Taupe #886A73
RGB
CMYK
RGB Variations
Color information
#886A73 (or 0x886A73) is known color: Mauve Taupe. HEX triplet: 88, 6A and 73. RGB value is (136,106,115). Sum of RGB (Red+Green+Blue) = 136+106+115=357 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.10% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 136 - color contains mainly: red. Hex color #886A73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886A73 is #77958C. Grayscale: #737373. Windows color (decimal): -7837069 or 7563912. OLE color: 7563912.
HSL color Cylindrical-coordinate representation of color #886A73: hue angle of 342º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #886A73 is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 106 | 115 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.47 |
| HSL | 342º | 0.12% | 0.47% | - |
| HSV(B) | 342º | 0.22% | 0.53% | - |
| XYZ | 18.4 | 16.78 | 18.49 | - |
| YUV | 116 | 127.44 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 106 | 115 | 0 | 0.22 | 0.15 | 0.47 | 342 | 0.12 | 0.47 |
| Hex | 88 | 6A | 73 | 0 | 16 | F | 2F | 156 | C | 2F |
| Octal | 210 | 152 | 163 | 0 | 26 | 17 | 57 | 526 | 14 | 57 |
| Binary | 10001000 | 1101010 | 1110011 | 0 | 10110 | 1111 | 101111 | 101010110 | 1100 | 101111 |
Color Harmonies of #886A73
Complementary color
Monochromatic Colors of #886A73
Black with #886A73
Text Example
Text Example
White with #886A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886A73; }
p { color: rgb(136,106,115); }
H1.HeaderClassName
{
color: #886A73;
}
.AnyTagClassName
{
color: #886A73;
}
</style>
background-color css
<style>
a { background-color: #886A73; }
a { background-color: rgb(136,106,115); }
div.DivClassName
{
background-color: #886A73;
}
.BgClassName
{
background-color: #886A73;
}
</style>
border-color css
<style>
span { border-color: #886A73; }
span { border-color: rgb(136,106,115); }
td.TdClassName
{
border-color: #886A73;
}
.TagClassName
{
border-color: #886A73;
}
</style>