Shades of Mauve Taupe #7F606C
Tints of Mauve Taupe #7F606C
RGB
CMYK
RGB Variations
Color information
#7F606C (or 0x7F606C) is known color: Mauve Taupe. HEX triplet: 7F, 60 and 6C. RGB value is (127,96,108). Sum of RGB (Red+Green+Blue) = 127+96+108=331 (43% of max value = 765). Red value is 127 (50% from 255 or 38.37% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 127 - color contains mainly: red. Hex color #7F606C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F606C is #809F93. Grayscale: #6A6A6A. Windows color (decimal): -8429460 or 7102591. OLE color: 7102591.
HSL color Cylindrical-coordinate representation of color #7F606C: hue angle of 336.77º 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 #7F606C is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 96 | 108 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.50 |
| HSL | 336.77º | 0.14% | 0.44% | - |
| HSV(B) | 336.77º | 0.24% | 0.5% | - |
| XYZ | 15.64 | 13.96 | 16.06 | - |
| YUV | 106.64 | 128.77 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 96 | 108 | 0 | 0.24 | 0.15 | 0.50 | 336.77 | 0.14 | 0.44 |
| Hex | 7F | 60 | 6C | 0 | 18 | F | 32 | 151 | E | 2C |
| Octal | 177 | 140 | 154 | 0 | 30 | 17 | 62 | 521 | 16 | 54 |
| Binary | 1111111 | 1100000 | 1101100 | 0 | 11000 | 1111 | 110010 | 101010001 | 1110 | 101100 |
Color Harmonies of #7F606C
Complementary color
Monochromatic Colors of #7F606C
Black with #7F606C
Text Example
Text Example
White with #7F606C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F606C; }
p { color: rgb(127,96,108); }
H1.HeaderClassName
{
color: #7F606C;
}
.AnyTagClassName
{
color: #7F606C;
}
</style>
background-color css
<style>
a { background-color: #7F606C; }
a { background-color: rgb(127,96,108); }
div.DivClassName
{
background-color: #7F606C;
}
.BgClassName
{
background-color: #7F606C;
}
</style>
border-color css
<style>
span { border-color: #7F606C; }
span { border-color: rgb(127,96,108); }
td.TdClassName
{
border-color: #7F606C;
}
.TagClassName
{
border-color: #7F606C;
}
</style>