Shades of Mauve Taupe #9A5C77
Tints of Mauve Taupe #9A5C77
RGB
CMYK
RGB Variations
Color information
#9A5C77 (or 0x9A5C77) is known color: Mauve Taupe. HEX triplet: 9A, 5C and 77. RGB value is (154,92,119). Sum of RGB (Red+Green+Blue) = 154+92+119=365 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.19% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 119 (46.88% from 255 or 32.60% from 365); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5C77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5C77 is #65A388. Grayscale: #717171. Windows color (decimal): -6661001 or 7822490. OLE color: 7822490.
HSL color Cylindrical-coordinate representation of color #9A5C77: hue angle of 333.87º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9A5C77 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 92 | 119 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.40 |
| HSL | 333.87º | 0.25% | 0.48% | - |
| HSV(B) | 333.87º | 0.4% | 0.6% | - |
| XYZ | 20.48 | 15.86 | 19.43 | - |
| YUV | 113.62 | 131.04 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 92 | 119 | 0 | 0.40 | 0.23 | 0.40 | 333.87 | 0.25 | 0.48 |
| Hex | 9A | 5C | 77 | 0 | 28 | 17 | 28 | 14E | 19 | 30 |
| Octal | 232 | 134 | 167 | 0 | 50 | 27 | 50 | 516 | 31 | 60 |
| Binary | 10011010 | 1011100 | 1110111 | 0 | 101000 | 10111 | 101000 | 101001110 | 11001 | 110000 |
Color Harmonies of #9A5C77
Complementary color
Monochromatic Colors of #9A5C77
Black with #9A5C77
Text Example
Text Example
White with #9A5C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5C77; }
p { color: rgb(154,92,119); }
H1.HeaderClassName
{
color: #9A5C77;
}
.AnyTagClassName
{
color: #9A5C77;
}
</style>
background-color css
<style>
a { background-color: #9A5C77; }
a { background-color: rgb(154,92,119); }
div.DivClassName
{
background-color: #9A5C77;
}
.BgClassName
{
background-color: #9A5C77;
}
</style>
border-color css
<style>
span { border-color: #9A5C77; }
span { border-color: rgb(154,92,119); }
td.TdClassName
{
border-color: #9A5C77;
}
.TagClassName
{
border-color: #9A5C77;
}
</style>