Shades of Mauve Taupe #986775
Tints of Mauve Taupe #986775
RGB
CMYK
RGB Variations
Color information
#986775 (or 0x986775) is known color: Mauve Taupe. HEX triplet: 98, 67 and 75. RGB value is (152,103,117). Sum of RGB (Red+Green+Blue) = 152+103+117=372 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.86% from 372); Green value is 103 (40.62% from 255 or 27.69% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 152 - color contains mainly: red. Hex color #986775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986775 is #67988A. Grayscale: #777777. Windows color (decimal): -6789259 or 7694232. OLE color: 7694232.
HSL color Cylindrical-coordinate representation of color #986775: hue angle of 342.86º 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 #986775 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 103 | 117 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.40 |
| HSL | 342.86º | 0.19% | 0.5% | - |
| HSV(B) | 342.86º | 0.32% | 0.6% | - |
| XYZ | 21.01 | 17.66 | 19.13 | - |
| YUV | 119.25 | 126.73 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 103 | 117 | 0 | 0.32 | 0.23 | 0.40 | 342.86 | 0.19 | 0.5 |
| Hex | 98 | 67 | 75 | 0 | 20 | 17 | 28 | 157 | 13 | 32 |
| Octal | 230 | 147 | 165 | 0 | 40 | 27 | 50 | 527 | 23 | 62 |
| Binary | 10011000 | 1100111 | 1110101 | 0 | 100000 | 10111 | 101000 | 101010111 | 10011 | 110010 |
Color Harmonies of #986775
Complementary color
Monochromatic Colors of #986775
Black with #986775
Text Example
Text Example
White with #986775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986775; }
p { color: rgb(152,103,117); }
H1.HeaderClassName
{
color: #986775;
}
.AnyTagClassName
{
color: #986775;
}
</style>
background-color css
<style>
a { background-color: #986775; }
a { background-color: rgb(152,103,117); }
div.DivClassName
{
background-color: #986775;
}
.BgClassName
{
background-color: #986775;
}
</style>
border-color css
<style>
span { border-color: #986775; }
span { border-color: rgb(152,103,117); }
td.TdClassName
{
border-color: #986775;
}
.TagClassName
{
border-color: #986775;
}
</style>