Shades of Mauve Taupe #926874
Tints of Mauve Taupe #926874
RGB
CMYK
RGB Variations
Color information
#926874 (or 0x926874) is known color: Mauve Taupe. HEX triplet: 92, 68 and 74. RGB value is (146,104,116). Sum of RGB (Red+Green+Blue) = 146+104+116=366 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.89% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 116 (45.70% from 255 or 31.69% from 366); Max value from RGB is 146 - color contains mainly: red. Hex color #926874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926874 is #6D978B. Grayscale: #757575. Windows color (decimal): -7182220 or 7628946. OLE color: 7628946.
HSL color Cylindrical-coordinate representation of color #926874: hue angle of 342.86º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #926874 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 104 | 116 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.43 |
| HSL | 342.86º | 0.17% | 0.49% | - |
| HSV(B) | 342.86º | 0.29% | 0.57% | - |
| XYZ | 19.96 | 17.27 | 18.81 | - |
| YUV | 117.93 | 126.91 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 104 | 116 | 0 | 0.29 | 0.21 | 0.43 | 342.86 | 0.17 | 0.49 |
| Hex | 92 | 68 | 74 | 0 | 1D | 15 | 2B | 157 | 11 | 31 |
| Octal | 222 | 150 | 164 | 0 | 35 | 25 | 53 | 527 | 21 | 61 |
| Binary | 10010010 | 1101000 | 1110100 | 0 | 11101 | 10101 | 101011 | 101010111 | 10001 | 110001 |
Color Harmonies of #926874
Complementary color
Monochromatic Colors of #926874
Black with #926874
Text Example
Text Example
White with #926874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926874; }
p { color: rgb(146,104,116); }
H1.HeaderClassName
{
color: #926874;
}
.AnyTagClassName
{
color: #926874;
}
</style>
background-color css
<style>
a { background-color: #926874; }
a { background-color: rgb(146,104,116); }
div.DivClassName
{
background-color: #926874;
}
.BgClassName
{
background-color: #926874;
}
</style>
border-color css
<style>
span { border-color: #926874; }
span { border-color: rgb(146,104,116); }
td.TdClassName
{
border-color: #926874;
}
.TagClassName
{
border-color: #926874;
}
</style>