Shades of Mauve Taupe #916775
Tints of Mauve Taupe #916775
RGB
CMYK
RGB Variations
Color information
#916775 (or 0x916775) is known color: Mauve Taupe. HEX triplet: 91, 67 and 75. RGB value is (145,103,117). Sum of RGB (Red+Green+Blue) = 145+103+117=365 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.73% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 145 - color contains mainly: red. Hex color #916775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916775 is #6E988A. Grayscale: #757575. Windows color (decimal): -7248011 or 7694225. OLE color: 7694225.
HSL color Cylindrical-coordinate representation of color #916775: hue angle of 340º 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 #916775 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 103 | 117 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.43 |
| HSL | 340º | 0.17% | 0.49% | - |
| HSV(B) | 340º | 0.29% | 0.57% | - |
| XYZ | 19.74 | 17 | 19.07 | - |
| YUV | 117.15 | 127.91 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 103 | 117 | 0 | 0.29 | 0.19 | 0.43 | 340 | 0.17 | 0.49 |
| Hex | 91 | 67 | 75 | 0 | 1D | 13 | 2B | 154 | 11 | 31 |
| Octal | 221 | 147 | 165 | 0 | 35 | 23 | 53 | 524 | 21 | 61 |
| Binary | 10010001 | 1100111 | 1110101 | 0 | 11101 | 10011 | 101011 | 101010100 | 10001 | 110001 |
Color Harmonies of #916775
Complementary color
Monochromatic Colors of #916775
Black with #916775
Text Example
Text Example
White with #916775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916775; }
p { color: rgb(145,103,117); }
H1.HeaderClassName
{
color: #916775;
}
.AnyTagClassName
{
color: #916775;
}
</style>
background-color css
<style>
a { background-color: #916775; }
a { background-color: rgb(145,103,117); }
div.DivClassName
{
background-color: #916775;
}
.BgClassName
{
background-color: #916775;
}
</style>
border-color css
<style>
span { border-color: #916775; }
span { border-color: rgb(145,103,117); }
td.TdClassName
{
border-color: #916775;
}
.TagClassName
{
border-color: #916775;
}
</style>