Shades of Mauve Taupe #985A74
Tints of Mauve Taupe #985A74
RGB
CMYK
RGB Variations
Color information
#985A74 (or 0x985A74) is known color: Mauve Taupe. HEX triplet: 98, 5A and 74. RGB value is (152,90,116). Sum of RGB (Red+Green+Blue) = 152+90+116=358 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.46% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 116 (45.70% from 255 or 32.40% from 358); Max value from RGB is 152 - color contains mainly: red. Hex color #985A74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985A74 is #67A58B. Grayscale: #6F6F6F. Windows color (decimal): -6792588 or 7625368. OLE color: 7625368.
HSL color Cylindrical-coordinate representation of color #985A74: hue angle of 334.84º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #985A74 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 90 | 116 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.40 |
| HSL | 334.84º | 0.26% | 0.47% | - |
| HSV(B) | 334.84º | 0.41% | 0.6% | - |
| XYZ | 19.76 | 15.25 | 18.42 | - |
| YUV | 111.5 | 130.54 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 90 | 116 | 0 | 0.41 | 0.24 | 0.40 | 334.84 | 0.26 | 0.47 |
| Hex | 98 | 5A | 74 | 0 | 29 | 18 | 28 | 14F | 1A | 2F |
| Octal | 230 | 132 | 164 | 0 | 51 | 30 | 50 | 517 | 32 | 57 |
| Binary | 10011000 | 1011010 | 1110100 | 0 | 101001 | 11000 | 101000 | 101001111 | 11010 | 101111 |
Color Harmonies of #985A74
Complementary color
Monochromatic Colors of #985A74
Black with #985A74
Text Example
Text Example
White with #985A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985A74; }
p { color: rgb(152,90,116); }
H1.HeaderClassName
{
color: #985A74;
}
.AnyTagClassName
{
color: #985A74;
}
</style>
background-color css
<style>
a { background-color: #985A74; }
a { background-color: rgb(152,90,116); }
div.DivClassName
{
background-color: #985A74;
}
.BgClassName
{
background-color: #985A74;
}
</style>
border-color css
<style>
span { border-color: #985A74; }
span { border-color: rgb(152,90,116); }
td.TdClassName
{
border-color: #985A74;
}
.TagClassName
{
border-color: #985A74;
}
</style>