Shades of Trendy Pink #754D73
Tints of Trendy Pink #754D73
RGB
CMYK
RGB Variations
Color information
#754D73 (or 0x754D73) is known color: Trendy Pink. HEX triplet: 75, 4D and 73. RGB value is (117,77,115). Sum of RGB (Red+Green+Blue) = 117+77+115=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 115 (45.31% from 255 or 37.22% from 309); Max value from RGB is 117 - color contains mainly: red. Hex color #754D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754D73 is #8AB28C. Grayscale: #5D5D5D. Windows color (decimal): -9089677 or 7556469. OLE color: 7556469.
HSL color Cylindrical-coordinate representation of color #754D73: hue angle of 303º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #754D73 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 77 | 115 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.54 |
| HSL | 303º | 0.21% | 0.38% | - |
| HSV(B) | 303º | 0.34% | 0.46% | - |
| XYZ | 13.08 | 10.33 | 17.52 | - |
| YUV | 93.29 | 140.25 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 115 | 0 | 0.34 | 0.02 | 0.54 | 303 | 0.21 | 0.38 |
| Hex | 75 | 4D | 73 | 0 | 22 | 2 | 36 | 12F | 15 | 26 |
| Octal | 165 | 115 | 163 | 0 | 42 | 2 | 66 | 457 | 25 | 46 |
| Binary | 1110101 | 1001101 | 1110011 | 0 | 100010 | 10 | 110110 | 100101111 | 10101 | 100110 |
Color Harmonies of #754D73
Complementary color
Monochromatic Colors of #754D73
Black with #754D73
Text Example
Text Example
White with #754D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754D73; }
p { color: rgb(117,77,115); }
H1.HeaderClassName
{
color: #754D73;
}
.AnyTagClassName
{
color: #754D73;
}
</style>
background-color css
<style>
a { background-color: #754D73; }
a { background-color: rgb(117,77,115); }
div.DivClassName
{
background-color: #754D73;
}
.BgClassName
{
background-color: #754D73;
}
</style>
border-color css
<style>
span { border-color: #754D73; }
span { border-color: rgb(117,77,115); }
td.TdClassName
{
border-color: #754D73;
}
.TagClassName
{
border-color: #754D73;
}
</style>