Shades of Mauve Taupe #9D5770
Tints of Mauve Taupe #9D5770
RGB
CMYK
RGB Variations
Color information
#9D5770 (or 0x9D5770) is known color: Mauve Taupe. HEX triplet: 9D, 57 and 70. RGB value is (157,87,112). Sum of RGB (Red+Green+Blue) = 157+87+112=356 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.10% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5770 is #62A88F. Grayscale: #6E6E6E. Windows color (decimal): -6465680 or 7362461. OLE color: 7362461.
HSL color Cylindrical-coordinate representation of color #9D5770: hue angle of 338.57º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9D5770 is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 87 | 112 | - |
| CMYK | 0 | 0.45 | 0.29 | 0.38 |
| HSL | 338.57º | 0.29% | 0.48% | - |
| HSV(B) | 338.57º | 0.45% | 0.62% | - |
| XYZ | 20.24 | 15.15 | 17.19 | - |
| YUV | 110.78 | 128.69 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 87 | 112 | 0 | 0.45 | 0.29 | 0.38 | 338.57 | 0.29 | 0.48 |
| Hex | 9D | 57 | 70 | 0 | 2D | 1D | 26 | 153 | 1D | 30 |
| Octal | 235 | 127 | 160 | 0 | 55 | 35 | 46 | 523 | 35 | 60 |
| Binary | 10011101 | 1010111 | 1110000 | 0 | 101101 | 11101 | 100110 | 101010011 | 11101 | 110000 |
Color Harmonies of #9D5770
Complementary color
Monochromatic Colors of #9D5770
Black with #9D5770
Text Example
Text Example
White with #9D5770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5770; }
p { color: rgb(157,87,112); }
H1.HeaderClassName
{
color: #9D5770;
}
.AnyTagClassName
{
color: #9D5770;
}
</style>
background-color css
<style>
a { background-color: #9D5770; }
a { background-color: rgb(157,87,112); }
div.DivClassName
{
background-color: #9D5770;
}
.BgClassName
{
background-color: #9D5770;
}
</style>
border-color css
<style>
span { border-color: #9D5770; }
span { border-color: rgb(157,87,112); }
td.TdClassName
{
border-color: #9D5770;
}
.TagClassName
{
border-color: #9D5770;
}
</style>