Shades of Mauve Taupe #926F76
Tints of Mauve Taupe #926F76
RGB
CMYK
RGB Variations
Color information
#926F76 (or 0x926F76) is known color: Mauve Taupe. HEX triplet: 92, 6F and 76. RGB value is (146,111,118). Sum of RGB (Red+Green+Blue) = 146+111+118=375 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.93% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 146 - color contains mainly: red. Hex color #926F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926F76 is #6D9089. Grayscale: #7A7A7A. Windows color (decimal): -7180426 or 7761810. OLE color: 7761810.
HSL color Cylindrical-coordinate representation of color #926F76: hue angle of 348º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #926F76 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 111 | 118 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.43 |
| HSL | 348º | 0.14% | 0.5% | - |
| HSV(B) | 348º | 0.24% | 0.57% | - |
| XYZ | 20.81 | 18.79 | 19.67 | - |
| YUV | 122.26 | 125.6 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 111 | 118 | 0 | 0.24 | 0.19 | 0.43 | 348 | 0.14 | 0.5 |
| Hex | 92 | 6F | 76 | 0 | 18 | 13 | 2B | 15C | E | 32 |
| Octal | 222 | 157 | 166 | 0 | 30 | 23 | 53 | 534 | 16 | 62 |
| Binary | 10010010 | 1101111 | 1110110 | 0 | 11000 | 10011 | 101011 | 101011100 | 1110 | 110010 |
Color Harmonies of #926F76
Complementary color
Monochromatic Colors of #926F76
Black with #926F76
Text Example
Text Example
White with #926F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926F76; }
p { color: rgb(146,111,118); }
H1.HeaderClassName
{
color: #926F76;
}
.AnyTagClassName
{
color: #926F76;
}
</style>
background-color css
<style>
a { background-color: #926F76; }
a { background-color: rgb(146,111,118); }
div.DivClassName
{
background-color: #926F76;
}
.BgClassName
{
background-color: #926F76;
}
</style>
border-color css
<style>
span { border-color: #926F76; }
span { border-color: rgb(146,111,118); }
td.TdClassName
{
border-color: #926F76;
}
.TagClassName
{
border-color: #926F76;
}
</style>