Shades of Mauve Taupe #946978
Tints of Mauve Taupe #946978
RGB
CMYK
RGB Variations
Color information
#946978 (or 0x946978) is known color: Mauve Taupe. HEX triplet: 94, 69 and 78. RGB value is (148,105,120). Sum of RGB (Red+Green+Blue) = 148+105+120=373 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.68% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 148 - color contains mainly: red. Hex color #946978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946978 is #6B9687. Grayscale: #777777. Windows color (decimal): -7050888 or 7891348. OLE color: 7891348.
HSL color Cylindrical-coordinate representation of color #946978: hue angle of 339.07º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #946978 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 105 | 120 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.42 |
| HSL | 339.07º | 0.17% | 0.5% | - |
| HSV(B) | 339.07º | 0.29% | 0.58% | - |
| XYZ | 20.65 | 17.76 | 20.11 | - |
| YUV | 119.57 | 128.25 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 105 | 120 | 0 | 0.29 | 0.19 | 0.42 | 339.07 | 0.17 | 0.5 |
| Hex | 94 | 69 | 78 | 0 | 1D | 13 | 2A | 153 | 11 | 32 |
| Octal | 224 | 151 | 170 | 0 | 35 | 23 | 52 | 523 | 21 | 62 |
| Binary | 10010100 | 1101001 | 1111000 | 0 | 11101 | 10011 | 101010 | 101010011 | 10001 | 110010 |
Color Harmonies of #946978
Complementary color
Monochromatic Colors of #946978
Black with #946978
Text Example
Text Example
White with #946978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946978; }
p { color: rgb(148,105,120); }
H1.HeaderClassName
{
color: #946978;
}
.AnyTagClassName
{
color: #946978;
}
</style>
background-color css
<style>
a { background-color: #946978; }
a { background-color: rgb(148,105,120); }
div.DivClassName
{
background-color: #946978;
}
.BgClassName
{
background-color: #946978;
}
</style>
border-color css
<style>
span { border-color: #946978; }
span { border-color: rgb(148,105,120); }
td.TdClassName
{
border-color: #946978;
}
.TagClassName
{
border-color: #946978;
}
</style>