Shades of Mauve Taupe #986772
Tints of Mauve Taupe #986772
RGB
CMYK
RGB Variations
Color information
#986772 (or 0x986772) is known color: Mauve Taupe. HEX triplet: 98, 67 and 72. RGB value is (152,103,114). Sum of RGB (Red+Green+Blue) = 152+103+114=369 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.19% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 114 (44.92% from 255 or 30.89% from 369); Max value from RGB is 152 - color contains mainly: red. Hex color #986772 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986772 is #67988D. Grayscale: #767676. Windows color (decimal): -6789262 or 7497624. OLE color: 7497624.
HSL color Cylindrical-coordinate representation of color #986772: hue angle of 346.53º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #986772 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 103 | 114 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.40 |
| HSL | 346.53º | 0.19% | 0.5% | - |
| HSV(B) | 346.53º | 0.32% | 0.6% | - |
| XYZ | 20.84 | 17.59 | 18.22 | - |
| YUV | 118.91 | 125.23 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 103 | 114 | 0 | 0.32 | 0.25 | 0.40 | 346.53 | 0.19 | 0.5 |
| Hex | 98 | 67 | 72 | 0 | 20 | 19 | 28 | 15B | 13 | 32 |
| Octal | 230 | 147 | 162 | 0 | 40 | 31 | 50 | 533 | 23 | 62 |
| Binary | 10011000 | 1100111 | 1110010 | 0 | 100000 | 11001 | 101000 | 101011011 | 10011 | 110010 |
Color Harmonies of #986772
Complementary color
Monochromatic Colors of #986772
Black with #986772
Text Example
Text Example
White with #986772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986772; }
p { color: rgb(152,103,114); }
H1.HeaderClassName
{
color: #986772;
}
.AnyTagClassName
{
color: #986772;
}
</style>
background-color css
<style>
a { background-color: #986772; }
a { background-color: rgb(152,103,114); }
div.DivClassName
{
background-color: #986772;
}
.BgClassName
{
background-color: #986772;
}
</style>
border-color css
<style>
span { border-color: #986772; }
span { border-color: rgb(152,103,114); }
td.TdClassName
{
border-color: #986772;
}
.TagClassName
{
border-color: #986772;
}
</style>