Shades of Trendy Pink #774E7C
Tints of Trendy Pink #774E7C
RGB
CMYK
RGB Variations
Color information
#774E7C (or 0x774E7C) is known color: Trendy Pink. HEX triplet: 77, 4E and 7C. RGB value is (119,78,124). Sum of RGB (Red+Green+Blue) = 119+78+124=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 78 (30.86% from 255 or 24.30% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 124 - color contains mainly: blue. Hex color #774E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774E7C is #88B183. Grayscale: #5F5F5F. Windows color (decimal): -8958340 or 8146551. OLE color: 8146551.
HSL color Cylindrical-coordinate representation of color #774E7C: hue angle of 293.48º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #774E7C is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 78 | 124 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.51 |
| HSL | 293.48º | 0.23% | 0.4% | - |
| HSV(B) | 293.48º | 0.37% | 0.49% | - |
| XYZ | 13.97 | 10.83 | 20.42 | - |
| YUV | 95.5 | 144.08 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 78 | 124 | 0.04 | 0.37 | 0 | 0.51 | 293.48 | 0.23 | 0.4 |
| Hex | 77 | 4E | 7C | 4 | 25 | 0 | 33 | 125 | 17 | 28 |
| Octal | 167 | 116 | 174 | 4 | 45 | 0 | 63 | 445 | 27 | 50 |
| Binary | 1110111 | 1001110 | 1111100 | 100 | 100101 | 0 | 110011 | 100100101 | 10111 | 101000 |
Color Harmonies of #774E7C
Complementary color
Monochromatic Colors of #774E7C
Black with #774E7C
Text Example
Text Example
White with #774E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774E7C; }
p { color: rgb(119,78,124); }
H1.HeaderClassName
{
color: #774E7C;
}
.AnyTagClassName
{
color: #774E7C;
}
</style>
background-color css
<style>
a { background-color: #774E7C; }
a { background-color: rgb(119,78,124); }
div.DivClassName
{
background-color: #774E7C;
}
.BgClassName
{
background-color: #774E7C;
}
</style>
border-color css
<style>
span { border-color: #774E7C; }
span { border-color: rgb(119,78,124); }
td.TdClassName
{
border-color: #774E7C;
}
.TagClassName
{
border-color: #774E7C;
}
</style>