Shades of Trendy Pink #7A5075
Tints of Trendy Pink #7A5075
RGB
CMYK
RGB Variations
Color information
#7A5075 (or 0x7A5075) is known color: Trendy Pink. HEX triplet: 7A, 50 and 75. RGB value is (122,80,117). Sum of RGB (Red+Green+Blue) = 122+80+117=319 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.24% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5075 is #85AF8A. Grayscale: #606060. Windows color (decimal): -8761227 or 7688314. OLE color: 7688314.
HSL color Cylindrical-coordinate representation of color #7A5075: hue angle of 307.14º 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 #7A5075 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 80 | 117 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.52 |
| HSL | 307.14º | 0.21% | 0.4% | - |
| HSV(B) | 307.14º | 0.34% | 0.48% | - |
| XYZ | 14.11 | 11.16 | 18.24 | - |
| YUV | 96.78 | 139.41 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 80 | 117 | 0 | 0.34 | 0.04 | 0.52 | 307.14 | 0.21 | 0.4 |
| Hex | 7A | 50 | 75 | 0 | 22 | 4 | 34 | 133 | 15 | 28 |
| Octal | 172 | 120 | 165 | 0 | 42 | 4 | 64 | 463 | 25 | 50 |
| Binary | 1111010 | 1010000 | 1110101 | 0 | 100010 | 100 | 110100 | 100110011 | 10101 | 101000 |
Color Harmonies of #7A5075
Complementary color
Monochromatic Colors of #7A5075
Black with #7A5075
Text Example
Text Example
White with #7A5075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5075; }
p { color: rgb(122,80,117); }
H1.HeaderClassName
{
color: #7A5075;
}
.AnyTagClassName
{
color: #7A5075;
}
</style>
background-color css
<style>
a { background-color: #7A5075; }
a { background-color: rgb(122,80,117); }
div.DivClassName
{
background-color: #7A5075;
}
.BgClassName
{
background-color: #7A5075;
}
</style>
border-color css
<style>
span { border-color: #7A5075; }
span { border-color: rgb(122,80,117); }
td.TdClassName
{
border-color: #7A5075;
}
.TagClassName
{
border-color: #7A5075;
}
</style>