Shades of Trendy Pink #7E557C
Tints of Trendy Pink #7E557C
RGB
CMYK
RGB Variations
Color information
#7E557C (or 0x7E557C) is known color: Trendy Pink. HEX triplet: 7E, 55 and 7C. RGB value is (126,85,124). Sum of RGB (Red+Green+Blue) = 126+85+124=335 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.61% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 126 - color contains mainly: red. Hex color #7E557C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E557C is #81AA83. Grayscale: #656565. Windows color (decimal): -8497796 or 8148350. OLE color: 8148350.
HSL color Cylindrical-coordinate representation of color #7E557C: hue angle of 302.93º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7E557C is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 85 | 124 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.51 |
| HSL | 302.93º | 0.19% | 0.41% | - |
| HSV(B) | 302.93º | 0.33% | 0.49% | - |
| XYZ | 15.49 | 12.39 | 20.64 | - |
| YUV | 101.71 | 140.58 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 85 | 124 | 0 | 0.33 | 0.02 | 0.51 | 302.93 | 0.19 | 0.41 |
| Hex | 7E | 55 | 7C | 0 | 21 | 2 | 33 | 12F | 13 | 29 |
| Octal | 176 | 125 | 174 | 0 | 41 | 2 | 63 | 457 | 23 | 51 |
| Binary | 1111110 | 1010101 | 1111100 | 0 | 100001 | 10 | 110011 | 100101111 | 10011 | 101001 |
Color Harmonies of #7E557C
Complementary color
Monochromatic Colors of #7E557C
Black with #7E557C
Text Example
Text Example
White with #7E557C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E557C; }
p { color: rgb(126,85,124); }
H1.HeaderClassName
{
color: #7E557C;
}
.AnyTagClassName
{
color: #7E557C;
}
</style>
background-color css
<style>
a { background-color: #7E557C; }
a { background-color: rgb(126,85,124); }
div.DivClassName
{
background-color: #7E557C;
}
.BgClassName
{
background-color: #7E557C;
}
</style>
border-color css
<style>
span { border-color: #7E557C; }
span { border-color: rgb(126,85,124); }
td.TdClassName
{
border-color: #7E557C;
}
.TagClassName
{
border-color: #7E557C;
}
</style>