Shades of Trendy Pink #7A557C
Tints of Trendy Pink #7A557C
RGB
CMYK
RGB Variations
Color information
#7A557C (or 0x7A557C) is known color: Trendy Pink. HEX triplet: 7A, 55 and 7C. RGB value is (122,85,124). Sum of RGB (Red+Green+Blue) = 122+85+124=331 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.86% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 124 - color contains mainly: blue. Hex color #7A557C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A557C is #85AA83. Grayscale: #646464. Windows color (decimal): -8759940 or 8148346. OLE color: 8148346.
HSL color Cylindrical-coordinate representation of color #7A557C: hue angle of 296.92º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7A557C is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 122 | 85 | 124 | - |
| CMYK | 0.02 | 0.31 | 0 | 0.51 |
| HSL | 296.92º | 0.19% | 0.41% | - |
| HSV(B) | 296.92º | 0.31% | 0.49% | - |
| XYZ | 14.91 | 12.09 | 20.62 | - |
| YUV | 100.51 | 141.26 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 85 | 124 | 0.02 | 0.31 | 0 | 0.51 | 296.92 | 0.19 | 0.41 |
| Hex | 7A | 55 | 7C | 2 | 1F | 0 | 33 | 129 | 13 | 29 |
| Octal | 172 | 125 | 174 | 2 | 37 | 0 | 63 | 451 | 23 | 51 |
| Binary | 1111010 | 1010101 | 1111100 | 10 | 11111 | 0 | 110011 | 100101001 | 10011 | 101001 |
Color Harmonies of #7A557C
Complementary color
Monochromatic Colors of #7A557C
Black with #7A557C
Text Example
Text Example
White with #7A557C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A557C; }
p { color: rgb(122,85,124); }
H1.HeaderClassName
{
color: #7A557C;
}
.AnyTagClassName
{
color: #7A557C;
}
</style>
background-color css
<style>
a { background-color: #7A557C; }
a { background-color: rgb(122,85,124); }
div.DivClassName
{
background-color: #7A557C;
}
.BgClassName
{
background-color: #7A557C;
}
</style>
border-color css
<style>
span { border-color: #7A557C; }
span { border-color: rgb(122,85,124); }
td.TdClassName
{
border-color: #7A557C;
}
.TagClassName
{
border-color: #7A557C;
}
</style>