Shades of Mauve Taupe #7F626F
Tints of Mauve Taupe #7F626F
RGB
CMYK
RGB Variations
Color information
#7F626F (or 0x7F626F) is known color: Mauve Taupe. HEX triplet: 7F, 62 and 6F. RGB value is (127,98,111). Sum of RGB (Red+Green+Blue) = 127+98+111=336 (44% of max value = 765). Red value is 127 (50% from 255 or 37.80% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 127 - color contains mainly: red. Hex color #7F626F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F626F is #809D90. Grayscale: #6C6C6C. Windows color (decimal): -8428945 or 7299711. OLE color: 7299711.
HSL color Cylindrical-coordinate representation of color #7F626F: hue angle of 333.1º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7F626F is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 98 | 111 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.50 |
| HSL | 333.1º | 0.13% | 0.44% | - |
| HSV(B) | 333.1º | 0.23% | 0.5% | - |
| XYZ | 15.99 | 14.4 | 16.97 | - |
| YUV | 108.15 | 129.61 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 98 | 111 | 0 | 0.23 | 0.13 | 0.50 | 333.1 | 0.13 | 0.44 |
| Hex | 7F | 62 | 6F | 0 | 17 | D | 32 | 14D | D | 2C |
| Octal | 177 | 142 | 157 | 0 | 27 | 15 | 62 | 515 | 15 | 54 |
| Binary | 1111111 | 1100010 | 1101111 | 0 | 10111 | 1101 | 110010 | 101001101 | 1101 | 101100 |
Color Harmonies of #7F626F
Complementary color
Monochromatic Colors of #7F626F
Black with #7F626F
Text Example
Text Example
White with #7F626F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F626F; }
p { color: rgb(127,98,111); }
H1.HeaderClassName
{
color: #7F626F;
}
.AnyTagClassName
{
color: #7F626F;
}
</style>
background-color css
<style>
a { background-color: #7F626F; }
a { background-color: rgb(127,98,111); }
div.DivClassName
{
background-color: #7F626F;
}
.BgClassName
{
background-color: #7F626F;
}
</style>
border-color css
<style>
span { border-color: #7F626F; }
span { border-color: rgb(127,98,111); }
td.TdClassName
{
border-color: #7F626F;
}
.TagClassName
{
border-color: #7F626F;
}
</style>