Shades of Trendy Pink #7A5576
Tints of Trendy Pink #7A5576
RGB
CMYK
RGB Variations
Color information
#7A5576 (or 0x7A5576) is known color: Trendy Pink. HEX triplet: 7A, 55 and 76. RGB value is (122,85,118). Sum of RGB (Red+Green+Blue) = 122+85+118=325 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.54% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5576 is #85AA89. Grayscale: #636363. Windows color (decimal): -8759946 or 7755130. OLE color: 7755130.
HSL color Cylindrical-coordinate representation of color #7A5576: hue angle of 306.49º 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 #7A5576 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 85 | 118 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.52 |
| HSL | 306.49º | 0.18% | 0.41% | - |
| HSV(B) | 306.49º | 0.3% | 0.48% | - |
| XYZ | 14.54 | 11.94 | 18.68 | - |
| YUV | 99.83 | 138.26 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 85 | 118 | 0 | 0.30 | 0.03 | 0.52 | 306.49 | 0.18 | 0.41 |
| Hex | 7A | 55 | 76 | 0 | 1E | 3 | 34 | 132 | 12 | 29 |
| Octal | 172 | 125 | 166 | 0 | 36 | 3 | 64 | 462 | 22 | 51 |
| Binary | 1111010 | 1010101 | 1110110 | 0 | 11110 | 11 | 110100 | 100110010 | 10010 | 101001 |
Color Harmonies of #7A5576
Complementary color
Monochromatic Colors of #7A5576
Black with #7A5576
Text Example
Text Example
White with #7A5576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5576; }
p { color: rgb(122,85,118); }
H1.HeaderClassName
{
color: #7A5576;
}
.AnyTagClassName
{
color: #7A5576;
}
</style>
background-color css
<style>
a { background-color: #7A5576; }
a { background-color: rgb(122,85,118); }
div.DivClassName
{
background-color: #7A5576;
}
.BgClassName
{
background-color: #7A5576;
}
</style>
border-color css
<style>
span { border-color: #7A5576; }
span { border-color: rgb(122,85,118); }
td.TdClassName
{
border-color: #7A5576;
}
.TagClassName
{
border-color: #7A5576;
}
</style>