Shades of Trendy Pink #745778
Tints of Trendy Pink #745778
RGB
CMYK
RGB Variations
Color information
#745778 (or 0x745778) is known color: Trendy Pink. HEX triplet: 74, 57 and 78. RGB value is (116,87,120). Sum of RGB (Red+Green+Blue) = 116+87+120=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 120 (47.27% from 255 or 37.15% from 323); Max value from RGB is 120 - color contains mainly: blue. Hex color #745778 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745778 is #8BA887. Grayscale: #636363. Windows color (decimal): -9152648 or 7886708. OLE color: 7886708.
HSL color Cylindrical-coordinate representation of color #745778: hue angle of 292.73º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #745778 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 87 | 120 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.53 |
| HSL | 292.73º | 0.16% | 0.41% | - |
| HSV(B) | 292.73º | 0.28% | 0.47% | - |
| XYZ | 14 | 11.89 | 19.33 | - |
| YUV | 99.43 | 139.61 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 87 | 120 | 0.03 | 0.28 | 0 | 0.53 | 292.73 | 0.16 | 0.41 |
| Hex | 74 | 57 | 78 | 3 | 1C | 0 | 35 | 125 | 10 | 29 |
| Octal | 164 | 127 | 170 | 3 | 34 | 0 | 65 | 445 | 20 | 51 |
| Binary | 1110100 | 1010111 | 1111000 | 11 | 11100 | 0 | 110101 | 100100101 | 10000 | 101001 |
Color Harmonies of #745778
Complementary color
Monochromatic Colors of #745778
Black with #745778
Text Example
Text Example
White with #745778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745778; }
p { color: rgb(116,87,120); }
H1.HeaderClassName
{
color: #745778;
}
.AnyTagClassName
{
color: #745778;
}
</style>
background-color css
<style>
a { background-color: #745778; }
a { background-color: rgb(116,87,120); }
div.DivClassName
{
background-color: #745778;
}
.BgClassName
{
background-color: #745778;
}
</style>
border-color css
<style>
span { border-color: #745778; }
span { border-color: rgb(116,87,120); }
td.TdClassName
{
border-color: #745778;
}
.TagClassName
{
border-color: #745778;
}
</style>