Shades of Mauve Taupe #7F616E
Tints of Mauve Taupe #7F616E
RGB
CMYK
RGB Variations
Color information
#7F616E (or 0x7F616E) is known color: Mauve Taupe. HEX triplet: 7F, 61 and 6E. RGB value is (127,97,110). Sum of RGB (Red+Green+Blue) = 127+97+110=334 (44% of max value = 765). Red value is 127 (50% from 255 or 38.02% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 127 - color contains mainly: red. Hex color #7F616E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F616E is #809E91. Grayscale: #6B6B6B. Windows color (decimal): -8429202 or 7233919. OLE color: 7233919.
HSL color Cylindrical-coordinate representation of color #7F616E: hue angle of 334º degrees, saturation: 0.13, 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 #7F616E is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 97 | 110 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.50 |
| HSL | 334º | 0.13% | 0.44% | - |
| HSV(B) | 334º | 0.24% | 0.5% | - |
| XYZ | 15.84 | 14.19 | 16.66 | - |
| YUV | 107.45 | 129.44 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 97 | 110 | 0 | 0.24 | 0.13 | 0.50 | 334 | 0.13 | 0.44 |
| Hex | 7F | 61 | 6E | 0 | 18 | D | 32 | 14E | D | 2C |
| Octal | 177 | 141 | 156 | 0 | 30 | 15 | 62 | 516 | 15 | 54 |
| Binary | 1111111 | 1100001 | 1101110 | 0 | 11000 | 1101 | 110010 | 101001110 | 1101 | 101100 |
Color Harmonies of #7F616E
Complementary color
Monochromatic Colors of #7F616E
Black with #7F616E
Text Example
Text Example
White with #7F616E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F616E; }
p { color: rgb(127,97,110); }
H1.HeaderClassName
{
color: #7F616E;
}
.AnyTagClassName
{
color: #7F616E;
}
</style>
background-color css
<style>
a { background-color: #7F616E; }
a { background-color: rgb(127,97,110); }
div.DivClassName
{
background-color: #7F616E;
}
.BgClassName
{
background-color: #7F616E;
}
</style>
border-color css
<style>
span { border-color: #7F616E; }
span { border-color: rgb(127,97,110); }
td.TdClassName
{
border-color: #7F616E;
}
.TagClassName
{
border-color: #7F616E;
}
</style>