Shades of Trendy Pink #7C5A77
Tints of Trendy Pink #7C5A77
RGB
CMYK
RGB Variations
Color information
#7C5A77 (or 0x7C5A77) is known color: Trendy Pink. HEX triplet: 7C, 5A and 77. RGB value is (124,90,119). Sum of RGB (Red+Green+Blue) = 124+90+119=333 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.24% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 119 (46.88% from 255 or 35.74% from 333); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5A77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5A77 is #83A588. Grayscale: #676767. Windows color (decimal): -8627593 or 7821948. OLE color: 7821948.
HSL color Cylindrical-coordinate representation of color #7C5A77: hue angle of 308.82º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7C5A77 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 90 | 119 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.51 |
| HSL | 308.82º | 0.16% | 0.42% | - |
| HSV(B) | 308.82º | 0.27% | 0.49% | - |
| XYZ | 15.3 | 12.93 | 19.14 | - |
| YUV | 103.47 | 136.76 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 90 | 119 | 0 | 0.27 | 0.04 | 0.51 | 308.82 | 0.16 | 0.42 |
| Hex | 7C | 5A | 77 | 0 | 1B | 4 | 33 | 135 | 10 | 2A |
| Octal | 174 | 132 | 167 | 0 | 33 | 4 | 63 | 465 | 20 | 52 |
| Binary | 1111100 | 1011010 | 1110111 | 0 | 11011 | 100 | 110011 | 100110101 | 10000 | 101010 |
Color Harmonies of #7C5A77
Complementary color
Monochromatic Colors of #7C5A77
Black with #7C5A77
Text Example
Text Example
White with #7C5A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5A77; }
p { color: rgb(124,90,119); }
H1.HeaderClassName
{
color: #7C5A77;
}
.AnyTagClassName
{
color: #7C5A77;
}
</style>
background-color css
<style>
a { background-color: #7C5A77; }
a { background-color: rgb(124,90,119); }
div.DivClassName
{
background-color: #7C5A77;
}
.BgClassName
{
background-color: #7C5A77;
}
</style>
border-color css
<style>
span { border-color: #7C5A77; }
span { border-color: rgb(124,90,119); }
td.TdClassName
{
border-color: #7C5A77;
}
.TagClassName
{
border-color: #7C5A77;
}
</style>