Shades of Trendy Pink #774D74
Tints of Trendy Pink #774D74
RGB
CMYK
RGB Variations
Color information
#774D74 (or 0x774D74) is known color: Trendy Pink. HEX triplet: 77, 4D and 74. RGB value is (119,77,116). Sum of RGB (Red+Green+Blue) = 119+77+116=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 77 (30.47% from 255 or 24.68% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 119 - color contains mainly: red. Hex color #774D74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774D74 is #88B28B. Grayscale: #5D5D5D. Windows color (decimal): -8958604 or 7622007. OLE color: 7622007.
HSL color Cylindrical-coordinate representation of color #774D74: hue angle of 304.29º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #774D74 is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 77 | 116 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.53 |
| HSL | 304.29º | 0.21% | 0.38% | - |
| HSV(B) | 304.29º | 0.35% | 0.47% | - |
| XYZ | 13.41 | 10.49 | 17.84 | - |
| YUV | 94 | 140.41 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 77 | 116 | 0 | 0.35 | 0.03 | 0.53 | 304.29 | 0.21 | 0.38 |
| Hex | 77 | 4D | 74 | 0 | 23 | 3 | 35 | 130 | 15 | 26 |
| Octal | 167 | 115 | 164 | 0 | 43 | 3 | 65 | 460 | 25 | 46 |
| Binary | 1110111 | 1001101 | 1110100 | 0 | 100011 | 11 | 110101 | 100110000 | 10101 | 100110 |
Color Harmonies of #774D74
Complementary color
Monochromatic Colors of #774D74
Black with #774D74
Text Example
Text Example
White with #774D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774D74; }
p { color: rgb(119,77,116); }
H1.HeaderClassName
{
color: #774D74;
}
.AnyTagClassName
{
color: #774D74;
}
</style>
background-color css
<style>
a { background-color: #774D74; }
a { background-color: rgb(119,77,116); }
div.DivClassName
{
background-color: #774D74;
}
.BgClassName
{
background-color: #774D74;
}
</style>
border-color css
<style>
span { border-color: #774D74; }
span { border-color: rgb(119,77,116); }
td.TdClassName
{
border-color: #774D74;
}
.TagClassName
{
border-color: #774D74;
}
</style>