Shades of Mauve Taupe #946877
Tints of Mauve Taupe #946877
RGB
CMYK
RGB Variations
Color information
#946877 (or 0x946877) is known color: Mauve Taupe. HEX triplet: 94, 68 and 77. RGB value is (148,104,119). Sum of RGB (Red+Green+Blue) = 148+104+119=371 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.89% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 119 (46.88% from 255 or 32.08% from 371); Max value from RGB is 148 - color contains mainly: red. Hex color #946877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946877 is #6B9788. Grayscale: #767676. Windows color (decimal): -7051145 or 7825556. OLE color: 7825556.
HSL color Cylindrical-coordinate representation of color #946877: hue angle of 339.55º degrees, saturation: 0.17, 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 #946877 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 104 | 119 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.42 |
| HSL | 339.55º | 0.17% | 0.49% | - |
| HSV(B) | 339.55º | 0.3% | 0.58% | - |
| XYZ | 20.49 | 17.53 | 19.76 | - |
| YUV | 118.87 | 128.08 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 104 | 119 | 0 | 0.30 | 0.20 | 0.42 | 339.55 | 0.17 | 0.49 |
| Hex | 94 | 68 | 77 | 0 | 1E | 14 | 2A | 154 | 11 | 31 |
| Octal | 224 | 150 | 167 | 0 | 36 | 24 | 52 | 524 | 21 | 61 |
| Binary | 10010100 | 1101000 | 1110111 | 0 | 11110 | 10100 | 101010 | 101010100 | 10001 | 110001 |
Color Harmonies of #946877
Complementary color
Monochromatic Colors of #946877
Black with #946877
Text Example
Text Example
White with #946877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946877; }
p { color: rgb(148,104,119); }
H1.HeaderClassName
{
color: #946877;
}
.AnyTagClassName
{
color: #946877;
}
</style>
background-color css
<style>
a { background-color: #946877; }
a { background-color: rgb(148,104,119); }
div.DivClassName
{
background-color: #946877;
}
.BgClassName
{
background-color: #946877;
}
</style>
border-color css
<style>
span { border-color: #946877; }
span { border-color: rgb(148,104,119); }
td.TdClassName
{
border-color: #946877;
}
.TagClassName
{
border-color: #946877;
}
</style>