Shades of Mauve Taupe #916877
Tints of Mauve Taupe #916877
RGB
CMYK
RGB Variations
Color information
#916877 (or 0x916877) is known color: Mauve Taupe. HEX triplet: 91, 68 and 77. RGB value is (145,104,119). Sum of RGB (Red+Green+Blue) = 145+104+119=368 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.40% from 368); Green value is 104 (41.02% from 255 or 28.26% from 368); Blue value is 119 (46.88% from 255 or 32.34% from 368); Max value from RGB is 145 - color contains mainly: red. Hex color #916877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916877 is #6E9788. Grayscale: #757575. Windows color (decimal): -7247753 or 7825553. OLE color: 7825553.
HSL color Cylindrical-coordinate representation of color #916877: hue angle of 338.05º 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 #916877 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 104 | 119 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.43 |
| HSL | 338.05º | 0.16% | 0.49% | - |
| HSV(B) | 338.05º | 0.28% | 0.57% | - |
| XYZ | 19.96 | 17.25 | 19.73 | - |
| YUV | 117.97 | 128.58 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 104 | 119 | 0 | 0.28 | 0.18 | 0.43 | 338.05 | 0.16 | 0.49 |
| Hex | 91 | 68 | 77 | 0 | 1C | 12 | 2B | 152 | 10 | 31 |
| Octal | 221 | 150 | 167 | 0 | 34 | 22 | 53 | 522 | 20 | 61 |
| Binary | 10010001 | 1101000 | 1110111 | 0 | 11100 | 10010 | 101011 | 101010010 | 10000 | 110001 |
Color Harmonies of #916877
Complementary color
Monochromatic Colors of #916877
Black with #916877
Text Example
Text Example
White with #916877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916877; }
p { color: rgb(145,104,119); }
H1.HeaderClassName
{
color: #916877;
}
.AnyTagClassName
{
color: #916877;
}
</style>
background-color css
<style>
a { background-color: #916877; }
a { background-color: rgb(145,104,119); }
div.DivClassName
{
background-color: #916877;
}
.BgClassName
{
background-color: #916877;
}
</style>
border-color css
<style>
span { border-color: #916877; }
span { border-color: rgb(145,104,119); }
td.TdClassName
{
border-color: #916877;
}
.TagClassName
{
border-color: #916877;
}
</style>