Shades of Trendy Pink #745478
Tints of Trendy Pink #745478
RGB
CMYK
RGB Variations
Color information
#745478 (or 0x745478) is known color: Trendy Pink. HEX triplet: 74, 54 and 78. RGB value is (116,84,120). Sum of RGB (Red+Green+Blue) = 116+84+120=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 120 (47.27% from 255 or 37.5% from 320); Max value from RGB is 120 - color contains mainly: blue. Hex color #745478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745478 is #8BAB87. Grayscale: #616161. Windows color (decimal): -9153416 or 7885940. OLE color: 7885940.
HSL color Cylindrical-coordinate representation of color #745478: hue angle of 293.33º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #745478 is Cyan = 0.03, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 84 | 120 | - |
| CMYK | 0.03 | 0.3 | 0 | 0.53 |
| HSL | 293.33º | 0.18% | 0.4% | - |
| HSV(B) | 293.33º | 0.3% | 0.47% | - |
| XYZ | 13.76 | 11.41 | 19.25 | - |
| YUV | 97.67 | 140.6 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 84 | 120 | 0.03 | 0.3 | 0 | 0.53 | 293.33 | 0.18 | 0.4 |
| Hex | 74 | 54 | 78 | 3 | 1E | 0 | 35 | 125 | 12 | 28 |
| Octal | 164 | 124 | 170 | 3 | 36 | 0 | 65 | 445 | 22 | 50 |
| Binary | 1110100 | 1010100 | 1111000 | 11 | 11110 | 0 | 110101 | 100100101 | 10010 | 101000 |
Color Harmonies of #745478
Complementary color
Monochromatic Colors of #745478
Black with #745478
Text Example
Text Example
White with #745478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745478; }
p { color: rgb(116,84,120); }
H1.HeaderClassName
{
color: #745478;
}
.AnyTagClassName
{
color: #745478;
}
</style>
background-color css
<style>
a { background-color: #745478; }
a { background-color: rgb(116,84,120); }
div.DivClassName
{
background-color: #745478;
}
.BgClassName
{
background-color: #745478;
}
</style>
border-color css
<style>
span { border-color: #745478; }
span { border-color: rgb(116,84,120); }
td.TdClassName
{
border-color: #745478;
}
.TagClassName
{
border-color: #745478;
}
</style>