Shades of Mauve Taupe #7F5E68
Tints of Mauve Taupe #7F5E68
RGB
CMYK
RGB Variations
Color information
#7F5E68 (or 0x7F5E68) is known color: Mauve Taupe. HEX triplet: 7F, 5E and 68. RGB value is (127,94,104). Sum of RGB (Red+Green+Blue) = 127+94+104=325 (43% of max value = 765). Red value is 127 (50% from 255 or 39.08% from 325); Green value is 94 (37.11% from 255 or 28.92% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5E68 is #80A197. Grayscale: #696969. Windows color (decimal): -8429976 or 6839935. OLE color: 6839935.
HSL color Cylindrical-coordinate representation of color #7F5E68: hue angle of 341.82º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7F5E68 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 94 | 104 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.50 |
| HSL | 341.82º | 0.15% | 0.43% | - |
| HSV(B) | 341.82º | 0.26% | 0.5% | - |
| XYZ | 15.25 | 13.52 | 14.9 | - |
| YUV | 105.01 | 127.43 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 94 | 104 | 0 | 0.26 | 0.18 | 0.50 | 341.82 | 0.15 | 0.43 |
| Hex | 7F | 5E | 68 | 0 | 1A | 12 | 32 | 156 | F | 2B |
| Octal | 177 | 136 | 150 | 0 | 32 | 22 | 62 | 526 | 17 | 53 |
| Binary | 1111111 | 1011110 | 1101000 | 0 | 11010 | 10010 | 110010 | 101010110 | 1111 | 101011 |
Color Harmonies of #7F5E68
Complementary color
Monochromatic Colors of #7F5E68
Black with #7F5E68
Text Example
Text Example
White with #7F5E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5E68; }
p { color: rgb(127,94,104); }
H1.HeaderClassName
{
color: #7F5E68;
}
.AnyTagClassName
{
color: #7F5E68;
}
</style>
background-color css
<style>
a { background-color: #7F5E68; }
a { background-color: rgb(127,94,104); }
div.DivClassName
{
background-color: #7F5E68;
}
.BgClassName
{
background-color: #7F5E68;
}
</style>
border-color css
<style>
span { border-color: #7F5E68; }
span { border-color: rgb(127,94,104); }
td.TdClassName
{
border-color: #7F5E68;
}
.TagClassName
{
border-color: #7F5E68;
}
</style>