Shades of Mauve Taupe #916F77
Tints of Mauve Taupe #916F77
RGB
CMYK
RGB Variations
Color information
#916F77 (or 0x916F77) is known color: Mauve Taupe. HEX triplet: 91, 6F and 77. RGB value is (145,111,119). Sum of RGB (Red+Green+Blue) = 145+111+119=375 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.67% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 119 (46.88% from 255 or 31.73% from 375); Max value from RGB is 145 - color contains mainly: red. Hex color #916F77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916F77 is #6E9088. Grayscale: #7A7A7A. Windows color (decimal): -7245961 or 7827345. OLE color: 7827345.
HSL color Cylindrical-coordinate representation of color #916F77: hue angle of 345.88º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #916F77 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 111 | 119 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.43 |
| HSL | 345.88º | 0.13% | 0.5% | - |
| HSV(B) | 345.88º | 0.23% | 0.57% | - |
| XYZ | 20.69 | 18.72 | 19.98 | - |
| YUV | 122.08 | 126.26 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 111 | 119 | 0 | 0.23 | 0.18 | 0.43 | 345.88 | 0.13 | 0.5 |
| Hex | 91 | 6F | 77 | 0 | 17 | 12 | 2B | 15A | D | 32 |
| Octal | 221 | 157 | 167 | 0 | 27 | 22 | 53 | 532 | 15 | 62 |
| Binary | 10010001 | 1101111 | 1110111 | 0 | 10111 | 10010 | 101011 | 101011010 | 1101 | 110010 |
Color Harmonies of #916F77
Complementary color
Monochromatic Colors of #916F77
Black with #916F77
Text Example
Text Example
White with #916F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916F77; }
p { color: rgb(145,111,119); }
H1.HeaderClassName
{
color: #916F77;
}
.AnyTagClassName
{
color: #916F77;
}
</style>
background-color css
<style>
a { background-color: #916F77; }
a { background-color: rgb(145,111,119); }
div.DivClassName
{
background-color: #916F77;
}
.BgClassName
{
background-color: #916F77;
}
</style>
border-color css
<style>
span { border-color: #916F77; }
span { border-color: rgb(145,111,119); }
td.TdClassName
{
border-color: #916F77;
}
.TagClassName
{
border-color: #916F77;
}
</style>