Shades of Mauve Taupe #916A78
Tints of Mauve Taupe #916A78
RGB
CMYK
RGB Variations
Color information
#916A78 (or 0x916A78) is known color: Mauve Taupe. HEX triplet: 91, 6A and 78. RGB value is (145,106,120). Sum of RGB (Red+Green+Blue) = 145+106+120=371 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.08% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 145 - color contains mainly: red. Hex color #916A78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916A78 is #6E9587. Grayscale: #777777. Windows color (decimal): -7247240 or 7891601. OLE color: 7891601.
HSL color Cylindrical-coordinate representation of color #916A78: hue angle of 338.46º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #916A78 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 106 | 120 | - |
| CMYK | 0 | 0.27 | 0.17 | 0.43 |
| HSL | 338.46º | 0.16% | 0.49% | - |
| HSV(B) | 338.46º | 0.27% | 0.57% | - |
| XYZ | 20.22 | 17.68 | 20.12 | - |
| YUV | 119.26 | 128.42 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 106 | 120 | 0 | 0.27 | 0.17 | 0.43 | 338.46 | 0.16 | 0.49 |
| Hex | 91 | 6A | 78 | 0 | 1B | 11 | 2B | 152 | 10 | 31 |
| Octal | 221 | 152 | 170 | 0 | 33 | 21 | 53 | 522 | 20 | 61 |
| Binary | 10010001 | 1101010 | 1111000 | 0 | 11011 | 10001 | 101011 | 101010010 | 10000 | 110001 |
Color Harmonies of #916A78
Complementary color
Monochromatic Colors of #916A78
Black with #916A78
Text Example
Text Example
White with #916A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916A78; }
p { color: rgb(145,106,120); }
H1.HeaderClassName
{
color: #916A78;
}
.AnyTagClassName
{
color: #916A78;
}
</style>
background-color css
<style>
a { background-color: #916A78; }
a { background-color: rgb(145,106,120); }
div.DivClassName
{
background-color: #916A78;
}
.BgClassName
{
background-color: #916A78;
}
</style>
border-color css
<style>
span { border-color: #916A78; }
span { border-color: rgb(145,106,120); }
td.TdClassName
{
border-color: #916A78;
}
.TagClassName
{
border-color: #916A78;
}
</style>