Shades of Trendy Pink #7A5474
Tints of Trendy Pink #7A5474
RGB
CMYK
RGB Variations
Color information
#7A5474 (or 0x7A5474) is known color: Trendy Pink. HEX triplet: 7A, 54 and 74. RGB value is (122,84,116). Sum of RGB (Red+Green+Blue) = 122+84+116=322 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.89% from 322); Green value is 84 (33.20% from 255 or 26.09% from 322); Blue value is 116 (45.70% from 255 or 36.02% from 322); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5474 is #85AB8B. Grayscale: #626262. Windows color (decimal): -8760204 or 7623802. OLE color: 7623802.
HSL color Cylindrical-coordinate representation of color #7A5474: hue angle of 309.47º 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 #7A5474 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 84 | 116 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.52 |
| HSL | 309.47º | 0.18% | 0.4% | - |
| HSV(B) | 309.47º | 0.31% | 0.48% | - |
| XYZ | 14.35 | 11.74 | 18.03 | - |
| YUV | 99.01 | 137.59 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 84 | 116 | 0 | 0.31 | 0.05 | 0.52 | 309.47 | 0.18 | 0.4 |
| Hex | 7A | 54 | 74 | 0 | 1F | 5 | 34 | 135 | 12 | 28 |
| Octal | 172 | 124 | 164 | 0 | 37 | 5 | 64 | 465 | 22 | 50 |
| Binary | 1111010 | 1010100 | 1110100 | 0 | 11111 | 101 | 110100 | 100110101 | 10010 | 101000 |
Color Harmonies of #7A5474
Complementary color
Monochromatic Colors of #7A5474
Black with #7A5474
Text Example
Text Example
White with #7A5474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5474; }
p { color: rgb(122,84,116); }
H1.HeaderClassName
{
color: #7A5474;
}
.AnyTagClassName
{
color: #7A5474;
}
</style>
background-color css
<style>
a { background-color: #7A5474; }
a { background-color: rgb(122,84,116); }
div.DivClassName
{
background-color: #7A5474;
}
.BgClassName
{
background-color: #7A5474;
}
</style>
border-color css
<style>
span { border-color: #7A5474; }
span { border-color: rgb(122,84,116); }
td.TdClassName
{
border-color: #7A5474;
}
.TagClassName
{
border-color: #7A5474;
}
</style>