Shades of Trendy Pink #7A4975
Tints of Trendy Pink #7A4975
RGB
CMYK
RGB Variations
Color information
#7A4975 (or 0x7A4975) is known color: Trendy Pink. HEX triplet: 7A, 49 and 75. RGB value is (122,73,117). Sum of RGB (Red+Green+Blue) = 122+73+117=312 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.10% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4975 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4975 is #85B68A. Grayscale: #5C5C5C. Windows color (decimal): -8763019 or 7686522. OLE color: 7686522.
HSL color Cylindrical-coordinate representation of color #7A4975: hue angle of 306.12º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A4975 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 73 | 117 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.52 |
| HSL | 306.12º | 0.25% | 0.38% | - |
| HSV(B) | 306.12º | 0.4% | 0.48% | - |
| XYZ | 13.62 | 10.19 | 18.08 | - |
| YUV | 92.67 | 141.73 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 73 | 117 | 0 | 0.40 | 0.04 | 0.52 | 306.12 | 0.25 | 0.38 |
| Hex | 7A | 49 | 75 | 0 | 28 | 4 | 34 | 132 | 19 | 26 |
| Octal | 172 | 111 | 165 | 0 | 50 | 4 | 64 | 462 | 31 | 46 |
| Binary | 1111010 | 1001001 | 1110101 | 0 | 101000 | 100 | 110100 | 100110010 | 11001 | 100110 |
Color Harmonies of #7A4975
Complementary color
Monochromatic Colors of #7A4975
Black with #7A4975
Text Example
Text Example
White with #7A4975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4975; }
p { color: rgb(122,73,117); }
H1.HeaderClassName
{
color: #7A4975;
}
.AnyTagClassName
{
color: #7A4975;
}
</style>
background-color css
<style>
a { background-color: #7A4975; }
a { background-color: rgb(122,73,117); }
div.DivClassName
{
background-color: #7A4975;
}
.BgClassName
{
background-color: #7A4975;
}
</style>
border-color css
<style>
span { border-color: #7A4975; }
span { border-color: rgb(122,73,117); }
td.TdClassName
{
border-color: #7A4975;
}
.TagClassName
{
border-color: #7A4975;
}
</style>