Shades of Mauve Taupe #945775
Tints of Mauve Taupe #945775
RGB
CMYK
RGB Variations
Color information
#945775 (or 0x945775) is known color: Mauve Taupe. HEX triplet: 94, 57 and 75. RGB value is (148,87,117). Sum of RGB (Red+Green+Blue) = 148+87+117=352 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.05% from 352); Green value is 87 (34.38% from 255 or 24.72% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 148 - color contains mainly: red. Hex color #945775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945775 is #6BA88A. Grayscale: #6C6C6C. Windows color (decimal): -7055499 or 7690132. OLE color: 7690132.
HSL color Cylindrical-coordinate representation of color #945775: hue angle of 330.49º 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 #945775 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 87 | 117 | - |
| CMYK | 0 | 0.41 | 0.21 | 0.42 |
| HSL | 330.49º | 0.26% | 0.46% | - |
| HSV(B) | 330.49º | 0.41% | 0.58% | - |
| XYZ | 18.83 | 14.4 | 18.62 | - |
| YUV | 108.66 | 132.71 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 87 | 117 | 0 | 0.41 | 0.21 | 0.42 | 330.49 | 0.26 | 0.46 |
| Hex | 94 | 57 | 75 | 0 | 29 | 15 | 2A | 14A | 1A | 2E |
| Octal | 224 | 127 | 165 | 0 | 51 | 25 | 52 | 512 | 32 | 56 |
| Binary | 10010100 | 1010111 | 1110101 | 0 | 101001 | 10101 | 101010 | 101001010 | 11010 | 101110 |
Color Harmonies of #945775
Complementary color
Monochromatic Colors of #945775
Black with #945775
Text Example
Text Example
White with #945775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945775; }
p { color: rgb(148,87,117); }
H1.HeaderClassName
{
color: #945775;
}
.AnyTagClassName
{
color: #945775;
}
</style>
background-color css
<style>
a { background-color: #945775; }
a { background-color: rgb(148,87,117); }
div.DivClassName
{
background-color: #945775;
}
.BgClassName
{
background-color: #945775;
}
</style>
border-color css
<style>
span { border-color: #945775; }
span { border-color: rgb(148,87,117); }
td.TdClassName
{
border-color: #945775;
}
.TagClassName
{
border-color: #945775;
}
</style>