Shades of Trendy Pink #7C5979
Tints of Trendy Pink #7C5979
RGB
CMYK
RGB Variations
Color information
#7C5979 (or 0x7C5979) is known color: Trendy Pink. HEX triplet: 7C, 59 and 79. RGB value is (124,89,121). Sum of RGB (Red+Green+Blue) = 124+89+121=334 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.13% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 121 (47.66% from 255 or 36.23% from 334); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5979 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5979 is #83A686. Grayscale: #676767. Windows color (decimal): -8627847 or 7952764. OLE color: 7952764.
HSL color Cylindrical-coordinate representation of color #7C5979: hue angle of 305.14º 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 #7C5979 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 89 | 121 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.51 |
| HSL | 305.14º | 0.16% | 0.42% | - |
| HSV(B) | 305.14º | 0.28% | 0.49% | - |
| XYZ | 15.34 | 12.81 | 19.75 | - |
| YUV | 103.11 | 138.1 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 89 | 121 | 0 | 0.28 | 0.02 | 0.51 | 305.14 | 0.16 | 0.42 |
| Hex | 7C | 59 | 79 | 0 | 1C | 2 | 33 | 131 | 10 | 2A |
| Octal | 174 | 131 | 171 | 0 | 34 | 2 | 63 | 461 | 20 | 52 |
| Binary | 1111100 | 1011001 | 1111001 | 0 | 11100 | 10 | 110011 | 100110001 | 10000 | 101010 |
Color Harmonies of #7C5979
Complementary color
Monochromatic Colors of #7C5979
Black with #7C5979
Text Example
Text Example
White with #7C5979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5979; }
p { color: rgb(124,89,121); }
H1.HeaderClassName
{
color: #7C5979;
}
.AnyTagClassName
{
color: #7C5979;
}
</style>
background-color css
<style>
a { background-color: #7C5979; }
a { background-color: rgb(124,89,121); }
div.DivClassName
{
background-color: #7C5979;
}
.BgClassName
{
background-color: #7C5979;
}
</style>
border-color css
<style>
span { border-color: #7C5979; }
span { border-color: rgb(124,89,121); }
td.TdClassName
{
border-color: #7C5979;
}
.TagClassName
{
border-color: #7C5979;
}
</style>