Shades of Trendy Pink #7C597D
Tints of Trendy Pink #7C597D
RGB
CMYK
RGB Variations
Color information
#7C597D (or 0x7C597D) is known color: Trendy Pink. HEX triplet: 7C, 59 and 7D. RGB value is (124,89,125). Sum of RGB (Red+Green+Blue) = 124+89+125=338 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.69% from 338); Green value is 89 (35.16% from 255 or 26.33% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 125 - color contains mainly: blue. Hex color #7C597D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C597D is #83A682. Grayscale: #676767. Windows color (decimal): -8627843 or 8214908. OLE color: 8214908.
HSL color Cylindrical-coordinate representation of color #7C597D: hue angle of 298.33º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7C597D is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 89 | 125 | - |
| CMYK | 0.01 | 0.29 | 0 | 0.51 |
| HSL | 298.33º | 0.17% | 0.42% | - |
| HSV(B) | 298.33º | 0.29% | 0.49% | - |
| XYZ | 15.59 | 12.91 | 21.07 | - |
| YUV | 103.57 | 140.1 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 89 | 125 | 0.01 | 0.29 | 0 | 0.51 | 298.33 | 0.17 | 0.42 |
| Hex | 7C | 59 | 7D | 1 | 1D | 0 | 33 | 12A | 11 | 2A |
| Octal | 174 | 131 | 175 | 1 | 35 | 0 | 63 | 452 | 21 | 52 |
| Binary | 1111100 | 1011001 | 1111101 | 1 | 11101 | 0 | 110011 | 100101010 | 10001 | 101010 |
Color Harmonies of #7C597D
Complementary color
Monochromatic Colors of #7C597D
Black with #7C597D
Text Example
Text Example
White with #7C597D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C597D; }
p { color: rgb(124,89,125); }
H1.HeaderClassName
{
color: #7C597D;
}
.AnyTagClassName
{
color: #7C597D;
}
</style>
background-color css
<style>
a { background-color: #7C597D; }
a { background-color: rgb(124,89,125); }
div.DivClassName
{
background-color: #7C597D;
}
.BgClassName
{
background-color: #7C597D;
}
</style>
border-color css
<style>
span { border-color: #7C597D; }
span { border-color: rgb(124,89,125); }
td.TdClassName
{
border-color: #7C597D;
}
.TagClassName
{
border-color: #7C597D;
}
</style>