Shades of Mauve Taupe #946778
Tints of Mauve Taupe #946778
RGB
CMYK
RGB Variations
Color information
#946778 (or 0x946778) is known color: Mauve Taupe. HEX triplet: 94, 67 and 78. RGB value is (148,103,120). Sum of RGB (Red+Green+Blue) = 148+103+120=371 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.89% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 148 - color contains mainly: red. Hex color #946778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946778 is #6B9887. Grayscale: #767676. Windows color (decimal): -7051400 or 7890836. OLE color: 7890836.
HSL color Cylindrical-coordinate representation of color #946778: hue angle of 337.33º 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 #946778 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 103 | 120 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.42 |
| HSL | 337.33º | 0.18% | 0.49% | - |
| HSV(B) | 337.33º | 0.3% | 0.58% | - |
| XYZ | 20.45 | 17.35 | 20.04 | - |
| YUV | 118.39 | 128.91 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 103 | 120 | 0 | 0.30 | 0.19 | 0.42 | 337.33 | 0.18 | 0.49 |
| Hex | 94 | 67 | 78 | 0 | 1E | 13 | 2A | 151 | 12 | 31 |
| Octal | 224 | 147 | 170 | 0 | 36 | 23 | 52 | 521 | 22 | 61 |
| Binary | 10010100 | 1100111 | 1111000 | 0 | 11110 | 10011 | 101010 | 101010001 | 10010 | 110001 |
Color Harmonies of #946778
Complementary color
Monochromatic Colors of #946778
Black with #946778
Text Example
Text Example
White with #946778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946778; }
p { color: rgb(148,103,120); }
H1.HeaderClassName
{
color: #946778;
}
.AnyTagClassName
{
color: #946778;
}
</style>
background-color css
<style>
a { background-color: #946778; }
a { background-color: rgb(148,103,120); }
div.DivClassName
{
background-color: #946778;
}
.BgClassName
{
background-color: #946778;
}
</style>
border-color css
<style>
span { border-color: #946778; }
span { border-color: rgb(148,103,120); }
td.TdClassName
{
border-color: #946778;
}
.TagClassName
{
border-color: #946778;
}
</style>