Shades of Trendy Pink #7A4F7C
Tints of Trendy Pink #7A4F7C
RGB
CMYK
RGB Variations
Color information
#7A4F7C (or 0x7A4F7C) is known color: Trendy Pink. HEX triplet: 7A, 4F and 7C. RGB value is (122,79,124). Sum of RGB (Red+Green+Blue) = 122+79+124=325 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.54% from 325); Green value is 79 (31.25% from 255 or 24.31% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 124 - color contains mainly: blue. Hex color #7A4F7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A4F7C is #85B083. Grayscale: #606060. Windows color (decimal): -8761476 or 8146810. OLE color: 8146810.
HSL color Cylindrical-coordinate representation of color #7A4F7C: hue angle of 297.33º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7A4F7C is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 122 | 79 | 124 | - |
| CMYK | 0.02 | 0.36 | 0 | 0.51 |
| HSL | 297.33º | 0.22% | 0.4% | - |
| HSV(B) | 297.33º | 0.36% | 0.49% | - |
| XYZ | 14.46 | 11.18 | 20.47 | - |
| YUV | 96.99 | 143.25 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 79 | 124 | 0.02 | 0.36 | 0 | 0.51 | 297.33 | 0.22 | 0.4 |
| Hex | 7A | 4F | 7C | 2 | 24 | 0 | 33 | 129 | 16 | 28 |
| Octal | 172 | 117 | 174 | 2 | 44 | 0 | 63 | 451 | 26 | 50 |
| Binary | 1111010 | 1001111 | 1111100 | 10 | 100100 | 0 | 110011 | 100101001 | 10110 | 101000 |
Color Harmonies of #7A4F7C
Complementary color
Monochromatic Colors of #7A4F7C
Black with #7A4F7C
Text Example
Text Example
White with #7A4F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4F7C; }
p { color: rgb(122,79,124); }
H1.HeaderClassName
{
color: #7A4F7C;
}
.AnyTagClassName
{
color: #7A4F7C;
}
</style>
background-color css
<style>
a { background-color: #7A4F7C; }
a { background-color: rgb(122,79,124); }
div.DivClassName
{
background-color: #7A4F7C;
}
.BgClassName
{
background-color: #7A4F7C;
}
</style>
border-color css
<style>
span { border-color: #7A4F7C; }
span { border-color: rgb(122,79,124); }
td.TdClassName
{
border-color: #7A4F7C;
}
.TagClassName
{
border-color: #7A4F7C;
}
</style>