Shades of Mauve Taupe #916E77
Tints of Mauve Taupe #916E77
RGB
CMYK
RGB Variations
Color information
#916E77 (or 0x916E77) is known color: Mauve Taupe. HEX triplet: 91, 6E and 77. RGB value is (145,110,119). Sum of RGB (Red+Green+Blue) = 145+110+119=374 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.77% from 374); Green value is 110 (43.36% from 255 or 29.41% from 374); Blue value is 119 (46.88% from 255 or 31.82% from 374); Max value from RGB is 145 - color contains mainly: red. Hex color #916E77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916E77 is #6E9188. Grayscale: #797979. Windows color (decimal): -7246217 or 7827089. OLE color: 7827089.
HSL color Cylindrical-coordinate representation of color #916E77: hue angle of 344.57º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #916E77 is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 110 | 119 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.43 |
| HSL | 344.57º | 0.14% | 0.5% | - |
| HSV(B) | 344.57º | 0.24% | 0.57% | - |
| XYZ | 20.58 | 18.5 | 19.94 | - |
| YUV | 121.49 | 126.6 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 110 | 119 | 0 | 0.24 | 0.18 | 0.43 | 344.57 | 0.14 | 0.5 |
| Hex | 91 | 6E | 77 | 0 | 18 | 12 | 2B | 159 | E | 32 |
| Octal | 221 | 156 | 167 | 0 | 30 | 22 | 53 | 531 | 16 | 62 |
| Binary | 10010001 | 1101110 | 1110111 | 0 | 11000 | 10010 | 101011 | 101011001 | 1110 | 110010 |
Color Harmonies of #916E77
Complementary color
Monochromatic Colors of #916E77
Black with #916E77
Text Example
Text Example
White with #916E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916E77; }
p { color: rgb(145,110,119); }
H1.HeaderClassName
{
color: #916E77;
}
.AnyTagClassName
{
color: #916E77;
}
</style>
background-color css
<style>
a { background-color: #916E77; }
a { background-color: rgb(145,110,119); }
div.DivClassName
{
background-color: #916E77;
}
.BgClassName
{
background-color: #916E77;
}
</style>
border-color css
<style>
span { border-color: #916E77; }
span { border-color: rgb(145,110,119); }
td.TdClassName
{
border-color: #916E77;
}
.TagClassName
{
border-color: #916E77;
}
</style>