Shades of Mauve Taupe #926777
Tints of Mauve Taupe #926777
RGB
CMYK
RGB Variations
Color information
#926777 (or 0x926777) is known color: Mauve Taupe. HEX triplet: 92, 67 and 77. RGB value is (146,103,119). Sum of RGB (Red+Green+Blue) = 146+103+119=368 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.67% from 368); Green value is 103 (40.62% from 255 or 27.99% from 368); Blue value is 119 (46.88% from 255 or 32.34% from 368); Max value from RGB is 146 - color contains mainly: red. Hex color #926777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926777 is #6D9888. Grayscale: #757575. Windows color (decimal): -7182473 or 7825298. OLE color: 7825298.
HSL color Cylindrical-coordinate representation of color #926777: hue angle of 337.67º 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 #926777 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 103 | 119 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.43 |
| HSL | 337.67º | 0.17% | 0.49% | - |
| HSV(B) | 337.67º | 0.29% | 0.57% | - |
| XYZ | 20.03 | 17.14 | 19.71 | - |
| YUV | 117.68 | 128.75 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 103 | 119 | 0 | 0.29 | 0.18 | 0.43 | 337.67 | 0.17 | 0.49 |
| Hex | 92 | 67 | 77 | 0 | 1D | 12 | 2B | 152 | 11 | 31 |
| Octal | 222 | 147 | 167 | 0 | 35 | 22 | 53 | 522 | 21 | 61 |
| Binary | 10010010 | 1100111 | 1110111 | 0 | 11101 | 10010 | 101011 | 101010010 | 10001 | 110001 |
Color Harmonies of #926777
Complementary color
Monochromatic Colors of #926777
Black with #926777
Text Example
Text Example
White with #926777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926777; }
p { color: rgb(146,103,119); }
H1.HeaderClassName
{
color: #926777;
}
.AnyTagClassName
{
color: #926777;
}
</style>
background-color css
<style>
a { background-color: #926777; }
a { background-color: rgb(146,103,119); }
div.DivClassName
{
background-color: #926777;
}
.BgClassName
{
background-color: #926777;
}
</style>
border-color css
<style>
span { border-color: #926777; }
span { border-color: rgb(146,103,119); }
td.TdClassName
{
border-color: #926777;
}
.TagClassName
{
border-color: #926777;
}
</style>