Shades of Trendy Pink #754E72
Tints of Trendy Pink #754E72
RGB
CMYK
RGB Variations
Color information
#754E72 (or 0x754E72) is known color: Trendy Pink. HEX triplet: 75, 4E and 72. RGB value is (117,78,114). Sum of RGB (Red+Green+Blue) = 117+78+114=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 117 - color contains mainly: red. Hex color #754E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754E72 is #8AB18D. Grayscale: #5D5D5D. Windows color (decimal): -9089422 or 7491189. OLE color: 7491189.
HSL color Cylindrical-coordinate representation of color #754E72: hue angle of 304.62º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #754E72 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 78 | 114 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.54 |
| HSL | 304.62º | 0.2% | 0.38% | - |
| HSV(B) | 304.62º | 0.33% | 0.46% | - |
| XYZ | 13.1 | 10.45 | 17.25 | - |
| YUV | 93.77 | 139.42 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 78 | 114 | 0 | 0.33 | 0.03 | 0.54 | 304.62 | 0.2 | 0.38 |
| Hex | 75 | 4E | 72 | 0 | 21 | 3 | 36 | 131 | 14 | 26 |
| Octal | 165 | 116 | 162 | 0 | 41 | 3 | 66 | 461 | 24 | 46 |
| Binary | 1110101 | 1001110 | 1110010 | 0 | 100001 | 11 | 110110 | 100110001 | 10100 | 100110 |
Color Harmonies of #754E72
Complementary color
Monochromatic Colors of #754E72
Black with #754E72
Text Example
Text Example
White with #754E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754E72; }
p { color: rgb(117,78,114); }
H1.HeaderClassName
{
color: #754E72;
}
.AnyTagClassName
{
color: #754E72;
}
</style>
background-color css
<style>
a { background-color: #754E72; }
a { background-color: rgb(117,78,114); }
div.DivClassName
{
background-color: #754E72;
}
.BgClassName
{
background-color: #754E72;
}
</style>
border-color css
<style>
span { border-color: #754E72; }
span { border-color: rgb(117,78,114); }
td.TdClassName
{
border-color: #754E72;
}
.TagClassName
{
border-color: #754E72;
}
</style>