Shades of Mauve Taupe #926A78
Tints of Mauve Taupe #926A78
RGB
CMYK
RGB Variations
Color information
#926A78 (or 0x926A78) is known color: Mauve Taupe. HEX triplet: 92, 6A and 78. RGB value is (146,106,120). Sum of RGB (Red+Green+Blue) = 146+106+120=372 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.25% from 372); Green value is 106 (41.80% from 255 or 28.49% from 372); Blue value is 120 (47.27% from 255 or 32.26% from 372); Max value from RGB is 146 - color contains mainly: red. Hex color #926A78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926A78 is #6D9587. Grayscale: #777777. Windows color (decimal): -7181704 or 7891602. OLE color: 7891602.
HSL color Cylindrical-coordinate representation of color #926A78: hue angle of 339º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #926A78 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 106 | 120 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.43 |
| HSL | 339º | 0.16% | 0.49% | - |
| HSV(B) | 339º | 0.27% | 0.57% | - |
| XYZ | 20.4 | 17.78 | 20.13 | - |
| YUV | 119.56 | 128.25 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 106 | 120 | 0 | 0.27 | 0.18 | 0.43 | 339 | 0.16 | 0.49 |
| Hex | 92 | 6A | 78 | 0 | 1B | 12 | 2B | 153 | 10 | 31 |
| Octal | 222 | 152 | 170 | 0 | 33 | 22 | 53 | 523 | 20 | 61 |
| Binary | 10010010 | 1101010 | 1111000 | 0 | 11011 | 10010 | 101011 | 101010011 | 10000 | 110001 |
Color Harmonies of #926A78
Complementary color
Monochromatic Colors of #926A78
Black with #926A78
Text Example
Text Example
White with #926A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926A78; }
p { color: rgb(146,106,120); }
H1.HeaderClassName
{
color: #926A78;
}
.AnyTagClassName
{
color: #926A78;
}
</style>
background-color css
<style>
a { background-color: #926A78; }
a { background-color: rgb(146,106,120); }
div.DivClassName
{
background-color: #926A78;
}
.BgClassName
{
background-color: #926A78;
}
</style>
border-color css
<style>
span { border-color: #926A78; }
span { border-color: rgb(146,106,120); }
td.TdClassName
{
border-color: #926A78;
}
.TagClassName
{
border-color: #926A78;
}
</style>