Shades of Mauve Taupe #985876
Tints of Mauve Taupe #985876
RGB
CMYK
RGB Variations
Color information
#985876 (or 0x985876) is known color: Mauve Taupe. HEX triplet: 98, 58 and 76. RGB value is (152,88,118). Sum of RGB (Red+Green+Blue) = 152+88+118=358 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.46% from 358); Green value is 88 (34.77% from 255 or 24.58% from 358); Blue value is 118 (46.48% from 255 or 32.96% from 358); Max value from RGB is 152 - color contains mainly: red. Hex color #985876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985876 is #67A789. Grayscale: #6E6E6E. Windows color (decimal): -6793098 or 7755928. OLE color: 7755928.
HSL color Cylindrical-coordinate representation of color #985876: hue angle of 331.88º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #985876 is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 88 | 118 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.40 |
| HSL | 331.88º | 0.27% | 0.47% | - |
| HSV(B) | 331.88º | 0.42% | 0.6% | - |
| XYZ | 19.71 | 14.96 | 18.99 | - |
| YUV | 110.56 | 132.2 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 88 | 118 | 0 | 0.42 | 0.22 | 0.40 | 331.88 | 0.27 | 0.47 |
| Hex | 98 | 58 | 76 | 0 | 2A | 16 | 28 | 14C | 1B | 2F |
| Octal | 230 | 130 | 166 | 0 | 52 | 26 | 50 | 514 | 33 | 57 |
| Binary | 10011000 | 1011000 | 1110110 | 0 | 101010 | 10110 | 101000 | 101001100 | 11011 | 101111 |
Color Harmonies of #985876
Complementary color
Monochromatic Colors of #985876
Black with #985876
Text Example
Text Example
White with #985876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985876; }
p { color: rgb(152,88,118); }
H1.HeaderClassName
{
color: #985876;
}
.AnyTagClassName
{
color: #985876;
}
</style>
background-color css
<style>
a { background-color: #985876; }
a { background-color: rgb(152,88,118); }
div.DivClassName
{
background-color: #985876;
}
.BgClassName
{
background-color: #985876;
}
</style>
border-color css
<style>
span { border-color: #985876; }
span { border-color: rgb(152,88,118); }
td.TdClassName
{
border-color: #985876;
}
.TagClassName
{
border-color: #985876;
}
</style>