Shades of Trendy Pink #774E72
Tints of Trendy Pink #774E72
RGB
CMYK
RGB Variations
Color information
#774E72 (or 0x774E72) is known color: Trendy Pink. HEX triplet: 77, 4E and 72. RGB value is (119,78,114). Sum of RGB (Red+Green+Blue) = 119+78+114=311 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.26% from 311); Green value is 78 (30.86% from 255 or 25.08% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 119 - color contains mainly: red. Hex color #774E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774E72 is #88B18D. Grayscale: #5E5E5E. Windows color (decimal): -8958350 or 7491191. OLE color: 7491191.
HSL color Cylindrical-coordinate representation of color #774E72: hue angle of 307.32º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #774E72 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 78 | 114 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.53 |
| HSL | 307.32º | 0.21% | 0.39% | - |
| HSV(B) | 307.32º | 0.34% | 0.47% | - |
| XYZ | 13.37 | 10.59 | 17.26 | - |
| YUV | 94.36 | 139.08 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 78 | 114 | 0 | 0.34 | 0.04 | 0.53 | 307.32 | 0.21 | 0.39 |
| Hex | 77 | 4E | 72 | 0 | 22 | 4 | 35 | 133 | 15 | 27 |
| Octal | 167 | 116 | 162 | 0 | 42 | 4 | 65 | 463 | 25 | 47 |
| Binary | 1110111 | 1001110 | 1110010 | 0 | 100010 | 100 | 110101 | 100110011 | 10101 | 100111 |
Color Harmonies of #774E72
Complementary color
Monochromatic Colors of #774E72
Black with #774E72
Text Example
Text Example
White with #774E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774E72; }
p { color: rgb(119,78,114); }
H1.HeaderClassName
{
color: #774E72;
}
.AnyTagClassName
{
color: #774E72;
}
</style>
background-color css
<style>
a { background-color: #774E72; }
a { background-color: rgb(119,78,114); }
div.DivClassName
{
background-color: #774E72;
}
.BgClassName
{
background-color: #774E72;
}
</style>
border-color css
<style>
span { border-color: #774E72; }
span { border-color: rgb(119,78,114); }
td.TdClassName
{
border-color: #774E72;
}
.TagClassName
{
border-color: #774E72;
}
</style>