Shades of Mauve Taupe #7F606E
Tints of Mauve Taupe #7F606E
RGB
CMYK
RGB Variations
Color information
#7F606E (or 0x7F606E) is known color: Mauve Taupe. HEX triplet: 7F, 60 and 6E. RGB value is (127,96,110). Sum of RGB (Red+Green+Blue) = 127+96+110=333 (44% of max value = 765). Red value is 127 (50% from 255 or 38.14% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 127 - color contains mainly: red. Hex color #7F606E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F606E is #809F91. Grayscale: #6A6A6A. Windows color (decimal): -8429458 or 7233663. OLE color: 7233663.
HSL color Cylindrical-coordinate representation of color #7F606E: hue angle of 332.9º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7F606E is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 96 | 110 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.50 |
| HSL | 332.9º | 0.14% | 0.44% | - |
| HSV(B) | 332.9º | 0.24% | 0.5% | - |
| XYZ | 15.75 | 14 | 16.62 | - |
| YUV | 106.87 | 129.77 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 96 | 110 | 0 | 0.24 | 0.13 | 0.50 | 332.9 | 0.14 | 0.44 |
| Hex | 7F | 60 | 6E | 0 | 18 | D | 32 | 14D | E | 2C |
| Octal | 177 | 140 | 156 | 0 | 30 | 15 | 62 | 515 | 16 | 54 |
| Binary | 1111111 | 1100000 | 1101110 | 0 | 11000 | 1101 | 110010 | 101001101 | 1110 | 101100 |
Color Harmonies of #7F606E
Complementary color
Monochromatic Colors of #7F606E
Black with #7F606E
Text Example
Text Example
White with #7F606E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F606E; }
p { color: rgb(127,96,110); }
H1.HeaderClassName
{
color: #7F606E;
}
.AnyTagClassName
{
color: #7F606E;
}
</style>
background-color css
<style>
a { background-color: #7F606E; }
a { background-color: rgb(127,96,110); }
div.DivClassName
{
background-color: #7F606E;
}
.BgClassName
{
background-color: #7F606E;
}
</style>
border-color css
<style>
span { border-color: #7F606E; }
span { border-color: rgb(127,96,110); }
td.TdClassName
{
border-color: #7F606E;
}
.TagClassName
{
border-color: #7F606E;
}
</style>