Shades of Trendy Pink #7F4E78
Tints of Trendy Pink #7F4E78
RGB
CMYK
RGB Variations
Color information
#7F4E78 (or 0x7F4E78) is known color: Trendy Pink. HEX triplet: 7F, 4E and 78. RGB value is (127,78,120). Sum of RGB (Red+Green+Blue) = 127+78+120=325 (43% of max value = 765). Red value is 127 (50% from 255 or 39.08% from 325); Green value is 78 (30.86% from 255 or 24% from 325); Blue value is 120 (47.27% from 255 or 36.92% from 325); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4E78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F4E78 is #80B187. Grayscale: #616161. Windows color (decimal): -8434056 or 7884415. OLE color: 7884415.
HSL color Cylindrical-coordinate representation of color #7F4E78: hue angle of 308.57º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7F4E78 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 78 | 120 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.50 |
| HSL | 308.57º | 0.24% | 0.4% | - |
| HSV(B) | 308.57º | 0.39% | 0.5% | - |
| XYZ | 14.87 | 11.32 | 19.17 | - |
| YUV | 97.44 | 140.73 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 78 | 120 | 0 | 0.39 | 0.06 | 0.50 | 308.57 | 0.24 | 0.4 |
| Hex | 7F | 4E | 78 | 0 | 27 | 6 | 32 | 135 | 18 | 28 |
| Octal | 177 | 116 | 170 | 0 | 47 | 6 | 62 | 465 | 30 | 50 |
| Binary | 1111111 | 1001110 | 1111000 | 0 | 100111 | 110 | 110010 | 100110101 | 11000 | 101000 |
Color Harmonies of #7F4E78
Complementary color
Monochromatic Colors of #7F4E78
Black with #7F4E78
Text Example
Text Example
White with #7F4E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4E78; }
p { color: rgb(127,78,120); }
H1.HeaderClassName
{
color: #7F4E78;
}
.AnyTagClassName
{
color: #7F4E78;
}
</style>
background-color css
<style>
a { background-color: #7F4E78; }
a { background-color: rgb(127,78,120); }
div.DivClassName
{
background-color: #7F4E78;
}
.BgClassName
{
background-color: #7F4E78;
}
</style>
border-color css
<style>
span { border-color: #7F4E78; }
span { border-color: rgb(127,78,120); }
td.TdClassName
{
border-color: #7F4E78;
}
.TagClassName
{
border-color: #7F4E78;
}
</style>