Shades of Mauve Taupe #9D5C77
Tints of Mauve Taupe #9D5C77
RGB
CMYK
RGB Variations
Color information
#9D5C77 (or 0x9D5C77) is known color: Mauve Taupe. HEX triplet: 9D, 5C and 77. RGB value is (157,92,119). Sum of RGB (Red+Green+Blue) = 157+92+119=368 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.66% from 368); Green value is 92 (36.33% from 255 or 25% from 368); Blue value is 119 (46.88% from 255 or 32.34% from 368); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5C77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5C77 is #62A388. Grayscale: #727272. Windows color (decimal): -6464393 or 7822493. OLE color: 7822493.
HSL color Cylindrical-coordinate representation of color #9D5C77: hue angle of 335.08º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9D5C77 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 92 | 119 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.38 |
| HSL | 335.08º | 0.26% | 0.49% | - |
| HSV(B) | 335.08º | 0.41% | 0.62% | - |
| XYZ | 21.06 | 16.15 | 19.46 | - |
| YUV | 114.51 | 130.53 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 92 | 119 | 0 | 0.41 | 0.24 | 0.38 | 335.08 | 0.26 | 0.49 |
| Hex | 9D | 5C | 77 | 0 | 29 | 18 | 26 | 14F | 1A | 31 |
| Octal | 235 | 134 | 167 | 0 | 51 | 30 | 46 | 517 | 32 | 61 |
| Binary | 10011101 | 1011100 | 1110111 | 0 | 101001 | 11000 | 100110 | 101001111 | 11010 | 110001 |
Color Harmonies of #9D5C77
Complementary color
Monochromatic Colors of #9D5C77
Black with #9D5C77
Text Example
Text Example
White with #9D5C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5C77; }
p { color: rgb(157,92,119); }
H1.HeaderClassName
{
color: #9D5C77;
}
.AnyTagClassName
{
color: #9D5C77;
}
</style>
background-color css
<style>
a { background-color: #9D5C77; }
a { background-color: rgb(157,92,119); }
div.DivClassName
{
background-color: #9D5C77;
}
.BgClassName
{
background-color: #9D5C77;
}
</style>
border-color css
<style>
span { border-color: #9D5C77; }
span { border-color: rgb(157,92,119); }
td.TdClassName
{
border-color: #9D5C77;
}
.TagClassName
{
border-color: #9D5C77;
}
</style>