Shades of Mauve Taupe #9D5F77
Tints of Mauve Taupe #9D5F77
RGB
CMYK
RGB Variations
Color information
#9D5F77 (or 0x9D5F77) is known color: Mauve Taupe. HEX triplet: 9D, 5F and 77. RGB value is (157,95,119). Sum of RGB (Red+Green+Blue) = 157+95+119=371 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.32% from 371); Green value is 95 (37.5% from 255 or 25.61% from 371); Blue value is 119 (46.88% from 255 or 32.08% from 371); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5F77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5F77 is #62A088. Grayscale: #747474. Windows color (decimal): -6463625 or 7823261. OLE color: 7823261.
HSL color Cylindrical-coordinate representation of color #9D5F77: hue angle of 336.77º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9D5F77 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 95 | 119 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.38 |
| HSL | 336.77º | 0.25% | 0.49% | - |
| HSV(B) | 336.77º | 0.39% | 0.62% | - |
| XYZ | 21.33 | 16.68 | 19.55 | - |
| YUV | 116.27 | 129.54 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 95 | 119 | 0 | 0.39 | 0.24 | 0.38 | 336.77 | 0.25 | 0.49 |
| Hex | 9D | 5F | 77 | 0 | 27 | 18 | 26 | 151 | 19 | 31 |
| Octal | 235 | 137 | 167 | 0 | 47 | 30 | 46 | 521 | 31 | 61 |
| Binary | 10011101 | 1011111 | 1110111 | 0 | 100111 | 11000 | 100110 | 101010001 | 11001 | 110001 |
Color Harmonies of #9D5F77
Complementary color
Monochromatic Colors of #9D5F77
Black with #9D5F77
Text Example
Text Example
White with #9D5F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5F77; }
p { color: rgb(157,95,119); }
H1.HeaderClassName
{
color: #9D5F77;
}
.AnyTagClassName
{
color: #9D5F77;
}
</style>
background-color css
<style>
a { background-color: #9D5F77; }
a { background-color: rgb(157,95,119); }
div.DivClassName
{
background-color: #9D5F77;
}
.BgClassName
{
background-color: #9D5F77;
}
</style>
border-color css
<style>
span { border-color: #9D5F77; }
span { border-color: rgb(157,95,119); }
td.TdClassName
{
border-color: #9D5F77;
}
.TagClassName
{
border-color: #9D5F77;
}
</style>