Shades of Trendy Pink #7E4D73
Tints of Trendy Pink #7E4D73
RGB
CMYK
RGB Variations
Color information
#7E4D73 (or 0x7E4D73) is known color: Trendy Pink. HEX triplet: 7E, 4D and 73. RGB value is (126,77,115). Sum of RGB (Red+Green+Blue) = 126+77+115=318 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.62% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 115 (45.31% from 255 or 36.16% from 318); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E4D73 is #81B28C. Grayscale: #5F5F5F. Windows color (decimal): -8499853 or 7556478. OLE color: 7556478.
HSL color Cylindrical-coordinate representation of color #7E4D73: hue angle of 313.47º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7E4D73 is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 77 | 115 | - |
| CMYK | 0 | 0.39 | 0.09 | 0.51 |
| HSL | 313.47º | 0.24% | 0.4% | - |
| HSV(B) | 313.47º | 0.39% | 0.49% | - |
| XYZ | 14.35 | 10.98 | 17.58 | - |
| YUV | 95.98 | 138.73 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 77 | 115 | 0 | 0.39 | 0.09 | 0.51 | 313.47 | 0.24 | 0.4 |
| Hex | 7E | 4D | 73 | 0 | 27 | 9 | 33 | 139 | 18 | 28 |
| Octal | 176 | 115 | 163 | 0 | 47 | 11 | 63 | 471 | 30 | 50 |
| Binary | 1111110 | 1001101 | 1110011 | 0 | 100111 | 1001 | 110011 | 100111001 | 11000 | 101000 |
Color Harmonies of #7E4D73
Complementary color
Monochromatic Colors of #7E4D73
Black with #7E4D73
Text Example
Text Example
White with #7E4D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4D73; }
p { color: rgb(126,77,115); }
H1.HeaderClassName
{
color: #7E4D73;
}
.AnyTagClassName
{
color: #7E4D73;
}
</style>
background-color css
<style>
a { background-color: #7E4D73; }
a { background-color: rgb(126,77,115); }
div.DivClassName
{
background-color: #7E4D73;
}
.BgClassName
{
background-color: #7E4D73;
}
</style>
border-color css
<style>
span { border-color: #7E4D73; }
span { border-color: rgb(126,77,115); }
td.TdClassName
{
border-color: #7E4D73;
}
.TagClassName
{
border-color: #7E4D73;
}
</style>