Shades of Mauve Taupe #9F5B76
Tints of Mauve Taupe #9F5B76
RGB
CMYK
RGB Variations
Color information
#9F5B76 (or 0x9F5B76) is known color: Mauve Taupe. HEX triplet: 9F, 5B and 76. RGB value is (159,91,118). Sum of RGB (Red+Green+Blue) = 159+91+118=368 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.21% from 368); Green value is 91 (35.94% from 255 or 24.73% from 368); Blue value is 118 (46.48% from 255 or 32.07% from 368); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5B76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5B76 is #60A489. Grayscale: #727272. Windows color (decimal): -6333578 or 7756703. OLE color: 7756703.
HSL color Cylindrical-coordinate representation of color #9F5B76: hue angle of 336.18º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9F5B76 is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 91 | 118 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.38 |
| HSL | 336.18º | 0.27% | 0.49% | - |
| HSV(B) | 336.18º | 0.43% | 0.62% | - |
| XYZ | 21.31 | 16.16 | 19.14 | - |
| YUV | 114.41 | 130.03 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 91 | 118 | 0 | 0.43 | 0.26 | 0.38 | 336.18 | 0.27 | 0.49 |
| Hex | 9F | 5B | 76 | 0 | 2B | 1A | 26 | 150 | 1B | 31 |
| Octal | 237 | 133 | 166 | 0 | 53 | 32 | 46 | 520 | 33 | 61 |
| Binary | 10011111 | 1011011 | 1110110 | 0 | 101011 | 11010 | 100110 | 101010000 | 11011 | 110001 |
Color Harmonies of #9F5B76
Complementary color
Monochromatic Colors of #9F5B76
Black with #9F5B76
Text Example
Text Example
White with #9F5B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5B76; }
p { color: rgb(159,91,118); }
H1.HeaderClassName
{
color: #9F5B76;
}
.AnyTagClassName
{
color: #9F5B76;
}
</style>
background-color css
<style>
a { background-color: #9F5B76; }
a { background-color: rgb(159,91,118); }
div.DivClassName
{
background-color: #9F5B76;
}
.BgClassName
{
background-color: #9F5B76;
}
</style>
border-color css
<style>
span { border-color: #9F5B76; }
span { border-color: rgb(159,91,118); }
td.TdClassName
{
border-color: #9F5B76;
}
.TagClassName
{
border-color: #9F5B76;
}
</style>