Shades of Trendy Pink #745975
Tints of Trendy Pink #745975
RGB
CMYK
RGB Variations
Color information
#745975 (or 0x745975) is known color: Trendy Pink. HEX triplet: 74, 59 and 75. RGB value is (116,89,117). Sum of RGB (Red+Green+Blue) = 116+89+117=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 117 - color contains mainly: blue. Hex color #745975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745975 is #8BA68A. Grayscale: #646464. Windows color (decimal): -9152139 or 7690612. OLE color: 7690612.
HSL color Cylindrical-coordinate representation of color #745975: hue angle of 297.86º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #745975 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 89 | 117 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.54 |
| HSL | 297.86º | 0.14% | 0.4% | - |
| HSV(B) | 297.86º | 0.24% | 0.46% | - |
| XYZ | 13.99 | 12.14 | 18.44 | - |
| YUV | 100.27 | 137.45 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 89 | 117 | 0.01 | 0.24 | 0 | 0.54 | 297.86 | 0.14 | 0.4 |
| Hex | 74 | 59 | 75 | 1 | 18 | 0 | 36 | 12A | E | 28 |
| Octal | 164 | 131 | 165 | 1 | 30 | 0 | 66 | 452 | 16 | 50 |
| Binary | 1110100 | 1011001 | 1110101 | 1 | 11000 | 0 | 110110 | 100101010 | 1110 | 101000 |
Color Harmonies of #745975
Complementary color
Monochromatic Colors of #745975
Black with #745975
Text Example
Text Example
White with #745975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745975; }
p { color: rgb(116,89,117); }
H1.HeaderClassName
{
color: #745975;
}
.AnyTagClassName
{
color: #745975;
}
</style>
background-color css
<style>
a { background-color: #745975; }
a { background-color: rgb(116,89,117); }
div.DivClassName
{
background-color: #745975;
}
.BgClassName
{
background-color: #745975;
}
</style>
border-color css
<style>
span { border-color: #745975; }
span { border-color: rgb(116,89,117); }
td.TdClassName
{
border-color: #745975;
}
.TagClassName
{
border-color: #745975;
}
</style>