Shades of Mauve Taupe #9A6977
Tints of Mauve Taupe #9A6977
RGB
CMYK
RGB Variations
Color information
#9A6977 (or 0x9A6977) is known color: Mauve Taupe. HEX triplet: 9A, 69 and 77. RGB value is (154,105,119). Sum of RGB (Red+Green+Blue) = 154+105+119=378 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.74% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6977 is #659688. Grayscale: #797979. Windows color (decimal): -6657673 or 7825818. OLE color: 7825818.
HSL color Cylindrical-coordinate representation of color #9A6977: hue angle of 342.86º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9A6977 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 105 | 119 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.40 |
| HSL | 342.86º | 0.2% | 0.51% | - |
| HSV(B) | 342.86º | 0.32% | 0.6% | - |
| XYZ | 21.71 | 18.31 | 19.84 | - |
| YUV | 121.25 | 126.73 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 105 | 119 | 0 | 0.32 | 0.23 | 0.40 | 342.86 | 0.2 | 0.51 |
| Hex | 9A | 69 | 77 | 0 | 20 | 17 | 28 | 157 | 14 | 33 |
| Octal | 232 | 151 | 167 | 0 | 40 | 27 | 50 | 527 | 24 | 63 |
| Binary | 10011010 | 1101001 | 1110111 | 0 | 100000 | 10111 | 101000 | 101010111 | 10100 | 110011 |
Color Harmonies of #9A6977
Complementary color
Monochromatic Colors of #9A6977
Black with #9A6977
Text Example
Text Example
White with #9A6977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6977; }
p { color: rgb(154,105,119); }
H1.HeaderClassName
{
color: #9A6977;
}
.AnyTagClassName
{
color: #9A6977;
}
</style>
background-color css
<style>
a { background-color: #9A6977; }
a { background-color: rgb(154,105,119); }
div.DivClassName
{
background-color: #9A6977;
}
.BgClassName
{
background-color: #9A6977;
}
</style>
border-color css
<style>
span { border-color: #9A6977; }
span { border-color: rgb(154,105,119); }
td.TdClassName
{
border-color: #9A6977;
}
.TagClassName
{
border-color: #9A6977;
}
</style>