Shades of Mauve Taupe #9A5B76
Tints of Mauve Taupe #9A5B76
RGB
CMYK
RGB Variations
Color information
#9A5B76 (or 0x9A5B76) is known color: Mauve Taupe. HEX triplet: 9A, 5B and 76. RGB value is (154,91,118). Sum of RGB (Red+Green+Blue) = 154+91+118=363 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.42% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5B76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5B76 is #65A489. Grayscale: #707070. Windows color (decimal): -6661258 or 7756698. OLE color: 7756698.
HSL color Cylindrical-coordinate representation of color #9A5B76: hue angle of 334.29º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9A5B76 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 91 | 118 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.40 |
| HSL | 334.29º | 0.26% | 0.48% | - |
| HSV(B) | 334.29º | 0.41% | 0.6% | - |
| XYZ | 20.34 | 15.66 | 19.09 | - |
| YUV | 112.92 | 130.87 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 91 | 118 | 0 | 0.41 | 0.23 | 0.40 | 334.29 | 0.26 | 0.48 |
| Hex | 9A | 5B | 76 | 0 | 29 | 17 | 28 | 14E | 1A | 30 |
| Octal | 232 | 133 | 166 | 0 | 51 | 27 | 50 | 516 | 32 | 60 |
| Binary | 10011010 | 1011011 | 1110110 | 0 | 101001 | 10111 | 101000 | 101001110 | 11010 | 110000 |
Color Harmonies of #9A5B76
Complementary color
Monochromatic Colors of #9A5B76
Black with #9A5B76
Text Example
Text Example
White with #9A5B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5B76; }
p { color: rgb(154,91,118); }
H1.HeaderClassName
{
color: #9A5B76;
}
.AnyTagClassName
{
color: #9A5B76;
}
</style>
background-color css
<style>
a { background-color: #9A5B76; }
a { background-color: rgb(154,91,118); }
div.DivClassName
{
background-color: #9A5B76;
}
.BgClassName
{
background-color: #9A5B76;
}
</style>
border-color css
<style>
span { border-color: #9A5B76; }
span { border-color: rgb(154,91,118); }
td.TdClassName
{
border-color: #9A5B76;
}
.TagClassName
{
border-color: #9A5B76;
}
</style>