Shades of Mauve Taupe #935775
Tints of Mauve Taupe #935775
RGB
CMYK
RGB Variations
Color information
#935775 (or 0x935775) is known color: Mauve Taupe. HEX triplet: 93, 57 and 75. RGB value is (147,87,117). Sum of RGB (Red+Green+Blue) = 147+87+117=351 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.88% from 351); Green value is 87 (34.38% from 255 or 24.79% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 147 - color contains mainly: red. Hex color #935775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935775 is #6CA88A. Grayscale: #6C6C6C. Windows color (decimal): -7121035 or 7690131. OLE color: 7690131.
HSL color Cylindrical-coordinate representation of color #935775: hue angle of 330º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #935775 is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 87 | 117 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.42 |
| HSL | 330º | 0.26% | 0.46% | - |
| HSV(B) | 330º | 0.41% | 0.58% | - |
| XYZ | 18.65 | 14.3 | 18.61 | - |
| YUV | 108.36 | 132.88 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 87 | 117 | 0 | 0.41 | 0.20 | 0.42 | 330 | 0.26 | 0.46 |
| Hex | 93 | 57 | 75 | 0 | 29 | 14 | 2A | 14A | 1A | 2E |
| Octal | 223 | 127 | 165 | 0 | 51 | 24 | 52 | 512 | 32 | 56 |
| Binary | 10010011 | 1010111 | 1110101 | 0 | 101001 | 10100 | 101010 | 101001010 | 11010 | 101110 |
Color Harmonies of #935775
Complementary color
Monochromatic Colors of #935775
Black with #935775
Text Example
Text Example
White with #935775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935775; }
p { color: rgb(147,87,117); }
H1.HeaderClassName
{
color: #935775;
}
.AnyTagClassName
{
color: #935775;
}
</style>
background-color css
<style>
a { background-color: #935775; }
a { background-color: rgb(147,87,117); }
div.DivClassName
{
background-color: #935775;
}
.BgClassName
{
background-color: #935775;
}
</style>
border-color css
<style>
span { border-color: #935775; }
span { border-color: rgb(147,87,117); }
td.TdClassName
{
border-color: #935775;
}
.TagClassName
{
border-color: #935775;
}
</style>