Shades of Trendy Pink #7C5977
Tints of Trendy Pink #7C5977
RGB
CMYK
RGB Variations
Color information
#7C5977 (or 0x7C5977) is known color: Trendy Pink. HEX triplet: 7C, 59 and 77. RGB value is (124,89,119). Sum of RGB (Red+Green+Blue) = 124+89+119=332 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.35% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 119 (46.88% from 255 or 35.84% from 332); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5977 is #83A688. Grayscale: #666666. Windows color (decimal): -8627849 or 7821692. OLE color: 7821692.
HSL color Cylindrical-coordinate representation of color #7C5977: hue angle of 308.57º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7C5977 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 89 | 119 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.51 |
| HSL | 308.57º | 0.16% | 0.42% | - |
| HSV(B) | 308.57º | 0.28% | 0.49% | - |
| XYZ | 15.21 | 12.76 | 19.11 | - |
| YUV | 102.89 | 137.1 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 89 | 119 | 0 | 0.28 | 0.04 | 0.51 | 308.57 | 0.16 | 0.42 |
| Hex | 7C | 59 | 77 | 0 | 1C | 4 | 33 | 135 | 10 | 2A |
| Octal | 174 | 131 | 167 | 0 | 34 | 4 | 63 | 465 | 20 | 52 |
| Binary | 1111100 | 1011001 | 1110111 | 0 | 11100 | 100 | 110011 | 100110101 | 10000 | 101010 |
Color Harmonies of #7C5977
Complementary color
Monochromatic Colors of #7C5977
Black with #7C5977
Text Example
Text Example
White with #7C5977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5977; }
p { color: rgb(124,89,119); }
H1.HeaderClassName
{
color: #7C5977;
}
.AnyTagClassName
{
color: #7C5977;
}
</style>
background-color css
<style>
a { background-color: #7C5977; }
a { background-color: rgb(124,89,119); }
div.DivClassName
{
background-color: #7C5977;
}
.BgClassName
{
background-color: #7C5977;
}
</style>
border-color css
<style>
span { border-color: #7C5977; }
span { border-color: rgb(124,89,119); }
td.TdClassName
{
border-color: #7C5977;
}
.TagClassName
{
border-color: #7C5977;
}
</style>