Shades of Mauve Taupe #7F6772
Tints of Mauve Taupe #7F6772
RGB
CMYK
RGB Variations
Color information
#7F6772 (or 0x7F6772) is known color: Mauve Taupe. HEX triplet: 7F, 67 and 72. RGB value is (127,103,114). Sum of RGB (Red+Green+Blue) = 127+103+114=344 (45% of max value = 765). Red value is 127 (50% from 255 or 36.92% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 114 (44.92% from 255 or 33.14% from 344); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6772 is #80988D. Grayscale: #6F6F6F. Windows color (decimal): -8427662 or 7497599. OLE color: 7497599.
HSL color Cylindrical-coordinate representation of color #7F6772: hue angle of 332.5º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7F6772 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 103 | 114 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.50 |
| HSL | 332.5º | 0.1% | 0.45% | - |
| HSV(B) | 332.5º | 0.19% | 0.5% | - |
| XYZ | 16.64 | 15.43 | 18.02 | - |
| YUV | 111.43 | 129.45 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 103 | 114 | 0 | 0.19 | 0.10 | 0.50 | 332.5 | 0.1 | 0.45 |
| Hex | 7F | 67 | 72 | 0 | 13 | A | 32 | 14C | A | 2D |
| Octal | 177 | 147 | 162 | 0 | 23 | 12 | 62 | 514 | 12 | 55 |
| Binary | 1111111 | 1100111 | 1110010 | 0 | 10011 | 1010 | 110010 | 101001100 | 1010 | 101101 |
Color Harmonies of #7F6772
Complementary color
Monochromatic Colors of #7F6772
Black with #7F6772
Text Example
Text Example
White with #7F6772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6772; }
p { color: rgb(127,103,114); }
H1.HeaderClassName
{
color: #7F6772;
}
.AnyTagClassName
{
color: #7F6772;
}
</style>
background-color css
<style>
a { background-color: #7F6772; }
a { background-color: rgb(127,103,114); }
div.DivClassName
{
background-color: #7F6772;
}
.BgClassName
{
background-color: #7F6772;
}
</style>
border-color css
<style>
span { border-color: #7F6772; }
span { border-color: rgb(127,103,114); }
td.TdClassName
{
border-color: #7F6772;
}
.TagClassName
{
border-color: #7F6772;
}
</style>