Shades of Trendy Pink #7C5478
Tints of Trendy Pink #7C5478
RGB
CMYK
RGB Variations
Color information
#7C5478 (or 0x7C5478) is known color: Trendy Pink. HEX triplet: 7C, 54 and 78. RGB value is (124,84,120). Sum of RGB (Red+Green+Blue) = 124+84+120=328 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.80% from 328); Green value is 84 (33.20% from 255 or 25.61% from 328); Blue value is 120 (47.27% from 255 or 36.59% from 328); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5478 is #83AB87. Grayscale: #636363. Windows color (decimal): -8629128 or 7885948. OLE color: 7885948.
HSL color Cylindrical-coordinate representation of color #7C5478: hue angle of 306º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7C5478 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 84 | 120 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.51 |
| HSL | 306º | 0.19% | 0.41% | - |
| HSV(B) | 306º | 0.32% | 0.49% | - |
| XYZ | 14.87 | 11.98 | 19.3 | - |
| YUV | 100.06 | 139.25 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 84 | 120 | 0 | 0.32 | 0.03 | 0.51 | 306 | 0.19 | 0.41 |
| Hex | 7C | 54 | 78 | 0 | 20 | 3 | 33 | 132 | 13 | 29 |
| Octal | 174 | 124 | 170 | 0 | 40 | 3 | 63 | 462 | 23 | 51 |
| Binary | 1111100 | 1010100 | 1111000 | 0 | 100000 | 11 | 110011 | 100110010 | 10011 | 101001 |
Color Harmonies of #7C5478
Complementary color
Monochromatic Colors of #7C5478
Black with #7C5478
Text Example
Text Example
White with #7C5478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5478; }
p { color: rgb(124,84,120); }
H1.HeaderClassName
{
color: #7C5478;
}
.AnyTagClassName
{
color: #7C5478;
}
</style>
background-color css
<style>
a { background-color: #7C5478; }
a { background-color: rgb(124,84,120); }
div.DivClassName
{
background-color: #7C5478;
}
.BgClassName
{
background-color: #7C5478;
}
</style>
border-color css
<style>
span { border-color: #7C5478; }
span { border-color: rgb(124,84,120); }
td.TdClassName
{
border-color: #7C5478;
}
.TagClassName
{
border-color: #7C5478;
}
</style>