Shades of Mauve Taupe #946976
Tints of Mauve Taupe #946976
RGB
CMYK
RGB Variations
Color information
#946976 (or 0x946976) is known color: Mauve Taupe. HEX triplet: 94, 69 and 76. RGB value is (148,105,118). Sum of RGB (Red+Green+Blue) = 148+105+118=371 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.89% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 148 - color contains mainly: red. Hex color #946976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946976 is #6B9689. Grayscale: #777777. Windows color (decimal): -7050890 or 7760276. OLE color: 7760276.
HSL color Cylindrical-coordinate representation of color #946976: hue angle of 341.86º 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 #946976 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 105 | 118 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.42 |
| HSL | 341.86º | 0.17% | 0.5% | - |
| HSV(B) | 341.86º | 0.29% | 0.58% | - |
| XYZ | 20.53 | 17.71 | 19.48 | - |
| YUV | 119.34 | 127.25 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 105 | 118 | 0 | 0.29 | 0.20 | 0.42 | 341.86 | 0.17 | 0.5 |
| Hex | 94 | 69 | 76 | 0 | 1D | 14 | 2A | 156 | 11 | 32 |
| Octal | 224 | 151 | 166 | 0 | 35 | 24 | 52 | 526 | 21 | 62 |
| Binary | 10010100 | 1101001 | 1110110 | 0 | 11101 | 10100 | 101010 | 101010110 | 10001 | 110010 |
Color Harmonies of #946976
Complementary color
Monochromatic Colors of #946976
Black with #946976
Text Example
Text Example
White with #946976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946976; }
p { color: rgb(148,105,118); }
H1.HeaderClassName
{
color: #946976;
}
.AnyTagClassName
{
color: #946976;
}
</style>
background-color css
<style>
a { background-color: #946976; }
a { background-color: rgb(148,105,118); }
div.DivClassName
{
background-color: #946976;
}
.BgClassName
{
background-color: #946976;
}
</style>
border-color css
<style>
span { border-color: #946976; }
span { border-color: rgb(148,105,118); }
td.TdClassName
{
border-color: #946976;
}
.TagClassName
{
border-color: #946976;
}
</style>