Shades of Mauve Taupe #7F5F6A
Tints of Mauve Taupe #7F5F6A
RGB
CMYK
RGB Variations
Color information
#7F5F6A (or 0x7F5F6A) is known color: Mauve Taupe. HEX triplet: 7F, 5F and 6A. RGB value is (127,95,106). Sum of RGB (Red+Green+Blue) = 127+95+106=328 (43% of max value = 765). Red value is 127 (50% from 255 or 38.72% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 106 (41.80% from 255 or 32.32% from 328); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5F6A is #80A095. Grayscale: #696969. Windows color (decimal): -8429718 or 6971263. OLE color: 6971263.
HSL color Cylindrical-coordinate representation of color #7F5F6A: hue angle of 339.38º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7F5F6A is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 95 | 106 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.50 |
| HSL | 339.38º | 0.14% | 0.44% | - |
| HSV(B) | 339.38º | 0.25% | 0.5% | - |
| XYZ | 15.45 | 13.74 | 15.47 | - |
| YUV | 105.82 | 128.1 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 95 | 106 | 0 | 0.25 | 0.17 | 0.50 | 339.38 | 0.14 | 0.44 |
| Hex | 7F | 5F | 6A | 0 | 19 | 11 | 32 | 153 | E | 2C |
| Octal | 177 | 137 | 152 | 0 | 31 | 21 | 62 | 523 | 16 | 54 |
| Binary | 1111111 | 1011111 | 1101010 | 0 | 11001 | 10001 | 110010 | 101010011 | 1110 | 101100 |
Color Harmonies of #7F5F6A
Complementary color
Monochromatic Colors of #7F5F6A
Black with #7F5F6A
Text Example
Text Example
White with #7F5F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5F6A; }
p { color: rgb(127,95,106); }
H1.HeaderClassName
{
color: #7F5F6A;
}
.AnyTagClassName
{
color: #7F5F6A;
}
</style>
background-color css
<style>
a { background-color: #7F5F6A; }
a { background-color: rgb(127,95,106); }
div.DivClassName
{
background-color: #7F5F6A;
}
.BgClassName
{
background-color: #7F5F6A;
}
</style>
border-color css
<style>
span { border-color: #7F5F6A; }
span { border-color: rgb(127,95,106); }
td.TdClassName
{
border-color: #7F5F6A;
}
.TagClassName
{
border-color: #7F5F6A;
}
</style>