Shades of Mauve Taupe #945A74
Tints of Mauve Taupe #945A74
RGB
CMYK
RGB Variations
Color information
#945A74 (or 0x945A74) is known color: Mauve Taupe. HEX triplet: 94, 5A and 74. RGB value is (148,90,116). Sum of RGB (Red+Green+Blue) = 148+90+116=354 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.81% from 354); Green value is 90 (35.55% from 255 or 25.42% from 354); Blue value is 116 (45.70% from 255 or 32.77% from 354); Max value from RGB is 148 - color contains mainly: red. Hex color #945A74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945A74 is #6BA58B. Grayscale: #6E6E6E. Windows color (decimal): -7054732 or 7625364. OLE color: 7625364.
HSL color Cylindrical-coordinate representation of color #945A74: hue angle of 333.1º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #945A74 is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 90 | 116 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.42 |
| HSL | 333.1º | 0.24% | 0.47% | - |
| HSV(B) | 333.1º | 0.39% | 0.58% | - |
| XYZ | 19.02 | 14.87 | 18.39 | - |
| YUV | 110.31 | 131.22 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 90 | 116 | 0 | 0.39 | 0.22 | 0.42 | 333.1 | 0.24 | 0.47 |
| Hex | 94 | 5A | 74 | 0 | 27 | 16 | 2A | 14D | 18 | 2F |
| Octal | 224 | 132 | 164 | 0 | 47 | 26 | 52 | 515 | 30 | 57 |
| Binary | 10010100 | 1011010 | 1110100 | 0 | 100111 | 10110 | 101010 | 101001101 | 11000 | 101111 |
Color Harmonies of #945A74
Complementary color
Monochromatic Colors of #945A74
Black with #945A74
Text Example
Text Example
White with #945A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945A74; }
p { color: rgb(148,90,116); }
H1.HeaderClassName
{
color: #945A74;
}
.AnyTagClassName
{
color: #945A74;
}
</style>
background-color css
<style>
a { background-color: #945A74; }
a { background-color: rgb(148,90,116); }
div.DivClassName
{
background-color: #945A74;
}
.BgClassName
{
background-color: #945A74;
}
</style>
border-color css
<style>
span { border-color: #945A74; }
span { border-color: rgb(148,90,116); }
td.TdClassName
{
border-color: #945A74;
}
.TagClassName
{
border-color: #945A74;
}
</style>