Shades of Trendy Pink #7C4778
Tints of Trendy Pink #7C4778
RGB
CMYK
RGB Variations
Color information
#7C4778 (or 0x7C4778) is known color: Trendy Pink. HEX triplet: 7C, 47 and 78. RGB value is (124,71,120). Sum of RGB (Red+Green+Blue) = 124+71+120=315 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.37% from 315); Green value is 71 (28.12% from 255 or 22.54% from 315); Blue value is 120 (47.27% from 255 or 38.10% from 315); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4778 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4778 is #83B887. Grayscale: #5C5C5C. Windows color (decimal): -8632456 or 7882620. OLE color: 7882620.
HSL color Cylindrical-coordinate representation of color #7C4778: hue angle of 304.53º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7C4778 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 71 | 120 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.51 |
| HSL | 304.53º | 0.27% | 0.38% | - |
| HSV(B) | 304.53º | 0.43% | 0.49% | - |
| XYZ | 13.96 | 10.15 | 18.99 | - |
| YUV | 92.43 | 143.56 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 71 | 120 | 0 | 0.43 | 0.03 | 0.51 | 304.53 | 0.27 | 0.38 |
| Hex | 7C | 47 | 78 | 0 | 2B | 3 | 33 | 131 | 1B | 26 |
| Octal | 174 | 107 | 170 | 0 | 53 | 3 | 63 | 461 | 33 | 46 |
| Binary | 1111100 | 1000111 | 1111000 | 0 | 101011 | 11 | 110011 | 100110001 | 11011 | 100110 |
Color Harmonies of #7C4778
Complementary color
Monochromatic Colors of #7C4778
Black with #7C4778
Text Example
Text Example
White with #7C4778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4778; }
p { color: rgb(124,71,120); }
H1.HeaderClassName
{
color: #7C4778;
}
.AnyTagClassName
{
color: #7C4778;
}
</style>
background-color css
<style>
a { background-color: #7C4778; }
a { background-color: rgb(124,71,120); }
div.DivClassName
{
background-color: #7C4778;
}
.BgClassName
{
background-color: #7C4778;
}
</style>
border-color css
<style>
span { border-color: #7C4778; }
span { border-color: rgb(124,71,120); }
td.TdClassName
{
border-color: #7C4778;
}
.TagClassName
{
border-color: #7C4778;
}
</style>