Shades of Mauve Taupe #916776
Tints of Mauve Taupe #916776
RGB
CMYK
RGB Variations
Color information
#916776 (or 0x916776) is known color: Mauve Taupe. HEX triplet: 91, 67 and 76. RGB value is (145,103,118). Sum of RGB (Red+Green+Blue) = 145+103+118=366 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.62% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 118 (46.48% from 255 or 32.24% from 366); Max value from RGB is 145 - color contains mainly: red. Hex color #916776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916776 is #6E9889. Grayscale: #757575. Windows color (decimal): -7248010 or 7759761. OLE color: 7759761.
HSL color Cylindrical-coordinate representation of color #916776: hue angle of 338.57º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #916776 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 103 | 118 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.43 |
| HSL | 338.57º | 0.17% | 0.49% | - |
| HSV(B) | 338.57º | 0.29% | 0.57% | - |
| XYZ | 19.8 | 17.03 | 19.38 | - |
| YUV | 117.27 | 128.41 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 103 | 118 | 0 | 0.29 | 0.19 | 0.43 | 338.57 | 0.17 | 0.49 |
| Hex | 91 | 67 | 76 | 0 | 1D | 13 | 2B | 153 | 11 | 31 |
| Octal | 221 | 147 | 166 | 0 | 35 | 23 | 53 | 523 | 21 | 61 |
| Binary | 10010001 | 1100111 | 1110110 | 0 | 11101 | 10011 | 101011 | 101010011 | 10001 | 110001 |
Color Harmonies of #916776
Complementary color
Monochromatic Colors of #916776
Black with #916776
Text Example
Text Example
White with #916776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916776; }
p { color: rgb(145,103,118); }
H1.HeaderClassName
{
color: #916776;
}
.AnyTagClassName
{
color: #916776;
}
</style>
background-color css
<style>
a { background-color: #916776; }
a { background-color: rgb(145,103,118); }
div.DivClassName
{
background-color: #916776;
}
.BgClassName
{
background-color: #916776;
}
</style>
border-color css
<style>
span { border-color: #916776; }
span { border-color: rgb(145,103,118); }
td.TdClassName
{
border-color: #916776;
}
.TagClassName
{
border-color: #916776;
}
</style>