Shades of Mauve Taupe #986A78
Tints of Mauve Taupe #986A78
RGB
CMYK
RGB Variations
Color information
#986A78 (or 0x986A78) is known color: Mauve Taupe. HEX triplet: 98, 6A and 78. RGB value is (152,106,120). Sum of RGB (Red+Green+Blue) = 152+106+120=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 106 (41.80% from 255 or 28.04% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 152 - color contains mainly: red. Hex color #986A78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986A78 is #679587. Grayscale: #797979. Windows color (decimal): -6788488 or 7891608. OLE color: 7891608.
HSL color Cylindrical-coordinate representation of color #986A78: hue angle of 341.74º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #986A78 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 106 | 120 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.40 |
| HSL | 341.74º | 0.18% | 0.51% | - |
| HSV(B) | 341.74º | 0.3% | 0.6% | - |
| XYZ | 21.49 | 18.34 | 20.18 | - |
| YUV | 121.35 | 127.24 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 106 | 120 | 0 | 0.30 | 0.21 | 0.40 | 341.74 | 0.18 | 0.51 |
| Hex | 98 | 6A | 78 | 0 | 1E | 15 | 28 | 156 | 12 | 33 |
| Octal | 230 | 152 | 170 | 0 | 36 | 25 | 50 | 526 | 22 | 63 |
| Binary | 10011000 | 1101010 | 1111000 | 0 | 11110 | 10101 | 101000 | 101010110 | 10010 | 110011 |
Color Harmonies of #986A78
Complementary color
Monochromatic Colors of #986A78
Black with #986A78
Text Example
Text Example
White with #986A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986A78; }
p { color: rgb(152,106,120); }
H1.HeaderClassName
{
color: #986A78;
}
.AnyTagClassName
{
color: #986A78;
}
</style>
background-color css
<style>
a { background-color: #986A78; }
a { background-color: rgb(152,106,120); }
div.DivClassName
{
background-color: #986A78;
}
.BgClassName
{
background-color: #986A78;
}
</style>
border-color css
<style>
span { border-color: #986A78; }
span { border-color: rgb(152,106,120); }
td.TdClassName
{
border-color: #986A78;
}
.TagClassName
{
border-color: #986A78;
}
</style>