Shades of Mauve Taupe #906977
Tints of Mauve Taupe #906977
RGB
CMYK
RGB Variations
Color information
#906977 (or 0x906977) is known color: Mauve Taupe. HEX triplet: 90, 69 and 77. RGB value is (144,105,119). Sum of RGB (Red+Green+Blue) = 144+105+119=368 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.13% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 119 (46.88% from 255 or 32.34% from 368); Max value from RGB is 144 - color contains mainly: red. Hex color #906977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906977 is #6F9688. Grayscale: #767676. Windows color (decimal): -7313033 or 7825808. OLE color: 7825808.
HSL color Cylindrical-coordinate representation of color #906977: hue angle of 338.46º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #906977 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 105 | 119 | - |
| CMYK | 0 | 0.27 | 0.17 | 0.44 |
| HSL | 338.46º | 0.16% | 0.49% | - |
| HSV(B) | 338.46º | 0.27% | 0.56% | - |
| XYZ | 19.88 | 17.36 | 19.76 | - |
| YUV | 118.26 | 128.42 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 105 | 119 | 0 | 0.27 | 0.17 | 0.44 | 338.46 | 0.16 | 0.49 |
| Hex | 90 | 69 | 77 | 0 | 1B | 11 | 2C | 152 | 10 | 31 |
| Octal | 220 | 151 | 167 | 0 | 33 | 21 | 54 | 522 | 20 | 61 |
| Binary | 10010000 | 1101001 | 1110111 | 0 | 11011 | 10001 | 101100 | 101010010 | 10000 | 110001 |
Color Harmonies of #906977
Complementary color
Monochromatic Colors of #906977
Black with #906977
Text Example
Text Example
White with #906977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906977; }
p { color: rgb(144,105,119); }
H1.HeaderClassName
{
color: #906977;
}
.AnyTagClassName
{
color: #906977;
}
</style>
background-color css
<style>
a { background-color: #906977; }
a { background-color: rgb(144,105,119); }
div.DivClassName
{
background-color: #906977;
}
.BgClassName
{
background-color: #906977;
}
</style>
border-color css
<style>
span { border-color: #906977; }
span { border-color: rgb(144,105,119); }
td.TdClassName
{
border-color: #906977;
}
.TagClassName
{
border-color: #906977;
}
</style>