Shades of Mauve Taupe #946774
Tints of Mauve Taupe #946774
RGB
CMYK
RGB Variations
Color information
#946774 (or 0x946774) is known color: Mauve Taupe. HEX triplet: 94, 67 and 74. RGB value is (148,103,116). Sum of RGB (Red+Green+Blue) = 148+103+116=367 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.33% from 367); Green value is 103 (40.62% from 255 or 28.07% from 367); Blue value is 116 (45.70% from 255 or 31.61% from 367); Max value from RGB is 148 - color contains mainly: red. Hex color #946774 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946774 is #6B988B. Grayscale: #757575. Windows color (decimal): -7051404 or 7628692. OLE color: 7628692.
HSL color Cylindrical-coordinate representation of color #946774: hue angle of 342.67º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #946774 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 103 | 116 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.42 |
| HSL | 342.67º | 0.18% | 0.49% | - |
| HSV(B) | 342.67º | 0.3% | 0.58% | - |
| XYZ | 20.22 | 17.26 | 18.79 | - |
| YUV | 117.94 | 126.91 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 103 | 116 | 0 | 0.30 | 0.22 | 0.42 | 342.67 | 0.18 | 0.49 |
| Hex | 94 | 67 | 74 | 0 | 1E | 16 | 2A | 157 | 12 | 31 |
| Octal | 224 | 147 | 164 | 0 | 36 | 26 | 52 | 527 | 22 | 61 |
| Binary | 10010100 | 1100111 | 1110100 | 0 | 11110 | 10110 | 101010 | 101010111 | 10010 | 110001 |
Color Harmonies of #946774
Complementary color
Monochromatic Colors of #946774
Black with #946774
Text Example
Text Example
White with #946774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946774; }
p { color: rgb(148,103,116); }
H1.HeaderClassName
{
color: #946774;
}
.AnyTagClassName
{
color: #946774;
}
</style>
background-color css
<style>
a { background-color: #946774; }
a { background-color: rgb(148,103,116); }
div.DivClassName
{
background-color: #946774;
}
.BgClassName
{
background-color: #946774;
}
</style>
border-color css
<style>
span { border-color: #946774; }
span { border-color: rgb(148,103,116); }
td.TdClassName
{
border-color: #946774;
}
.TagClassName
{
border-color: #946774;
}
</style>