Shades of Trendy Pink #7E557A
Tints of Trendy Pink #7E557A
RGB
CMYK
RGB Variations
Color information
#7E557A (or 0x7E557A) is known color: Trendy Pink. HEX triplet: 7E, 55 and 7A. RGB value is (126,85,122). Sum of RGB (Red+Green+Blue) = 126+85+122=333 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.84% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 126 - color contains mainly: red. Hex color #7E557A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E557A is #81AA85. Grayscale: #656565. Windows color (decimal): -8497798 or 8017278. OLE color: 8017278.
HSL color Cylindrical-coordinate representation of color #7E557A: hue angle of 305.85º 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 #7E557A is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 85 | 122 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.51 |
| HSL | 305.85º | 0.19% | 0.41% | - |
| HSV(B) | 305.85º | 0.33% | 0.49% | - |
| XYZ | 15.37 | 12.34 | 19.98 | - |
| YUV | 101.48 | 139.58 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 85 | 122 | 0 | 0.33 | 0.03 | 0.51 | 305.85 | 0.19 | 0.41 |
| Hex | 7E | 55 | 7A | 0 | 21 | 3 | 33 | 132 | 13 | 29 |
| Octal | 176 | 125 | 172 | 0 | 41 | 3 | 63 | 462 | 23 | 51 |
| Binary | 1111110 | 1010101 | 1111010 | 0 | 100001 | 11 | 110011 | 100110010 | 10011 | 101001 |
Color Harmonies of #7E557A
Complementary color
Monochromatic Colors of #7E557A
Black with #7E557A
Text Example
Text Example
White with #7E557A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E557A; }
p { color: rgb(126,85,122); }
H1.HeaderClassName
{
color: #7E557A;
}
.AnyTagClassName
{
color: #7E557A;
}
</style>
background-color css
<style>
a { background-color: #7E557A; }
a { background-color: rgb(126,85,122); }
div.DivClassName
{
background-color: #7E557A;
}
.BgClassName
{
background-color: #7E557A;
}
</style>
border-color css
<style>
span { border-color: #7E557A; }
span { border-color: rgb(126,85,122); }
td.TdClassName
{
border-color: #7E557A;
}
.TagClassName
{
border-color: #7E557A;
}
</style>