Shades of Mauve Taupe #926B76
Tints of Mauve Taupe #926B76
RGB
CMYK
RGB Variations
Color information
#926B76 (or 0x926B76) is known color: Mauve Taupe. HEX triplet: 92, 6B and 76. RGB value is (146,107,118). Sum of RGB (Red+Green+Blue) = 146+107+118=371 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.35% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 146 - color contains mainly: red. Hex color #926B76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926B76 is #6D9489. Grayscale: #777777. Windows color (decimal): -7181450 or 7760786. OLE color: 7760786.
HSL color Cylindrical-coordinate representation of color #926B76: hue angle of 343.08º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #926B76 is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 107 | 118 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.43 |
| HSL | 343.08º | 0.15% | 0.5% | - |
| HSV(B) | 343.08º | 0.27% | 0.57% | - |
| XYZ | 20.38 | 17.93 | 19.53 | - |
| YUV | 119.92 | 126.92 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 107 | 118 | 0 | 0.27 | 0.19 | 0.43 | 343.08 | 0.15 | 0.5 |
| Hex | 92 | 6B | 76 | 0 | 1B | 13 | 2B | 157 | F | 32 |
| Octal | 222 | 153 | 166 | 0 | 33 | 23 | 53 | 527 | 17 | 62 |
| Binary | 10010010 | 1101011 | 1110110 | 0 | 11011 | 10011 | 101011 | 101010111 | 1111 | 110010 |
Color Harmonies of #926B76
Complementary color
Monochromatic Colors of #926B76
Black with #926B76
Text Example
Text Example
White with #926B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926B76; }
p { color: rgb(146,107,118); }
H1.HeaderClassName
{
color: #926B76;
}
.AnyTagClassName
{
color: #926B76;
}
</style>
background-color css
<style>
a { background-color: #926B76; }
a { background-color: rgb(146,107,118); }
div.DivClassName
{
background-color: #926B76;
}
.BgClassName
{
background-color: #926B76;
}
</style>
border-color css
<style>
span { border-color: #926B76; }
span { border-color: rgb(146,107,118); }
td.TdClassName
{
border-color: #926B76;
}
.TagClassName
{
border-color: #926B76;
}
</style>