Shades of Trendy Pink #745579
Tints of Trendy Pink #745579
RGB
CMYK
RGB Variations
Color information
#745579 (or 0x745579) is known color: Trendy Pink. HEX triplet: 74, 55 and 79. RGB value is (116,85,121). Sum of RGB (Red+Green+Blue) = 116+85+121=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 121 (47.66% from 255 or 37.58% from 322); Max value from RGB is 121 - color contains mainly: blue. Hex color #745579 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745579 is #8BAA86. Grayscale: #626262. Windows color (decimal): -9153159 or 7951732. OLE color: 7951732.
HSL color Cylindrical-coordinate representation of color #745579: hue angle of 291.67º degrees, saturation: 0.17, 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 #745579 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 85 | 121 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.53 |
| HSL | 291.67º | 0.17% | 0.4% | - |
| HSV(B) | 291.67º | 0.3% | 0.47% | - |
| XYZ | 13.9 | 11.59 | 19.59 | - |
| YUV | 98.37 | 140.77 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 85 | 121 | 0.04 | 0.30 | 0 | 0.53 | 291.67 | 0.17 | 0.4 |
| Hex | 74 | 55 | 79 | 4 | 1E | 0 | 35 | 124 | 11 | 28 |
| Octal | 164 | 125 | 171 | 4 | 36 | 0 | 65 | 444 | 21 | 50 |
| Binary | 1110100 | 1010101 | 1111001 | 100 | 11110 | 0 | 110101 | 100100100 | 10001 | 101000 |
Color Harmonies of #745579
Complementary color
Monochromatic Colors of #745579
Black with #745579
Text Example
Text Example
White with #745579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745579; }
p { color: rgb(116,85,121); }
H1.HeaderClassName
{
color: #745579;
}
.AnyTagClassName
{
color: #745579;
}
</style>
background-color css
<style>
a { background-color: #745579; }
a { background-color: rgb(116,85,121); }
div.DivClassName
{
background-color: #745579;
}
.BgClassName
{
background-color: #745579;
}
</style>
border-color css
<style>
span { border-color: #745579; }
span { border-color: rgb(116,85,121); }
td.TdClassName
{
border-color: #745579;
}
.TagClassName
{
border-color: #745579;
}
</style>