Shades of Mauve Taupe #886B74
Tints of Mauve Taupe #886B74
RGB
CMYK
RGB Variations
Color information
#886B74 (or 0x886B74) is known color: Mauve Taupe. HEX triplet: 88, 6B and 74. RGB value is (136,107,116). Sum of RGB (Red+Green+Blue) = 136+107+116=359 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.88% from 359); Green value is 107 (42.19% from 255 or 29.81% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 136 - color contains mainly: red. Hex color #886B74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886B74 is #77948B. Grayscale: #747474. Windows color (decimal): -7836812 or 7629704. OLE color: 7629704.
HSL color Cylindrical-coordinate representation of color #886B74: hue angle of 341.38º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #886B74 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 107 | 116 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.47 |
| HSL | 341.38º | 0.12% | 0.48% | - |
| HSV(B) | 341.38º | 0.21% | 0.53% | - |
| XYZ | 18.56 | 17.01 | 18.83 | - |
| YUV | 116.7 | 127.61 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 107 | 116 | 0 | 0.21 | 0.15 | 0.47 | 341.38 | 0.12 | 0.48 |
| Hex | 88 | 6B | 74 | 0 | 15 | F | 2F | 155 | C | 30 |
| Octal | 210 | 153 | 164 | 0 | 25 | 17 | 57 | 525 | 14 | 60 |
| Binary | 10001000 | 1101011 | 1110100 | 0 | 10101 | 1111 | 101111 | 101010101 | 1100 | 110000 |
Color Harmonies of #886B74
Complementary color
Monochromatic Colors of #886B74
Black with #886B74
Text Example
Text Example
White with #886B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886B74; }
p { color: rgb(136,107,116); }
H1.HeaderClassName
{
color: #886B74;
}
.AnyTagClassName
{
color: #886B74;
}
</style>
background-color css
<style>
a { background-color: #886B74; }
a { background-color: rgb(136,107,116); }
div.DivClassName
{
background-color: #886B74;
}
.BgClassName
{
background-color: #886B74;
}
</style>
border-color css
<style>
span { border-color: #886B74; }
span { border-color: rgb(136,107,116); }
td.TdClassName
{
border-color: #886B74;
}
.TagClassName
{
border-color: #886B74;
}
</style>