Shades of Mauve Taupe #7F5F67
Tints of Mauve Taupe #7F5F67
RGB
CMYK
RGB Variations
Color information
#7F5F67 (or 0x7F5F67) is known color: Mauve Taupe. HEX triplet: 7F, 5F and 67. RGB value is (127,95,103). Sum of RGB (Red+Green+Blue) = 127+95+103=325 (43% of max value = 765). Red value is 127 (50% from 255 or 39.08% from 325); Green value is 95 (37.5% from 255 or 29.23% from 325); Blue value is 103 (40.62% from 255 or 31.69% from 325); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5F67 is #80A098. Grayscale: #696969. Windows color (decimal): -8429721 or 6774655. OLE color: 6774655.
HSL color Cylindrical-coordinate representation of color #7F5F67: hue angle of 345º 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 #7F5F67 is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 95 | 103 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.50 |
| HSL | 345º | 0.14% | 0.44% | - |
| HSV(B) | 345º | 0.25% | 0.5% | - |
| XYZ | 15.29 | 13.68 | 14.67 | - |
| YUV | 105.48 | 126.6 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 95 | 103 | 0 | 0.25 | 0.19 | 0.50 | 345 | 0.14 | 0.44 |
| Hex | 7F | 5F | 67 | 0 | 19 | 13 | 32 | 159 | E | 2C |
| Octal | 177 | 137 | 147 | 0 | 31 | 23 | 62 | 531 | 16 | 54 |
| Binary | 1111111 | 1011111 | 1100111 | 0 | 11001 | 10011 | 110010 | 101011001 | 1110 | 101100 |
Color Harmonies of #7F5F67
Complementary color
Monochromatic Colors of #7F5F67
Black with #7F5F67
Text Example
Text Example
White with #7F5F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5F67; }
p { color: rgb(127,95,103); }
H1.HeaderClassName
{
color: #7F5F67;
}
.AnyTagClassName
{
color: #7F5F67;
}
</style>
background-color css
<style>
a { background-color: #7F5F67; }
a { background-color: rgb(127,95,103); }
div.DivClassName
{
background-color: #7F5F67;
}
.BgClassName
{
background-color: #7F5F67;
}
</style>
border-color css
<style>
span { border-color: #7F5F67; }
span { border-color: rgb(127,95,103); }
td.TdClassName
{
border-color: #7F5F67;
}
.TagClassName
{
border-color: #7F5F67;
}
</style>