Shades of Mauve Taupe #7F6067
Tints of Mauve Taupe #7F6067
RGB
CMYK
RGB Variations
Color information
#7F6067 (or 0x7F6067) is known color: Mauve Taupe. HEX triplet: 7F, 60 and 67. RGB value is (127,96,103). Sum of RGB (Red+Green+Blue) = 127+96+103=326 (43% of max value = 765). Red value is 127 (50% from 255 or 38.96% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 103 (40.62% from 255 or 31.60% from 326); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6067 is #809F98. Grayscale: #6A6A6A. Windows color (decimal): -8429465 or 6774911. OLE color: 6774911.
HSL color Cylindrical-coordinate representation of color #7F6067: hue angle of 346.45º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7F6067 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 96 | 103 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.50 |
| HSL | 346.45º | 0.14% | 0.44% | - |
| HSV(B) | 346.45º | 0.24% | 0.5% | - |
| XYZ | 15.38 | 13.86 | 14.7 | - |
| YUV | 106.07 | 126.27 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 96 | 103 | 0 | 0.24 | 0.19 | 0.50 | 346.45 | 0.14 | 0.44 |
| Hex | 7F | 60 | 67 | 0 | 18 | 13 | 32 | 15A | E | 2C |
| Octal | 177 | 140 | 147 | 0 | 30 | 23 | 62 | 532 | 16 | 54 |
| Binary | 1111111 | 1100000 | 1100111 | 0 | 11000 | 10011 | 110010 | 101011010 | 1110 | 101100 |
Color Harmonies of #7F6067
Complementary color
Monochromatic Colors of #7F6067
Black with #7F6067
Text Example
Text Example
White with #7F6067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6067; }
p { color: rgb(127,96,103); }
H1.HeaderClassName
{
color: #7F6067;
}
.AnyTagClassName
{
color: #7F6067;
}
</style>
background-color css
<style>
a { background-color: #7F6067; }
a { background-color: rgb(127,96,103); }
div.DivClassName
{
background-color: #7F6067;
}
.BgClassName
{
background-color: #7F6067;
}
</style>
border-color css
<style>
span { border-color: #7F6067; }
span { border-color: rgb(127,96,103); }
td.TdClassName
{
border-color: #7F6067;
}
.TagClassName
{
border-color: #7F6067;
}
</style>