Shades of Mauve Taupe #925A74
Tints of Mauve Taupe #925A74
RGB
CMYK
RGB Variations
Color information
#925A74 (or 0x925A74) is known color: Mauve Taupe. HEX triplet: 92, 5A and 74. RGB value is (146,90,116). Sum of RGB (Red+Green+Blue) = 146+90+116=352 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.48% from 352); Green value is 90 (35.55% from 255 or 25.57% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 146 - color contains mainly: red. Hex color #925A74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925A74 is #6DA58B. Grayscale: #6D6D6D. Windows color (decimal): -7185804 or 7625362. OLE color: 7625362.
HSL color Cylindrical-coordinate representation of color #925A74: hue angle of 332.14º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #925A74 is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 90 | 116 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.43 |
| HSL | 332.14º | 0.24% | 0.46% | - |
| HSV(B) | 332.14º | 0.38% | 0.57% | - |
| XYZ | 18.66 | 14.68 | 18.37 | - |
| YUV | 109.71 | 131.55 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 90 | 116 | 0 | 0.38 | 0.21 | 0.43 | 332.14 | 0.24 | 0.46 |
| Hex | 92 | 5A | 74 | 0 | 26 | 15 | 2B | 14C | 18 | 2E |
| Octal | 222 | 132 | 164 | 0 | 46 | 25 | 53 | 514 | 30 | 56 |
| Binary | 10010010 | 1011010 | 1110100 | 0 | 100110 | 10101 | 101011 | 101001100 | 11000 | 101110 |
Color Harmonies of #925A74
Complementary color
Monochromatic Colors of #925A74
Black with #925A74
Text Example
Text Example
White with #925A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925A74; }
p { color: rgb(146,90,116); }
H1.HeaderClassName
{
color: #925A74;
}
.AnyTagClassName
{
color: #925A74;
}
</style>
background-color css
<style>
a { background-color: #925A74; }
a { background-color: rgb(146,90,116); }
div.DivClassName
{
background-color: #925A74;
}
.BgClassName
{
background-color: #925A74;
}
</style>
border-color css
<style>
span { border-color: #925A74; }
span { border-color: rgb(146,90,116); }
td.TdClassName
{
border-color: #925A74;
}
.TagClassName
{
border-color: #925A74;
}
</style>