Shades of Trendy Pink #744E77
Tints of Trendy Pink #744E77
RGB
CMYK
RGB Variations
Color information
#744E77 (or 0x744E77) is known color: Trendy Pink. HEX triplet: 74, 4E and 77. RGB value is (116,78,119). Sum of RGB (Red+Green+Blue) = 116+78+119=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 78 (30.86% from 255 or 24.92% from 313); Blue value is 119 (46.88% from 255 or 38.02% from 313); Max value from RGB is 119 - color contains mainly: blue. Hex color #744E77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #744E77 is #8BB188. Grayscale: #5D5D5D. Windows color (decimal): -9154953 or 7818868. OLE color: 7818868.
HSL color Cylindrical-coordinate representation of color #744E77: hue angle of 295.61º 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 #744E77 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 78 | 119 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.53 |
| HSL | 295.61º | 0.21% | 0.39% | - |
| HSV(B) | 295.61º | 0.34% | 0.47% | - |
| XYZ | 13.26 | 10.49 | 18.78 | - |
| YUV | 94.04 | 142.09 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 78 | 119 | 0.03 | 0.34 | 0 | 0.53 | 295.61 | 0.21 | 0.39 |
| Hex | 74 | 4E | 77 | 3 | 22 | 0 | 35 | 128 | 15 | 27 |
| Octal | 164 | 116 | 167 | 3 | 42 | 0 | 65 | 450 | 25 | 47 |
| Binary | 1110100 | 1001110 | 1110111 | 11 | 100010 | 0 | 110101 | 100101000 | 10101 | 100111 |
Color Harmonies of #744E77
Complementary color
Monochromatic Colors of #744E77
Black with #744E77
Text Example
Text Example
White with #744E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744E77; }
p { color: rgb(116,78,119); }
H1.HeaderClassName
{
color: #744E77;
}
.AnyTagClassName
{
color: #744E77;
}
</style>
background-color css
<style>
a { background-color: #744E77; }
a { background-color: rgb(116,78,119); }
div.DivClassName
{
background-color: #744E77;
}
.BgClassName
{
background-color: #744E77;
}
</style>
border-color css
<style>
span { border-color: #744E77; }
span { border-color: rgb(116,78,119); }
td.TdClassName
{
border-color: #744E77;
}
.TagClassName
{
border-color: #744E77;
}
</style>