Shades of Mauve Taupe #9D5F75
Tints of Mauve Taupe #9D5F75
RGB
CMYK
RGB Variations
Color information
#9D5F75 (or 0x9D5F75) is known color: Mauve Taupe. HEX triplet: 9D, 5F and 75. RGB value is (157,95,117). Sum of RGB (Red+Green+Blue) = 157+95+117=369 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.55% from 369); Green value is 95 (37.5% from 255 or 25.75% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5F75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5F75 is #62A08A. Grayscale: #747474. Windows color (decimal): -6463627 or 7692189. OLE color: 7692189.
HSL color Cylindrical-coordinate representation of color #9D5F75: hue angle of 338.71º 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 #9D5F75 is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 95 | 117 | - |
| CMYK | 0 | 0.39 | 0.25 | 0.38 |
| HSL | 338.71º | 0.25% | 0.49% | - |
| HSV(B) | 338.71º | 0.39% | 0.62% | - |
| XYZ | 21.21 | 16.64 | 18.92 | - |
| YUV | 116.05 | 128.54 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 95 | 117 | 0 | 0.39 | 0.25 | 0.38 | 338.71 | 0.25 | 0.49 |
| Hex | 9D | 5F | 75 | 0 | 27 | 19 | 26 | 153 | 19 | 31 |
| Octal | 235 | 137 | 165 | 0 | 47 | 31 | 46 | 523 | 31 | 61 |
| Binary | 10011101 | 1011111 | 1110101 | 0 | 100111 | 11001 | 100110 | 101010011 | 11001 | 110001 |
Color Harmonies of #9D5F75
Complementary color
Monochromatic Colors of #9D5F75
Black with #9D5F75
Text Example
Text Example
White with #9D5F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5F75; }
p { color: rgb(157,95,117); }
H1.HeaderClassName
{
color: #9D5F75;
}
.AnyTagClassName
{
color: #9D5F75;
}
</style>
background-color css
<style>
a { background-color: #9D5F75; }
a { background-color: rgb(157,95,117); }
div.DivClassName
{
background-color: #9D5F75;
}
.BgClassName
{
background-color: #9D5F75;
}
</style>
border-color css
<style>
span { border-color: #9D5F75; }
span { border-color: rgb(157,95,117); }
td.TdClassName
{
border-color: #9D5F75;
}
.TagClassName
{
border-color: #9D5F75;
}
</style>