Shades of Trendy Pink #7A4E73
Tints of Trendy Pink #7A4E73
RGB
CMYK
RGB Variations
Color information
#7A4E73 (or 0x7A4E73) is known color: Trendy Pink. HEX triplet: 7A, 4E and 73. RGB value is (122,78,115). Sum of RGB (Red+Green+Blue) = 122+78+115=315 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.73% from 315); Green value is 78 (30.86% from 255 or 24.76% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A4E73 is #85B18C. Grayscale: #5F5F5F. Windows color (decimal): -8761741 or 7556730. OLE color: 7556730.
HSL color Cylindrical-coordinate representation of color #7A4E73: hue angle of 309.55º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7A4E73 is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 78 | 115 | - |
| CMYK | 0 | 0.36 | 0.06 | 0.52 |
| HSL | 309.55º | 0.22% | 0.39% | - |
| HSV(B) | 309.55º | 0.36% | 0.48% | - |
| XYZ | 13.84 | 10.82 | 17.58 | - |
| YUV | 95.37 | 139.08 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 78 | 115 | 0 | 0.36 | 0.06 | 0.52 | 309.55 | 0.22 | 0.39 |
| Hex | 7A | 4E | 73 | 0 | 24 | 6 | 34 | 136 | 16 | 27 |
| Octal | 172 | 116 | 163 | 0 | 44 | 6 | 64 | 466 | 26 | 47 |
| Binary | 1111010 | 1001110 | 1110011 | 0 | 100100 | 110 | 110100 | 100110110 | 10110 | 100111 |
Color Harmonies of #7A4E73
Complementary color
Monochromatic Colors of #7A4E73
Black with #7A4E73
Text Example
Text Example
White with #7A4E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4E73; }
p { color: rgb(122,78,115); }
H1.HeaderClassName
{
color: #7A4E73;
}
.AnyTagClassName
{
color: #7A4E73;
}
</style>
background-color css
<style>
a { background-color: #7A4E73; }
a { background-color: rgb(122,78,115); }
div.DivClassName
{
background-color: #7A4E73;
}
.BgClassName
{
background-color: #7A4E73;
}
</style>
border-color css
<style>
span { border-color: #7A4E73; }
span { border-color: rgb(122,78,115); }
td.TdClassName
{
border-color: #7A4E73;
}
.TagClassName
{
border-color: #7A4E73;
}
</style>