Shades of Mauve Taupe #995775
Tints of Mauve Taupe #995775
RGB
CMYK
RGB Variations
Color information
#995775 (or 0x995775) is known color: Mauve Taupe. HEX triplet: 99, 57 and 75. RGB value is (153,87,117). Sum of RGB (Red+Green+Blue) = 153+87+117=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 87 (34.38% from 255 or 24.37% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 153 - color contains mainly: red. Hex color #995775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995775 is #66A88A. Grayscale: #6E6E6E. Windows color (decimal): -6727819 or 7690137. OLE color: 7690137.
HSL color Cylindrical-coordinate representation of color #995775: hue angle of 332.73º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #995775 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 87 | 117 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.4 |
| HSL | 332.73º | 0.28% | 0.47% | - |
| HSV(B) | 332.73º | 0.43% | 0.6% | - |
| XYZ | 19.76 | 14.87 | 18.66 | - |
| YUV | 110.15 | 131.87 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 87 | 117 | 0 | 0.43 | 0.24 | 0.4 | 332.73 | 0.28 | 0.47 |
| Hex | 99 | 57 | 75 | 0 | 2B | 18 | 28 | 14D | 1C | 2F |
| Octal | 231 | 127 | 165 | 0 | 53 | 30 | 50 | 515 | 34 | 57 |
| Binary | 10011001 | 1010111 | 1110101 | 0 | 101011 | 11000 | 101000 | 101001101 | 11100 | 101111 |
Color Harmonies of #995775
Complementary color
Monochromatic Colors of #995775
Black with #995775
Text Example
Text Example
White with #995775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995775; }
p { color: rgb(153,87,117); }
H1.HeaderClassName
{
color: #995775;
}
.AnyTagClassName
{
color: #995775;
}
</style>
background-color css
<style>
a { background-color: #995775; }
a { background-color: rgb(153,87,117); }
div.DivClassName
{
background-color: #995775;
}
.BgClassName
{
background-color: #995775;
}
</style>
border-color css
<style>
span { border-color: #995775; }
span { border-color: rgb(153,87,117); }
td.TdClassName
{
border-color: #995775;
}
.TagClassName
{
border-color: #995775;
}
</style>