Shades of Trendy Pink #7A4D71
Tints of Trendy Pink #7A4D71
RGB
CMYK
RGB Variations
Color information
#7A4D71 (or 0x7A4D71) is known color: Trendy Pink. HEX triplet: 7A, 4D and 71. RGB value is (122,77,113). Sum of RGB (Red+Green+Blue) = 122+77+113=312 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.10% from 312); Green value is 77 (30.47% from 255 or 24.68% from 312); Blue value is 113 (44.53% from 255 or 36.22% from 312); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A4D71 is #85B28E. Grayscale: #5E5E5E. Windows color (decimal): -8761999 or 7425402. OLE color: 7425402.
HSL color Cylindrical-coordinate representation of color #7A4D71: hue angle of 312º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7A4D71 is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 77 | 113 | - |
| CMYK | 0 | 0.37 | 0.07 | 0.52 |
| HSL | 312º | 0.23% | 0.39% | - |
| HSV(B) | 312º | 0.37% | 0.48% | - |
| XYZ | 13.66 | 10.64 | 16.96 | - |
| YUV | 94.56 | 138.41 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 77 | 113 | 0 | 0.37 | 0.07 | 0.52 | 312 | 0.23 | 0.39 |
| Hex | 7A | 4D | 71 | 0 | 25 | 7 | 34 | 138 | 17 | 27 |
| Octal | 172 | 115 | 161 | 0 | 45 | 7 | 64 | 470 | 27 | 47 |
| Binary | 1111010 | 1001101 | 1110001 | 0 | 100101 | 111 | 110100 | 100111000 | 10111 | 100111 |
Color Harmonies of #7A4D71
Complementary color
Monochromatic Colors of #7A4D71
Black with #7A4D71
Text Example
Text Example
White with #7A4D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4D71; }
p { color: rgb(122,77,113); }
H1.HeaderClassName
{
color: #7A4D71;
}
.AnyTagClassName
{
color: #7A4D71;
}
</style>
background-color css
<style>
a { background-color: #7A4D71; }
a { background-color: rgb(122,77,113); }
div.DivClassName
{
background-color: #7A4D71;
}
.BgClassName
{
background-color: #7A4D71;
}
</style>
border-color css
<style>
span { border-color: #7A4D71; }
span { border-color: rgb(122,77,113); }
td.TdClassName
{
border-color: #7A4D71;
}
.TagClassName
{
border-color: #7A4D71;
}
</style>