Shades of Mauve Taupe #906A77
Tints of Mauve Taupe #906A77
RGB
CMYK
RGB Variations
Color information
#906A77 (or 0x906A77) is known color: Mauve Taupe. HEX triplet: 90, 6A and 77. RGB value is (144,106,119). Sum of RGB (Red+Green+Blue) = 144+106+119=369 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.02% from 369); Green value is 106 (41.80% from 255 or 28.73% from 369); Blue value is 119 (46.88% from 255 or 32.25% from 369); Max value from RGB is 144 - color contains mainly: red. Hex color #906A77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906A77 is #6F9588. Grayscale: #767676. Windows color (decimal): -7312777 or 7826064. OLE color: 7826064.
HSL color Cylindrical-coordinate representation of color #906A77: hue angle of 339.47º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #906A77 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 106 | 119 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.44 |
| HSL | 339.47º | 0.15% | 0.49% | - |
| HSV(B) | 339.47º | 0.26% | 0.56% | - |
| XYZ | 19.99 | 17.57 | 19.79 | - |
| YUV | 118.84 | 128.09 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 106 | 119 | 0 | 0.26 | 0.17 | 0.44 | 339.47 | 0.15 | 0.49 |
| Hex | 90 | 6A | 77 | 0 | 1A | 11 | 2C | 153 | F | 31 |
| Octal | 220 | 152 | 167 | 0 | 32 | 21 | 54 | 523 | 17 | 61 |
| Binary | 10010000 | 1101010 | 1110111 | 0 | 11010 | 10001 | 101100 | 101010011 | 1111 | 110001 |
Color Harmonies of #906A77
Complementary color
Monochromatic Colors of #906A77
Black with #906A77
Text Example
Text Example
White with #906A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906A77; }
p { color: rgb(144,106,119); }
H1.HeaderClassName
{
color: #906A77;
}
.AnyTagClassName
{
color: #906A77;
}
</style>
background-color css
<style>
a { background-color: #906A77; }
a { background-color: rgb(144,106,119); }
div.DivClassName
{
background-color: #906A77;
}
.BgClassName
{
background-color: #906A77;
}
</style>
border-color css
<style>
span { border-color: #906A77; }
span { border-color: rgb(144,106,119); }
td.TdClassName
{
border-color: #906A77;
}
.TagClassName
{
border-color: #906A77;
}
</style>