Shades of Mauve Taupe #7F626C
Tints of Mauve Taupe #7F626C
RGB
CMYK
RGB Variations
Color information
#7F626C (or 0x7F626C) is known color: Mauve Taupe. HEX triplet: 7F, 62 and 6C. RGB value is (127,98,108). Sum of RGB (Red+Green+Blue) = 127+98+108=333 (44% of max value = 765). Red value is 127 (50% from 255 or 38.14% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 127 - color contains mainly: red. Hex color #7F626C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F626C is #809D93. Grayscale: #6B6B6B. Windows color (decimal): -8428948 or 7103103. OLE color: 7103103.
HSL color Cylindrical-coordinate representation of color #7F626C: hue angle of 339.31º 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 #7F626C is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 98 | 108 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.50 |
| HSL | 339.31º | 0.13% | 0.44% | - |
| HSV(B) | 339.31º | 0.23% | 0.5% | - |
| XYZ | 15.83 | 14.33 | 16.12 | - |
| YUV | 107.81 | 128.11 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 98 | 108 | 0 | 0.23 | 0.15 | 0.50 | 339.31 | 0.13 | 0.44 |
| Hex | 7F | 62 | 6C | 0 | 17 | F | 32 | 153 | D | 2C |
| Octal | 177 | 142 | 154 | 0 | 27 | 17 | 62 | 523 | 15 | 54 |
| Binary | 1111111 | 1100010 | 1101100 | 0 | 10111 | 1111 | 110010 | 101010011 | 1101 | 101100 |
Color Harmonies of #7F626C
Complementary color
Monochromatic Colors of #7F626C
Black with #7F626C
Text Example
Text Example
White with #7F626C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F626C; }
p { color: rgb(127,98,108); }
H1.HeaderClassName
{
color: #7F626C;
}
.AnyTagClassName
{
color: #7F626C;
}
</style>
background-color css
<style>
a { background-color: #7F626C; }
a { background-color: rgb(127,98,108); }
div.DivClassName
{
background-color: #7F626C;
}
.BgClassName
{
background-color: #7F626C;
}
</style>
border-color css
<style>
span { border-color: #7F626C; }
span { border-color: rgb(127,98,108); }
td.TdClassName
{
border-color: #7F626C;
}
.TagClassName
{
border-color: #7F626C;
}
</style>