Shades of Trendy Pink #774F74
Tints of Trendy Pink #774F74
RGB
CMYK
RGB Variations
Color information
#774F74 (or 0x774F74) is known color: Trendy Pink. HEX triplet: 77, 4F and 74. RGB value is (119,79,116). Sum of RGB (Red+Green+Blue) = 119+79+116=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 79 (31.25% from 255 or 25.16% from 314); Blue value is 116 (45.70% from 255 or 36.94% from 314); Max value from RGB is 119 - color contains mainly: red. Hex color #774F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774F74 is #88B08B. Grayscale: #5F5F5F. Windows color (decimal): -8958092 or 7622519. OLE color: 7622519.
HSL color Cylindrical-coordinate representation of color #774F74: hue angle of 304.5º degrees, saturation: 0.2, 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 #774F74 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 79 | 116 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.53 |
| HSL | 304.5º | 0.2% | 0.39% | - |
| HSV(B) | 304.5º | 0.34% | 0.47% | - |
| XYZ | 13.56 | 10.77 | 17.89 | - |
| YUV | 95.18 | 139.75 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 79 | 116 | 0 | 0.34 | 0.03 | 0.53 | 304.5 | 0.2 | 0.39 |
| Hex | 77 | 4F | 74 | 0 | 22 | 3 | 35 | 130 | 14 | 27 |
| Octal | 167 | 117 | 164 | 0 | 42 | 3 | 65 | 460 | 24 | 47 |
| Binary | 1110111 | 1001111 | 1110100 | 0 | 100010 | 11 | 110101 | 100110000 | 10100 | 100111 |
Color Harmonies of #774F74
Complementary color
Monochromatic Colors of #774F74
Black with #774F74
Text Example
Text Example
White with #774F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774F74; }
p { color: rgb(119,79,116); }
H1.HeaderClassName
{
color: #774F74;
}
.AnyTagClassName
{
color: #774F74;
}
</style>
background-color css
<style>
a { background-color: #774F74; }
a { background-color: rgb(119,79,116); }
div.DivClassName
{
background-color: #774F74;
}
.BgClassName
{
background-color: #774F74;
}
</style>
border-color css
<style>
span { border-color: #774F74; }
span { border-color: rgb(119,79,116); }
td.TdClassName
{
border-color: #774F74;
}
.TagClassName
{
border-color: #774F74;
}
</style>