Shades of Mauve Taupe #916876
Tints of Mauve Taupe #916876
RGB
CMYK
RGB Variations
Color information
#916876 (or 0x916876) is known color: Mauve Taupe. HEX triplet: 91, 68 and 76. RGB value is (145,104,118). Sum of RGB (Red+Green+Blue) = 145+104+118=367 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.51% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 118 (46.48% from 255 or 32.15% from 367); Max value from RGB is 145 - color contains mainly: red. Hex color #916876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916876 is #6E9789. Grayscale: #757575. Windows color (decimal): -7247754 or 7760017. OLE color: 7760017.
HSL color Cylindrical-coordinate representation of color #916876: hue angle of 339.51º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #916876 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 104 | 118 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.43 |
| HSL | 339.51º | 0.16% | 0.49% | - |
| HSV(B) | 339.51º | 0.28% | 0.57% | - |
| XYZ | 19.9 | 17.23 | 19.42 | - |
| YUV | 117.86 | 128.08 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 104 | 118 | 0 | 0.28 | 0.19 | 0.43 | 339.51 | 0.16 | 0.49 |
| Hex | 91 | 68 | 76 | 0 | 1C | 13 | 2B | 154 | 10 | 31 |
| Octal | 221 | 150 | 166 | 0 | 34 | 23 | 53 | 524 | 20 | 61 |
| Binary | 10010001 | 1101000 | 1110110 | 0 | 11100 | 10011 | 101011 | 101010100 | 10000 | 110001 |
Color Harmonies of #916876
Complementary color
Monochromatic Colors of #916876
Black with #916876
Text Example
Text Example
White with #916876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916876; }
p { color: rgb(145,104,118); }
H1.HeaderClassName
{
color: #916876;
}
.AnyTagClassName
{
color: #916876;
}
</style>
background-color css
<style>
a { background-color: #916876; }
a { background-color: rgb(145,104,118); }
div.DivClassName
{
background-color: #916876;
}
.BgClassName
{
background-color: #916876;
}
</style>
border-color css
<style>
span { border-color: #916876; }
span { border-color: rgb(145,104,118); }
td.TdClassName
{
border-color: #916876;
}
.TagClassName
{
border-color: #916876;
}
</style>