Shades of Mauve Taupe #7F5E69
Tints of Mauve Taupe #7F5E69
RGB
CMYK
RGB Variations
Color information
#7F5E69 (or 0x7F5E69) is known color: Mauve Taupe. HEX triplet: 7F, 5E and 69. RGB value is (127,94,105). Sum of RGB (Red+Green+Blue) = 127+94+105=326 (43% of max value = 765). Red value is 127 (50% from 255 or 38.96% from 326); Green value is 94 (37.11% from 255 or 28.83% from 326); Blue value is 105 (41.41% from 255 or 32.21% from 326); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5E69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5E69 is #80A196. Grayscale: #696969. Windows color (decimal): -8429975 or 6905471. OLE color: 6905471.
HSL color Cylindrical-coordinate representation of color #7F5E69: hue angle of 340º 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 #7F5E69 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 94 | 105 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.50 |
| HSL | 340º | 0.15% | 0.43% | - |
| HSV(B) | 340º | 0.26% | 0.5% | - |
| XYZ | 15.3 | 13.54 | 15.17 | - |
| YUV | 105.12 | 127.93 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 94 | 105 | 0 | 0.26 | 0.17 | 0.50 | 340 | 0.15 | 0.43 |
| Hex | 7F | 5E | 69 | 0 | 1A | 11 | 32 | 154 | F | 2B |
| Octal | 177 | 136 | 151 | 0 | 32 | 21 | 62 | 524 | 17 | 53 |
| Binary | 1111111 | 1011110 | 1101001 | 0 | 11010 | 10001 | 110010 | 101010100 | 1111 | 101011 |
Color Harmonies of #7F5E69
Complementary color
Monochromatic Colors of #7F5E69
Black with #7F5E69
Text Example
Text Example
White with #7F5E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5E69; }
p { color: rgb(127,94,105); }
H1.HeaderClassName
{
color: #7F5E69;
}
.AnyTagClassName
{
color: #7F5E69;
}
</style>
background-color css
<style>
a { background-color: #7F5E69; }
a { background-color: rgb(127,94,105); }
div.DivClassName
{
background-color: #7F5E69;
}
.BgClassName
{
background-color: #7F5E69;
}
</style>
border-color css
<style>
span { border-color: #7F5E69; }
span { border-color: rgb(127,94,105); }
td.TdClassName
{
border-color: #7F5E69;
}
.TagClassName
{
border-color: #7F5E69;
}
</style>