Shades of Mauve Taupe #986578
Tints of Mauve Taupe #986578
RGB
CMYK
RGB Variations
Color information
#986578 (or 0x986578) is known color: Mauve Taupe. HEX triplet: 98, 65 and 78. RGB value is (152,101,120). Sum of RGB (Red+Green+Blue) = 152+101+120=373 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.75% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 152 - color contains mainly: red. Hex color #986578 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986578 is #679A87. Grayscale: #767676. Windows color (decimal): -6789768 or 7890328. OLE color: 7890328.
HSL color Cylindrical-coordinate representation of color #986578: hue angle of 337.65º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #986578 is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 101 | 120 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.40 |
| HSL | 337.65º | 0.2% | 0.5% | - |
| HSV(B) | 337.65º | 0.34% | 0.6% | - |
| XYZ | 20.99 | 17.34 | 20.01 | - |
| YUV | 118.42 | 128.9 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 101 | 120 | 0 | 0.34 | 0.21 | 0.40 | 337.65 | 0.2 | 0.5 |
| Hex | 98 | 65 | 78 | 0 | 22 | 15 | 28 | 152 | 14 | 32 |
| Octal | 230 | 145 | 170 | 0 | 42 | 25 | 50 | 522 | 24 | 62 |
| Binary | 10011000 | 1100101 | 1111000 | 0 | 100010 | 10101 | 101000 | 101010010 | 10100 | 110010 |
Color Harmonies of #986578
Complementary color
Monochromatic Colors of #986578
Black with #986578
Text Example
Text Example
White with #986578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986578; }
p { color: rgb(152,101,120); }
H1.HeaderClassName
{
color: #986578;
}
.AnyTagClassName
{
color: #986578;
}
</style>
background-color css
<style>
a { background-color: #986578; }
a { background-color: rgb(152,101,120); }
div.DivClassName
{
background-color: #986578;
}
.BgClassName
{
background-color: #986578;
}
</style>
border-color css
<style>
span { border-color: #986578; }
span { border-color: rgb(152,101,120); }
td.TdClassName
{
border-color: #986578;
}
.TagClassName
{
border-color: #986578;
}
</style>