Shades of Trendy Pink #7C5776
Tints of Trendy Pink #7C5776
RGB
CMYK
RGB Variations
Color information
#7C5776 (or 0x7C5776) is known color: Trendy Pink. HEX triplet: 7C, 57 and 76. RGB value is (124,87,118). Sum of RGB (Red+Green+Blue) = 124+87+118=329 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.69% from 329); Green value is 87 (34.38% from 255 or 26.44% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5776 is #83A889. Grayscale: #656565. Windows color (decimal): -8628362 or 7755644. OLE color: 7755644.
HSL color Cylindrical-coordinate representation of color #7C5776: hue angle of 309.73º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7C5776 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 87 | 118 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.51 |
| HSL | 309.73º | 0.18% | 0.41% | - |
| HSV(B) | 309.73º | 0.3% | 0.49% | - |
| XYZ | 14.99 | 12.41 | 18.74 | - |
| YUV | 101.6 | 137.26 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 87 | 118 | 0 | 0.30 | 0.05 | 0.51 | 309.73 | 0.18 | 0.41 |
| Hex | 7C | 57 | 76 | 0 | 1E | 5 | 33 | 136 | 12 | 29 |
| Octal | 174 | 127 | 166 | 0 | 36 | 5 | 63 | 466 | 22 | 51 |
| Binary | 1111100 | 1010111 | 1110110 | 0 | 11110 | 101 | 110011 | 100110110 | 10010 | 101001 |
Color Harmonies of #7C5776
Complementary color
Monochromatic Colors of #7C5776
Black with #7C5776
Text Example
Text Example
White with #7C5776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5776; }
p { color: rgb(124,87,118); }
H1.HeaderClassName
{
color: #7C5776;
}
.AnyTagClassName
{
color: #7C5776;
}
</style>
background-color css
<style>
a { background-color: #7C5776; }
a { background-color: rgb(124,87,118); }
div.DivClassName
{
background-color: #7C5776;
}
.BgClassName
{
background-color: #7C5776;
}
</style>
border-color css
<style>
span { border-color: #7C5776; }
span { border-color: rgb(124,87,118); }
td.TdClassName
{
border-color: #7C5776;
}
.TagClassName
{
border-color: #7C5776;
}
</style>