Shades of Mauve Taupe #7E6068
Tints of Mauve Taupe #7E6068
RGB
CMYK
RGB Variations
Color information
#7E6068 (or 0x7E6068) is known color: Mauve Taupe. HEX triplet: 7E, 60 and 68. RGB value is (126,96,104). Sum of RGB (Red+Green+Blue) = 126+96+104=326 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.65% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6068 is #819F97. Grayscale: #696969. Windows color (decimal): -8495000 or 6840446. OLE color: 6840446.
HSL color Cylindrical-coordinate representation of color #7E6068: hue angle of 344º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7E6068 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 96 | 104 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.51 |
| HSL | 344º | 0.14% | 0.44% | - |
| HSV(B) | 344º | 0.24% | 0.49% | - |
| XYZ | 15.29 | 13.8 | 14.95 | - |
| YUV | 105.88 | 126.94 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 96 | 104 | 0 | 0.24 | 0.17 | 0.51 | 344 | 0.14 | 0.44 |
| Hex | 7E | 60 | 68 | 0 | 18 | 11 | 33 | 158 | E | 2C |
| Octal | 176 | 140 | 150 | 0 | 30 | 21 | 63 | 530 | 16 | 54 |
| Binary | 1111110 | 1100000 | 1101000 | 0 | 11000 | 10001 | 110011 | 101011000 | 1110 | 101100 |
Color Harmonies of #7E6068
Complementary color
Monochromatic Colors of #7E6068
Black with #7E6068
Text Example
Text Example
White with #7E6068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6068; }
p { color: rgb(126,96,104); }
H1.HeaderClassName
{
color: #7E6068;
}
.AnyTagClassName
{
color: #7E6068;
}
</style>
background-color css
<style>
a { background-color: #7E6068; }
a { background-color: rgb(126,96,104); }
div.DivClassName
{
background-color: #7E6068;
}
.BgClassName
{
background-color: #7E6068;
}
</style>
border-color css
<style>
span { border-color: #7E6068; }
span { border-color: rgb(126,96,104); }
td.TdClassName
{
border-color: #7E6068;
}
.TagClassName
{
border-color: #7E6068;
}
</style>