Shades of Mauve Taupe #916773
Tints of Mauve Taupe #916773
RGB
CMYK
RGB Variations
Color information
#916773 (or 0x916773) is known color: Mauve Taupe. HEX triplet: 91, 67 and 73. RGB value is (145,103,115). Sum of RGB (Red+Green+Blue) = 145+103+115=363 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.94% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 115 (45.31% from 255 or 31.68% from 363); Max value from RGB is 145 - color contains mainly: red. Hex color #916773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916773 is #6E988C. Grayscale: #747474. Windows color (decimal): -7248013 or 7563153. OLE color: 7563153.
HSL color Cylindrical-coordinate representation of color #916773: hue angle of 342.86º 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 #916773 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 103 | 115 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.43 |
| HSL | 342.86º | 0.17% | 0.49% | - |
| HSV(B) | 342.86º | 0.29% | 0.57% | - |
| XYZ | 19.62 | 16.96 | 18.46 | - |
| YUV | 116.93 | 126.91 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 103 | 115 | 0 | 0.29 | 0.21 | 0.43 | 342.86 | 0.17 | 0.49 |
| Hex | 91 | 67 | 73 | 0 | 1D | 15 | 2B | 157 | 11 | 31 |
| Octal | 221 | 147 | 163 | 0 | 35 | 25 | 53 | 527 | 21 | 61 |
| Binary | 10010001 | 1100111 | 1110011 | 0 | 11101 | 10101 | 101011 | 101010111 | 10001 | 110001 |
Color Harmonies of #916773
Complementary color
Monochromatic Colors of #916773
Black with #916773
Text Example
Text Example
White with #916773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916773; }
p { color: rgb(145,103,115); }
H1.HeaderClassName
{
color: #916773;
}
.AnyTagClassName
{
color: #916773;
}
</style>
background-color css
<style>
a { background-color: #916773; }
a { background-color: rgb(145,103,115); }
div.DivClassName
{
background-color: #916773;
}
.BgClassName
{
background-color: #916773;
}
</style>
border-color css
<style>
span { border-color: #916773; }
span { border-color: rgb(145,103,115); }
td.TdClassName
{
border-color: #916773;
}
.TagClassName
{
border-color: #916773;
}
</style>