Shades of Mauve Taupe #7E636D
Tints of Mauve Taupe #7E636D
RGB
CMYK
RGB Variations
Color information
#7E636D (or 0x7E636D) is known color: Mauve Taupe. HEX triplet: 7E, 63 and 6D. RGB value is (126,99,109). Sum of RGB (Red+Green+Blue) = 126+99+109=334 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.72% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 126 - color contains mainly: red. Hex color #7E636D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E636D is #819C92. Grayscale: #6C6C6C. Windows color (decimal): -8494227 or 7168894. OLE color: 7168894.
HSL color Cylindrical-coordinate representation of color #7E636D: hue angle of 337.78º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7E636D is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 99 | 109 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.51 |
| HSL | 337.78º | 0.12% | 0.44% | - |
| HSV(B) | 337.78º | 0.21% | 0.49% | - |
| XYZ | 15.83 | 14.46 | 16.43 | - |
| YUV | 108.21 | 128.45 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 99 | 109 | 0 | 0.21 | 0.13 | 0.51 | 337.78 | 0.12 | 0.44 |
| Hex | 7E | 63 | 6D | 0 | 15 | D | 33 | 152 | C | 2C |
| Octal | 176 | 143 | 155 | 0 | 25 | 15 | 63 | 522 | 14 | 54 |
| Binary | 1111110 | 1100011 | 1101101 | 0 | 10101 | 1101 | 110011 | 101010010 | 1100 | 101100 |
Color Harmonies of #7E636D
Complementary color
Monochromatic Colors of #7E636D
Black with #7E636D
Text Example
Text Example
White with #7E636D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E636D; }
p { color: rgb(126,99,109); }
H1.HeaderClassName
{
color: #7E636D;
}
.AnyTagClassName
{
color: #7E636D;
}
</style>
background-color css
<style>
a { background-color: #7E636D; }
a { background-color: rgb(126,99,109); }
div.DivClassName
{
background-color: #7E636D;
}
.BgClassName
{
background-color: #7E636D;
}
</style>
border-color css
<style>
span { border-color: #7E636D; }
span { border-color: rgb(126,99,109); }
td.TdClassName
{
border-color: #7E636D;
}
.TagClassName
{
border-color: #7E636D;
}
</style>