Shades of Mauve Taupe #925A72
Tints of Mauve Taupe #925A72
RGB
CMYK
RGB Variations
Color information
#925A72 (or 0x925A72) is known color: Mauve Taupe. HEX triplet: 92, 5A and 72. RGB value is (146,90,114). Sum of RGB (Red+Green+Blue) = 146+90+114=350 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.71% from 350); Green value is 90 (35.55% from 255 or 25.71% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 146 - color contains mainly: red. Hex color #925A72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925A72 is #6DA58D. Grayscale: #6D6D6D. Windows color (decimal): -7185806 or 7494290. OLE color: 7494290.
HSL color Cylindrical-coordinate representation of color #925A72: hue angle of 334.29º 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 #925A72 is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 90 | 114 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.43 |
| HSL | 334.29º | 0.24% | 0.46% | - |
| HSV(B) | 334.29º | 0.38% | 0.57% | - |
| XYZ | 18.55 | 14.64 | 17.77 | - |
| YUV | 109.48 | 130.55 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 90 | 114 | 0 | 0.38 | 0.22 | 0.43 | 334.29 | 0.24 | 0.46 |
| Hex | 92 | 5A | 72 | 0 | 26 | 16 | 2B | 14E | 18 | 2E |
| Octal | 222 | 132 | 162 | 0 | 46 | 26 | 53 | 516 | 30 | 56 |
| Binary | 10010010 | 1011010 | 1110010 | 0 | 100110 | 10110 | 101011 | 101001110 | 11000 | 101110 |
Color Harmonies of #925A72
Complementary color
Monochromatic Colors of #925A72
Black with #925A72
Text Example
Text Example
White with #925A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925A72; }
p { color: rgb(146,90,114); }
H1.HeaderClassName
{
color: #925A72;
}
.AnyTagClassName
{
color: #925A72;
}
</style>
background-color css
<style>
a { background-color: #925A72; }
a { background-color: rgb(146,90,114); }
div.DivClassName
{
background-color: #925A72;
}
.BgClassName
{
background-color: #925A72;
}
</style>
border-color css
<style>
span { border-color: #925A72; }
span { border-color: rgb(146,90,114); }
td.TdClassName
{
border-color: #925A72;
}
.TagClassName
{
border-color: #925A72;
}
</style>