Shades of Mauve Taupe #926D79
Tints of Mauve Taupe #926D79
RGB
CMYK
RGB Variations
Color information
#926D79 (or 0x926D79) is known color: Mauve Taupe. HEX triplet: 92, 6D and 79. RGB value is (146,109,121). Sum of RGB (Red+Green+Blue) = 146+109+121=376 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.83% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 121 (47.66% from 255 or 32.18% from 376); Max value from RGB is 146 - color contains mainly: red. Hex color #926D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926D79 is #6D9286. Grayscale: #797979. Windows color (decimal): -7180935 or 7957906. OLE color: 7957906.
HSL color Cylindrical-coordinate representation of color #926D79: hue angle of 340.54º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #926D79 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 109 | 121 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.43 |
| HSL | 340.54º | 0.15% | 0.5% | - |
| HSV(B) | 340.54º | 0.25% | 0.57% | - |
| XYZ | 20.77 | 18.43 | 20.55 | - |
| YUV | 121.43 | 127.76 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 109 | 121 | 0 | 0.25 | 0.17 | 0.43 | 340.54 | 0.15 | 0.5 |
| Hex | 92 | 6D | 79 | 0 | 19 | 11 | 2B | 155 | F | 32 |
| Octal | 222 | 155 | 171 | 0 | 31 | 21 | 53 | 525 | 17 | 62 |
| Binary | 10010010 | 1101101 | 1111001 | 0 | 11001 | 10001 | 101011 | 101010101 | 1111 | 110010 |
Color Harmonies of #926D79
Complementary color
Monochromatic Colors of #926D79
Black with #926D79
Text Example
Text Example
White with #926D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926D79; }
p { color: rgb(146,109,121); }
H1.HeaderClassName
{
color: #926D79;
}
.AnyTagClassName
{
color: #926D79;
}
</style>
background-color css
<style>
a { background-color: #926D79; }
a { background-color: rgb(146,109,121); }
div.DivClassName
{
background-color: #926D79;
}
.BgClassName
{
background-color: #926D79;
}
</style>
border-color css
<style>
span { border-color: #926D79; }
span { border-color: rgb(146,109,121); }
td.TdClassName
{
border-color: #926D79;
}
.TagClassName
{
border-color: #926D79;
}
</style>