Shades of Mauve Taupe #946B77
Tints of Mauve Taupe #946B77
RGB
CMYK
RGB Variations
Color information
#946B77 (or 0x946B77) is known color: Mauve Taupe. HEX triplet: 94, 6B and 77. RGB value is (148,107,119). Sum of RGB (Red+Green+Blue) = 148+107+119=374 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.57% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 119 (46.88% from 255 or 31.82% from 374); Max value from RGB is 148 - color contains mainly: red. Hex color #946B77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946B77 is #6B9488. Grayscale: #787878. Windows color (decimal): -7050377 or 7826324. OLE color: 7826324.
HSL color Cylindrical-coordinate representation of color #946B77: hue angle of 342.44º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #946B77 is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 107 | 119 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.42 |
| HSL | 342.44º | 0.16% | 0.5% | - |
| HSV(B) | 342.44º | 0.28% | 0.58% | - |
| XYZ | 20.8 | 18.14 | 19.86 | - |
| YUV | 120.63 | 127.08 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 107 | 119 | 0 | 0.28 | 0.20 | 0.42 | 342.44 | 0.16 | 0.5 |
| Hex | 94 | 6B | 77 | 0 | 1C | 14 | 2A | 156 | 10 | 32 |
| Octal | 224 | 153 | 167 | 0 | 34 | 24 | 52 | 526 | 20 | 62 |
| Binary | 10010100 | 1101011 | 1110111 | 0 | 11100 | 10100 | 101010 | 101010110 | 10000 | 110010 |
Color Harmonies of #946B77
Complementary color
Monochromatic Colors of #946B77
Black with #946B77
Text Example
Text Example
White with #946B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946B77; }
p { color: rgb(148,107,119); }
H1.HeaderClassName
{
color: #946B77;
}
.AnyTagClassName
{
color: #946B77;
}
</style>
background-color css
<style>
a { background-color: #946B77; }
a { background-color: rgb(148,107,119); }
div.DivClassName
{
background-color: #946B77;
}
.BgClassName
{
background-color: #946B77;
}
</style>
border-color css
<style>
span { border-color: #946B77; }
span { border-color: rgb(148,107,119); }
td.TdClassName
{
border-color: #946B77;
}
.TagClassName
{
border-color: #946B77;
}
</style>