Shades of Trendy Pink #7A4979
Tints of Trendy Pink #7A4979
RGB
CMYK
RGB Variations
Color information
#7A4979 (or 0x7A4979) is known color: Trendy Pink. HEX triplet: 7A, 49 and 79. RGB value is (122,73,121). Sum of RGB (Red+Green+Blue) = 122+73+121=316 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.61% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 121 (47.66% from 255 or 38.29% from 316); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4979 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4979 is #85B686. Grayscale: #5C5C5C. Windows color (decimal): -8763015 or 7948666. OLE color: 7948666.
HSL color Cylindrical-coordinate representation of color #7A4979: hue angle of 301.22º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A4979 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 73 | 121 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.52 |
| HSL | 301.22º | 0.25% | 0.38% | - |
| HSV(B) | 301.22º | 0.4% | 0.48% | - |
| XYZ | 13.86 | 10.28 | 19.34 | - |
| YUV | 93.12 | 143.73 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 73 | 121 | 0 | 0.40 | 0.01 | 0.52 | 301.22 | 0.25 | 0.38 |
| Hex | 7A | 49 | 79 | 0 | 28 | 1 | 34 | 12D | 19 | 26 |
| Octal | 172 | 111 | 171 | 0 | 50 | 1 | 64 | 455 | 31 | 46 |
| Binary | 1111010 | 1001001 | 1111001 | 0 | 101000 | 1 | 110100 | 100101101 | 11001 | 100110 |
Color Harmonies of #7A4979
Complementary color
Monochromatic Colors of #7A4979
Black with #7A4979
Text Example
Text Example
White with #7A4979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4979; }
p { color: rgb(122,73,121); }
H1.HeaderClassName
{
color: #7A4979;
}
.AnyTagClassName
{
color: #7A4979;
}
</style>
background-color css
<style>
a { background-color: #7A4979; }
a { background-color: rgb(122,73,121); }
div.DivClassName
{
background-color: #7A4979;
}
.BgClassName
{
background-color: #7A4979;
}
</style>
border-color css
<style>
span { border-color: #7A4979; }
span { border-color: rgb(122,73,121); }
td.TdClassName
{
border-color: #7A4979;
}
.TagClassName
{
border-color: #7A4979;
}
</style>