Shades of Mauve Taupe #7F646D
Tints of Mauve Taupe #7F646D
RGB
CMYK
RGB Variations
Color information
#7F646D (or 0x7F646D) is known color: Mauve Taupe. HEX triplet: 7F, 64 and 6D. RGB value is (127,100,109). Sum of RGB (Red+Green+Blue) = 127+100+109=336 (44% of max value = 765). Red value is 127 (50% from 255 or 37.80% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 127 - color contains mainly: red. Hex color #7F646D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F646D is #809B92. Grayscale: #6D6D6D. Windows color (decimal): -8428435 or 7169151. OLE color: 7169151.
HSL color Cylindrical-coordinate representation of color #7F646D: hue angle of 340º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7F646D is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 100 | 109 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.50 |
| HSL | 340º | 0.12% | 0.45% | - |
| HSV(B) | 340º | 0.21% | 0.5% | - |
| XYZ | 16.07 | 14.73 | 16.46 | - |
| YUV | 109.1 | 127.95 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 100 | 109 | 0 | 0.21 | 0.14 | 0.50 | 340 | 0.12 | 0.45 |
| Hex | 7F | 64 | 6D | 0 | 15 | E | 32 | 154 | C | 2D |
| Octal | 177 | 144 | 155 | 0 | 25 | 16 | 62 | 524 | 14 | 55 |
| Binary | 1111111 | 1100100 | 1101101 | 0 | 10101 | 1110 | 110010 | 101010100 | 1100 | 101101 |
Color Harmonies of #7F646D
Complementary color
Monochromatic Colors of #7F646D
Black with #7F646D
Text Example
Text Example
White with #7F646D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F646D; }
p { color: rgb(127,100,109); }
H1.HeaderClassName
{
color: #7F646D;
}
.AnyTagClassName
{
color: #7F646D;
}
</style>
background-color css
<style>
a { background-color: #7F646D; }
a { background-color: rgb(127,100,109); }
div.DivClassName
{
background-color: #7F646D;
}
.BgClassName
{
background-color: #7F646D;
}
</style>
border-color css
<style>
span { border-color: #7F646D; }
span { border-color: rgb(127,100,109); }
td.TdClassName
{
border-color: #7F646D;
}
.TagClassName
{
border-color: #7F646D;
}
</style>