Shades of Trendy Pink #7A5477
Tints of Trendy Pink #7A5477
RGB
CMYK
RGB Variations
Color information
#7A5477 (or 0x7A5477) is known color: Trendy Pink. HEX triplet: 7A, 54 and 77. RGB value is (122,84,119). Sum of RGB (Red+Green+Blue) = 122+84+119=325 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.54% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 119 (46.88% from 255 or 36.62% from 325); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5477 is #85AB88. Grayscale: #636363. Windows color (decimal): -8760201 or 7820410. OLE color: 7820410.
HSL color Cylindrical-coordinate representation of color #7A5477: hue angle of 304.74º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7A5477 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 84 | 119 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.52 |
| HSL | 304.74º | 0.18% | 0.4% | - |
| HSV(B) | 304.74º | 0.31% | 0.48% | - |
| XYZ | 14.53 | 11.81 | 18.97 | - |
| YUV | 99.35 | 139.09 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 84 | 119 | 0 | 0.31 | 0.02 | 0.52 | 304.74 | 0.18 | 0.4 |
| Hex | 7A | 54 | 77 | 0 | 1F | 2 | 34 | 131 | 12 | 28 |
| Octal | 172 | 124 | 167 | 0 | 37 | 2 | 64 | 461 | 22 | 50 |
| Binary | 1111010 | 1010100 | 1110111 | 0 | 11111 | 10 | 110100 | 100110001 | 10010 | 101000 |
Color Harmonies of #7A5477
Complementary color
Monochromatic Colors of #7A5477
Black with #7A5477
Text Example
Text Example
White with #7A5477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5477; }
p { color: rgb(122,84,119); }
H1.HeaderClassName
{
color: #7A5477;
}
.AnyTagClassName
{
color: #7A5477;
}
</style>
background-color css
<style>
a { background-color: #7A5477; }
a { background-color: rgb(122,84,119); }
div.DivClassName
{
background-color: #7A5477;
}
.BgClassName
{
background-color: #7A5477;
}
</style>
border-color css
<style>
span { border-color: #7A5477; }
span { border-color: rgb(122,84,119); }
td.TdClassName
{
border-color: #7A5477;
}
.TagClassName
{
border-color: #7A5477;
}
</style>