Shades of Mauve Taupe #905774
Tints of Mauve Taupe #905774
RGB
CMYK
RGB Variations
Color information
#905774 (or 0x905774) is known color: Mauve Taupe. HEX triplet: 90, 57 and 74. RGB value is (144,87,116). Sum of RGB (Red+Green+Blue) = 144+87+116=347 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.50% from 347); Green value is 87 (34.38% from 255 or 25.07% from 347); Blue value is 116 (45.70% from 255 or 33.43% from 347); Max value from RGB is 144 - color contains mainly: red. Hex color #905774 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905774 is #6FA88B. Grayscale: #6B6B6B. Windows color (decimal): -7317644 or 7624592. OLE color: 7624592.
HSL color Cylindrical-coordinate representation of color #905774: hue angle of 329.47º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #905774 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 87 | 116 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.44 |
| HSL | 329.47º | 0.25% | 0.45% | - |
| HSV(B) | 329.47º | 0.4% | 0.56% | - |
| XYZ | 18.06 | 14.01 | 18.27 | - |
| YUV | 107.35 | 132.88 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 87 | 116 | 0 | 0.40 | 0.19 | 0.44 | 329.47 | 0.25 | 0.45 |
| Hex | 90 | 57 | 74 | 0 | 28 | 13 | 2C | 149 | 19 | 2D |
| Octal | 220 | 127 | 164 | 0 | 50 | 23 | 54 | 511 | 31 | 55 |
| Binary | 10010000 | 1010111 | 1110100 | 0 | 101000 | 10011 | 101100 | 101001001 | 11001 | 101101 |
Color Harmonies of #905774
Complementary color
Monochromatic Colors of #905774
Black with #905774
Text Example
Text Example
White with #905774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905774; }
p { color: rgb(144,87,116); }
H1.HeaderClassName
{
color: #905774;
}
.AnyTagClassName
{
color: #905774;
}
</style>
background-color css
<style>
a { background-color: #905774; }
a { background-color: rgb(144,87,116); }
div.DivClassName
{
background-color: #905774;
}
.BgClassName
{
background-color: #905774;
}
</style>
border-color css
<style>
span { border-color: #905774; }
span { border-color: rgb(144,87,116); }
td.TdClassName
{
border-color: #905774;
}
.TagClassName
{
border-color: #905774;
}
</style>