Shades of Mauve Taupe #7F606F
Tints of Mauve Taupe #7F606F
RGB
CMYK
RGB Variations
Color information
#7F606F (or 0x7F606F) is known color: Mauve Taupe. HEX triplet: 7F, 60 and 6F. RGB value is (127,96,111). Sum of RGB (Red+Green+Blue) = 127+96+111=334 (44% of max value = 765). Red value is 127 (50% from 255 or 38.02% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 111 (43.75% from 255 or 33.23% from 334); Max value from RGB is 127 - color contains mainly: red. Hex color #7F606F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F606F is #809F90. Grayscale: #6A6A6A. Windows color (decimal): -8429457 or 7299199. OLE color: 7299199.
HSL color Cylindrical-coordinate representation of color #7F606F: hue angle of 330.97º 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 #7F606F is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 96 | 111 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.50 |
| HSL | 330.97º | 0.14% | 0.44% | - |
| HSV(B) | 330.97º | 0.24% | 0.5% | - |
| XYZ | 15.8 | 14.03 | 16.91 | - |
| YUV | 106.98 | 130.27 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 96 | 111 | 0 | 0.24 | 0.13 | 0.50 | 330.97 | 0.14 | 0.44 |
| Hex | 7F | 60 | 6F | 0 | 18 | D | 32 | 14B | E | 2C |
| Octal | 177 | 140 | 157 | 0 | 30 | 15 | 62 | 513 | 16 | 54 |
| Binary | 1111111 | 1100000 | 1101111 | 0 | 11000 | 1101 | 110010 | 101001011 | 1110 | 101100 |
Color Harmonies of #7F606F
Complementary color
Monochromatic Colors of #7F606F
Black with #7F606F
Text Example
Text Example
White with #7F606F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F606F; }
p { color: rgb(127,96,111); }
H1.HeaderClassName
{
color: #7F606F;
}
.AnyTagClassName
{
color: #7F606F;
}
</style>
background-color css
<style>
a { background-color: #7F606F; }
a { background-color: rgb(127,96,111); }
div.DivClassName
{
background-color: #7F606F;
}
.BgClassName
{
background-color: #7F606F;
}
</style>
border-color css
<style>
span { border-color: #7F606F; }
span { border-color: rgb(127,96,111); }
td.TdClassName
{
border-color: #7F606F;
}
.TagClassName
{
border-color: #7F606F;
}
</style>