Shades of Trendy Pink #7E4778
Tints of Trendy Pink #7E4778
RGB
CMYK
RGB Variations
Color information
#7E4778 (or 0x7E4778) is known color: Trendy Pink. HEX triplet: 7E, 47 and 78. RGB value is (126,71,120). Sum of RGB (Red+Green+Blue) = 126+71+120=317 (41% of max value = 765). Red value is 126 (49.61% from 255 or 39.75% from 317); Green value is 71 (28.12% from 255 or 22.40% from 317); Blue value is 120 (47.27% from 255 or 37.85% from 317); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4778 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E4778 is #81B887. Grayscale: #5C5C5C. Windows color (decimal): -8501384 or 7882622. OLE color: 7882622.
HSL color Cylindrical-coordinate representation of color #7E4778: hue angle of 306.55º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7E4778 is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 71 | 120 | - |
| CMYK | 0 | 0.44 | 0.05 | 0.51 |
| HSL | 306.55º | 0.28% | 0.39% | - |
| HSV(B) | 306.55º | 0.44% | 0.49% | - |
| XYZ | 14.25 | 10.3 | 19.01 | - |
| YUV | 93.03 | 143.22 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 71 | 120 | 0 | 0.44 | 0.05 | 0.51 | 306.55 | 0.28 | 0.39 |
| Hex | 7E | 47 | 78 | 0 | 2C | 5 | 33 | 133 | 1C | 27 |
| Octal | 176 | 107 | 170 | 0 | 54 | 5 | 63 | 463 | 34 | 47 |
| Binary | 1111110 | 1000111 | 1111000 | 0 | 101100 | 101 | 110011 | 100110011 | 11100 | 100111 |
Color Harmonies of #7E4778
Complementary color
Monochromatic Colors of #7E4778
Black with #7E4778
Text Example
Text Example
White with #7E4778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4778; }
p { color: rgb(126,71,120); }
H1.HeaderClassName
{
color: #7E4778;
}
.AnyTagClassName
{
color: #7E4778;
}
</style>
background-color css
<style>
a { background-color: #7E4778; }
a { background-color: rgb(126,71,120); }
div.DivClassName
{
background-color: #7E4778;
}
.BgClassName
{
background-color: #7E4778;
}
</style>
border-color css
<style>
span { border-color: #7E4778; }
span { border-color: rgb(126,71,120); }
td.TdClassName
{
border-color: #7E4778;
}
.TagClassName
{
border-color: #7E4778;
}
</style>