Shades of Mauve Taupe #945D75
Tints of Mauve Taupe #945D75
RGB
CMYK
RGB Variations
Color information
#945D75 (or 0x945D75) is known color: Mauve Taupe. HEX triplet: 94, 5D and 75. RGB value is (148,93,117). Sum of RGB (Red+Green+Blue) = 148+93+117=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 148 - color contains mainly: red. Hex color #945D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945D75 is #6BA28A. Grayscale: #707070. Windows color (decimal): -7053963 or 7691668. OLE color: 7691668.
HSL color Cylindrical-coordinate representation of color #945D75: hue angle of 333.82º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #945D75 is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 93 | 117 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.42 |
| HSL | 333.82º | 0.23% | 0.47% | - |
| HSV(B) | 333.82º | 0.37% | 0.58% | - |
| XYZ | 19.34 | 15.41 | 18.78 | - |
| YUV | 112.18 | 130.72 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 93 | 117 | 0 | 0.37 | 0.21 | 0.42 | 333.82 | 0.23 | 0.47 |
| Hex | 94 | 5D | 75 | 0 | 25 | 15 | 2A | 14E | 17 | 2F |
| Octal | 224 | 135 | 165 | 0 | 45 | 25 | 52 | 516 | 27 | 57 |
| Binary | 10010100 | 1011101 | 1110101 | 0 | 100101 | 10101 | 101010 | 101001110 | 10111 | 101111 |
Color Harmonies of #945D75
Complementary color
Monochromatic Colors of #945D75
Black with #945D75
Text Example
Text Example
White with #945D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945D75; }
p { color: rgb(148,93,117); }
H1.HeaderClassName
{
color: #945D75;
}
.AnyTagClassName
{
color: #945D75;
}
</style>
background-color css
<style>
a { background-color: #945D75; }
a { background-color: rgb(148,93,117); }
div.DivClassName
{
background-color: #945D75;
}
.BgClassName
{
background-color: #945D75;
}
</style>
border-color css
<style>
span { border-color: #945D75; }
span { border-color: rgb(148,93,117); }
td.TdClassName
{
border-color: #945D75;
}
.TagClassName
{
border-color: #945D75;
}
</style>