Shades of Trendy Pink #7C5576
Tints of Trendy Pink #7C5576
RGB
CMYK
RGB Variations
Color information
#7C5576 (or 0x7C5576) is known color: Trendy Pink. HEX triplet: 7C, 55 and 76. RGB value is (124,85,118). Sum of RGB (Red+Green+Blue) = 124+85+118=327 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.92% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 118 (46.48% from 255 or 36.09% from 327); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5576 is #83AA89. Grayscale: #646464. Windows color (decimal): -8628874 or 7755132. OLE color: 7755132.
HSL color Cylindrical-coordinate representation of color #7C5576: hue angle of 309.23º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7C5576 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 85 | 118 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.51 |
| HSL | 309.23º | 0.19% | 0.41% | - |
| HSV(B) | 309.23º | 0.31% | 0.49% | - |
| XYZ | 14.83 | 12.09 | 18.69 | - |
| YUV | 100.42 | 137.92 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 85 | 118 | 0 | 0.31 | 0.05 | 0.51 | 309.23 | 0.19 | 0.41 |
| Hex | 7C | 55 | 76 | 0 | 1F | 5 | 33 | 135 | 13 | 29 |
| Octal | 174 | 125 | 166 | 0 | 37 | 5 | 63 | 465 | 23 | 51 |
| Binary | 1111100 | 1010101 | 1110110 | 0 | 11111 | 101 | 110011 | 100110101 | 10011 | 101001 |
Color Harmonies of #7C5576
Complementary color
Monochromatic Colors of #7C5576
Black with #7C5576
Text Example
Text Example
White with #7C5576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5576; }
p { color: rgb(124,85,118); }
H1.HeaderClassName
{
color: #7C5576;
}
.AnyTagClassName
{
color: #7C5576;
}
</style>
background-color css
<style>
a { background-color: #7C5576; }
a { background-color: rgb(124,85,118); }
div.DivClassName
{
background-color: #7C5576;
}
.BgClassName
{
background-color: #7C5576;
}
</style>
border-color css
<style>
span { border-color: #7C5576; }
span { border-color: rgb(124,85,118); }
td.TdClassName
{
border-color: #7C5576;
}
.TagClassName
{
border-color: #7C5576;
}
</style>