Shades of Trendy Pink #7C597A
Tints of Trendy Pink #7C597A
RGB
CMYK
RGB Variations
Color information
#7C597A (or 0x7C597A) is known color: Trendy Pink. HEX triplet: 7C, 59 and 7A. RGB value is (124,89,122). Sum of RGB (Red+Green+Blue) = 124+89+122=335 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.01% from 335); Green value is 89 (35.16% from 255 or 26.57% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 124 - color contains mainly: red. Hex color #7C597A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C597A is #83A685. Grayscale: #676767. Windows color (decimal): -8627846 or 8018300. OLE color: 8018300.
HSL color Cylindrical-coordinate representation of color #7C597A: hue angle of 303.43º 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 #7C597A is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 89 | 122 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.51 |
| HSL | 303.43º | 0.16% | 0.42% | - |
| HSV(B) | 303.43º | 0.28% | 0.49% | - |
| XYZ | 15.4 | 12.83 | 20.08 | - |
| YUV | 103.23 | 138.6 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 89 | 122 | 0 | 0.28 | 0.02 | 0.51 | 303.43 | 0.16 | 0.42 |
| Hex | 7C | 59 | 7A | 0 | 1C | 2 | 33 | 12F | 10 | 2A |
| Octal | 174 | 131 | 172 | 0 | 34 | 2 | 63 | 457 | 20 | 52 |
| Binary | 1111100 | 1011001 | 1111010 | 0 | 11100 | 10 | 110011 | 100101111 | 10000 | 101010 |
Color Harmonies of #7C597A
Complementary color
Monochromatic Colors of #7C597A
Black with #7C597A
Text Example
Text Example
White with #7C597A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C597A; }
p { color: rgb(124,89,122); }
H1.HeaderClassName
{
color: #7C597A;
}
.AnyTagClassName
{
color: #7C597A;
}
</style>
background-color css
<style>
a { background-color: #7C597A; }
a { background-color: rgb(124,89,122); }
div.DivClassName
{
background-color: #7C597A;
}
.BgClassName
{
background-color: #7C597A;
}
</style>
border-color css
<style>
span { border-color: #7C597A; }
span { border-color: rgb(124,89,122); }
td.TdClassName
{
border-color: #7C597A;
}
.TagClassName
{
border-color: #7C597A;
}
</style>