Shades of Trendy Pink #754F72
Tints of Trendy Pink #754F72
RGB
CMYK
RGB Variations
Color information
#754F72 (or 0x754F72) is known color: Trendy Pink. HEX triplet: 75, 4F and 72. RGB value is (117,79,114). Sum of RGB (Red+Green+Blue) = 117+79+114=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 79 (31.25% from 255 or 25.48% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 117 - color contains mainly: red. Hex color #754F72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754F72 is #8AB08D. Grayscale: #5E5E5E. Windows color (decimal): -9089166 or 7491445. OLE color: 7491445.
HSL color Cylindrical-coordinate representation of color #754F72: hue angle of 304.74º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #754F72 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 79 | 114 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.54 |
| HSL | 304.74º | 0.19% | 0.38% | - |
| HSV(B) | 304.74º | 0.32% | 0.46% | - |
| XYZ | 13.17 | 10.59 | 17.27 | - |
| YUV | 94.35 | 139.09 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 79 | 114 | 0 | 0.32 | 0.03 | 0.54 | 304.74 | 0.19 | 0.38 |
| Hex | 75 | 4F | 72 | 0 | 20 | 3 | 36 | 131 | 13 | 26 |
| Octal | 165 | 117 | 162 | 0 | 40 | 3 | 66 | 461 | 23 | 46 |
| Binary | 1110101 | 1001111 | 1110010 | 0 | 100000 | 11 | 110110 | 100110001 | 10011 | 100110 |
Color Harmonies of #754F72
Complementary color
Monochromatic Colors of #754F72
Black with #754F72
Text Example
Text Example
White with #754F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754F72; }
p { color: rgb(117,79,114); }
H1.HeaderClassName
{
color: #754F72;
}
.AnyTagClassName
{
color: #754F72;
}
</style>
background-color css
<style>
a { background-color: #754F72; }
a { background-color: rgb(117,79,114); }
div.DivClassName
{
background-color: #754F72;
}
.BgClassName
{
background-color: #754F72;
}
</style>
border-color css
<style>
span { border-color: #754F72; }
span { border-color: rgb(117,79,114); }
td.TdClassName
{
border-color: #754F72;
}
.TagClassName
{
border-color: #754F72;
}
</style>