Shades of Trendy Pink #745777
Tints of Trendy Pink #745777
RGB
CMYK
RGB Variations
Color information
#745777 (or 0x745777) is known color: Trendy Pink. HEX triplet: 74, 57 and 77. RGB value is (116,87,119). Sum of RGB (Red+Green+Blue) = 116+87+119=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 119 (46.88% from 255 or 36.96% from 322); Max value from RGB is 119 - color contains mainly: blue. Hex color #745777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745777 is #8BA888. Grayscale: #636363. Windows color (decimal): -9152649 or 7821172. OLE color: 7821172.
HSL color Cylindrical-coordinate representation of color #745777: hue angle of 294.38º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #745777 is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 87 | 119 | - |
| CMYK | 0.03 | 0.27 | 0 | 0.53 |
| HSL | 294.38º | 0.16% | 0.4% | - |
| HSV(B) | 294.38º | 0.27% | 0.47% | - |
| XYZ | 13.94 | 11.86 | 19.01 | - |
| YUV | 99.32 | 139.11 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 87 | 119 | 0.03 | 0.27 | 0 | 0.53 | 294.38 | 0.16 | 0.4 |
| Hex | 74 | 57 | 77 | 3 | 1B | 0 | 35 | 126 | 10 | 28 |
| Octal | 164 | 127 | 167 | 3 | 33 | 0 | 65 | 446 | 20 | 50 |
| Binary | 1110100 | 1010111 | 1110111 | 11 | 11011 | 0 | 110101 | 100100110 | 10000 | 101000 |
Color Harmonies of #745777
Complementary color
Monochromatic Colors of #745777
Black with #745777
Text Example
Text Example
White with #745777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745777; }
p { color: rgb(116,87,119); }
H1.HeaderClassName
{
color: #745777;
}
.AnyTagClassName
{
color: #745777;
}
</style>
background-color css
<style>
a { background-color: #745777; }
a { background-color: rgb(116,87,119); }
div.DivClassName
{
background-color: #745777;
}
.BgClassName
{
background-color: #745777;
}
</style>
border-color css
<style>
span { border-color: #745777; }
span { border-color: rgb(116,87,119); }
td.TdClassName
{
border-color: #745777;
}
.TagClassName
{
border-color: #745777;
}
</style>