Shades of Mauve Taupe #925474
Tints of Mauve Taupe #925474
RGB
CMYK
RGB Variations
Color information
#925474 (or 0x925474) is known color: Mauve Taupe. HEX triplet: 92, 54 and 74. RGB value is (146,84,116). Sum of RGB (Red+Green+Blue) = 146+84+116=346 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.20% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 116 (45.70% from 255 or 33.53% from 346); Max value from RGB is 146 - color contains mainly: red. Hex color #925474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925474 is #6DAB8B. Grayscale: #6A6A6A. Windows color (decimal): -7187340 or 7623826. OLE color: 7623826.
HSL color Cylindrical-coordinate representation of color #925474: hue angle of 329.03º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #925474 is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 84 | 116 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.43 |
| HSL | 329.03º | 0.27% | 0.45% | - |
| HSV(B) | 329.03º | 0.42% | 0.57% | - |
| XYZ | 18.18 | 13.71 | 18.21 | - |
| YUV | 106.19 | 133.54 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 84 | 116 | 0 | 0.42 | 0.21 | 0.43 | 329.03 | 0.27 | 0.45 |
| Hex | 92 | 54 | 74 | 0 | 2A | 15 | 2B | 149 | 1B | 2D |
| Octal | 222 | 124 | 164 | 0 | 52 | 25 | 53 | 511 | 33 | 55 |
| Binary | 10010010 | 1010100 | 1110100 | 0 | 101010 | 10101 | 101011 | 101001001 | 11011 | 101101 |
Color Harmonies of #925474
Complementary color
Monochromatic Colors of #925474
Black with #925474
Text Example
Text Example
White with #925474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925474; }
p { color: rgb(146,84,116); }
H1.HeaderClassName
{
color: #925474;
}
.AnyTagClassName
{
color: #925474;
}
</style>
background-color css
<style>
a { background-color: #925474; }
a { background-color: rgb(146,84,116); }
div.DivClassName
{
background-color: #925474;
}
.BgClassName
{
background-color: #925474;
}
</style>
border-color css
<style>
span { border-color: #925474; }
span { border-color: rgb(146,84,116); }
td.TdClassName
{
border-color: #925474;
}
.TagClassName
{
border-color: #925474;
}
</style>