Shades of Mauve Taupe #916872
Tints of Mauve Taupe #916872
RGB
CMYK
RGB Variations
Color information
#916872 (or 0x916872) is known color: Mauve Taupe. HEX triplet: 91, 68 and 72. RGB value is (145,104,114). Sum of RGB (Red+Green+Blue) = 145+104+114=363 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.94% from 363); Green value is 104 (41.02% from 255 or 28.65% from 363); Blue value is 114 (44.92% from 255 or 31.40% from 363); Max value from RGB is 145 - color contains mainly: red. Hex color #916872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916872 is #6E978D. Grayscale: #757575. Windows color (decimal): -7247758 or 7497873. OLE color: 7497873.
HSL color Cylindrical-coordinate representation of color #916872: hue angle of 345.37º 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 #916872 is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 104 | 114 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.43 |
| HSL | 345.37º | 0.16% | 0.49% | - |
| HSV(B) | 345.37º | 0.28% | 0.57% | - |
| XYZ | 19.66 | 17.14 | 18.19 | - |
| YUV | 117.4 | 126.08 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 104 | 114 | 0 | 0.28 | 0.21 | 0.43 | 345.37 | 0.16 | 0.49 |
| Hex | 91 | 68 | 72 | 0 | 1C | 15 | 2B | 159 | 10 | 31 |
| Octal | 221 | 150 | 162 | 0 | 34 | 25 | 53 | 531 | 20 | 61 |
| Binary | 10010001 | 1101000 | 1110010 | 0 | 11100 | 10101 | 101011 | 101011001 | 10000 | 110001 |
Color Harmonies of #916872
Complementary color
Monochromatic Colors of #916872
Black with #916872
Text Example
Text Example
White with #916872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916872; }
p { color: rgb(145,104,114); }
H1.HeaderClassName
{
color: #916872;
}
.AnyTagClassName
{
color: #916872;
}
</style>
background-color css
<style>
a { background-color: #916872; }
a { background-color: rgb(145,104,114); }
div.DivClassName
{
background-color: #916872;
}
.BgClassName
{
background-color: #916872;
}
</style>
border-color css
<style>
span { border-color: #916872; }
span { border-color: rgb(145,104,114); }
td.TdClassName
{
border-color: #916872;
}
.TagClassName
{
border-color: #916872;
}
</style>