Shades of Trendy Pink #7A5073
Tints of Trendy Pink #7A5073
RGB
CMYK
RGB Variations
Color information
#7A5073 (or 0x7A5073) is known color: Trendy Pink. HEX triplet: 7A, 50 and 73. RGB value is (122,80,115). Sum of RGB (Red+Green+Blue) = 122+80+115=317 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.49% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5073 is #85AF8C. Grayscale: #606060. Windows color (decimal): -8761229 or 7557242. OLE color: 7557242.
HSL color Cylindrical-coordinate representation of color #7A5073: hue angle of 310º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7A5073 is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 80 | 115 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.52 |
| HSL | 310º | 0.21% | 0.4% | - |
| HSV(B) | 310º | 0.34% | 0.48% | - |
| XYZ | 13.99 | 11.11 | 17.63 | - |
| YUV | 96.55 | 138.41 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 80 | 115 | 0 | 0.34 | 0.06 | 0.52 | 310 | 0.21 | 0.4 |
| Hex | 7A | 50 | 73 | 0 | 22 | 6 | 34 | 136 | 15 | 28 |
| Octal | 172 | 120 | 163 | 0 | 42 | 6 | 64 | 466 | 25 | 50 |
| Binary | 1111010 | 1010000 | 1110011 | 0 | 100010 | 110 | 110100 | 100110110 | 10101 | 101000 |
Color Harmonies of #7A5073
Complementary color
Monochromatic Colors of #7A5073
Black with #7A5073
Text Example
Text Example
White with #7A5073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5073; }
p { color: rgb(122,80,115); }
H1.HeaderClassName
{
color: #7A5073;
}
.AnyTagClassName
{
color: #7A5073;
}
</style>
background-color css
<style>
a { background-color: #7A5073; }
a { background-color: rgb(122,80,115); }
div.DivClassName
{
background-color: #7A5073;
}
.BgClassName
{
background-color: #7A5073;
}
</style>
border-color css
<style>
span { border-color: #7A5073; }
span { border-color: rgb(122,80,115); }
td.TdClassName
{
border-color: #7A5073;
}
.TagClassName
{
border-color: #7A5073;
}
</style>