Shades of Trendy Pink #7A5579
Tints of Trendy Pink #7A5579
RGB
CMYK
RGB Variations
Color information
#7A5579 (or 0x7A5579) is known color: Trendy Pink. HEX triplet: 7A, 55 and 79. RGB value is (122,85,121). Sum of RGB (Red+Green+Blue) = 122+85+121=328 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.20% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 121 (47.66% from 255 or 36.89% from 328); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5579 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5579 is #85AA86. Grayscale: #646464. Windows color (decimal): -8759943 or 7951738. OLE color: 7951738.
HSL color Cylindrical-coordinate representation of color #7A5579: hue angle of 301.62º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7A5579 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 85 | 121 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.52 |
| HSL | 301.62º | 0.18% | 0.41% | - |
| HSV(B) | 301.62º | 0.3% | 0.48% | - |
| XYZ | 14.73 | 12.02 | 19.63 | - |
| YUV | 100.17 | 139.76 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 85 | 121 | 0 | 0.30 | 0.01 | 0.52 | 301.62 | 0.18 | 0.41 |
| Hex | 7A | 55 | 79 | 0 | 1E | 1 | 34 | 12E | 12 | 29 |
| Octal | 172 | 125 | 171 | 0 | 36 | 1 | 64 | 456 | 22 | 51 |
| Binary | 1111010 | 1010101 | 1111001 | 0 | 11110 | 1 | 110100 | 100101110 | 10010 | 101001 |
Color Harmonies of #7A5579
Complementary color
Monochromatic Colors of #7A5579
Black with #7A5579
Text Example
Text Example
White with #7A5579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5579; }
p { color: rgb(122,85,121); }
H1.HeaderClassName
{
color: #7A5579;
}
.AnyTagClassName
{
color: #7A5579;
}
</style>
background-color css
<style>
a { background-color: #7A5579; }
a { background-color: rgb(122,85,121); }
div.DivClassName
{
background-color: #7A5579;
}
.BgClassName
{
background-color: #7A5579;
}
</style>
border-color css
<style>
span { border-color: #7A5579; }
span { border-color: rgb(122,85,121); }
td.TdClassName
{
border-color: #7A5579;
}
.TagClassName
{
border-color: #7A5579;
}
</style>