Shades of Mauve Taupe #9F5E78
Tints of Mauve Taupe #9F5E78
RGB
CMYK
RGB Variations
Color information
#9F5E78 (or 0x9F5E78) is known color: Mauve Taupe. HEX triplet: 9F, 5E and 78. RGB value is (159,94,120). Sum of RGB (Red+Green+Blue) = 159+94+120=373 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.63% from 373); Green value is 94 (37.11% from 255 or 25.20% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5E78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5E78 is #60A187. Grayscale: #747474. Windows color (decimal): -6332808 or 7888543. OLE color: 7888543.
HSL color Cylindrical-coordinate representation of color #9F5E78: hue angle of 336º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9F5E78 is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 94 | 120 | - |
| CMYK | 0 | 0.41 | 0.25 | 0.38 |
| HSL | 336º | 0.26% | 0.5% | - |
| HSV(B) | 336º | 0.41% | 0.62% | - |
| XYZ | 21.69 | 16.73 | 19.86 | - |
| YUV | 116.4 | 130.03 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 94 | 120 | 0 | 0.41 | 0.25 | 0.38 | 336 | 0.26 | 0.5 |
| Hex | 9F | 5E | 78 | 0 | 29 | 19 | 26 | 150 | 1A | 32 |
| Octal | 237 | 136 | 170 | 0 | 51 | 31 | 46 | 520 | 32 | 62 |
| Binary | 10011111 | 1011110 | 1111000 | 0 | 101001 | 11001 | 100110 | 101010000 | 11010 | 110010 |
Color Harmonies of #9F5E78
Complementary color
Monochromatic Colors of #9F5E78
Black with #9F5E78
Text Example
Text Example
White with #9F5E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5E78; }
p { color: rgb(159,94,120); }
H1.HeaderClassName
{
color: #9F5E78;
}
.AnyTagClassName
{
color: #9F5E78;
}
</style>
background-color css
<style>
a { background-color: #9F5E78; }
a { background-color: rgb(159,94,120); }
div.DivClassName
{
background-color: #9F5E78;
}
.BgClassName
{
background-color: #9F5E78;
}
</style>
border-color css
<style>
span { border-color: #9F5E78; }
span { border-color: rgb(159,94,120); }
td.TdClassName
{
border-color: #9F5E78;
}
.TagClassName
{
border-color: #9F5E78;
}
</style>