Shades of Trendy Pink #7E557B
Tints of Trendy Pink #7E557B
RGB
CMYK
RGB Variations
Color information
#7E557B (or 0x7E557B) is known color: Trendy Pink. HEX triplet: 7E, 55 and 7B. RGB value is (126,85,123). Sum of RGB (Red+Green+Blue) = 126+85+123=334 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.72% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 126 - color contains mainly: red. Hex color #7E557B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E557B is #81AA84. Grayscale: #656565. Windows color (decimal): -8497797 or 8082814. OLE color: 8082814.
HSL color Cylindrical-coordinate representation of color #7E557B: hue angle of 304.39º 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 #7E557B is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 85 | 123 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.51 |
| HSL | 304.39º | 0.19% | 0.41% | - |
| HSV(B) | 304.39º | 0.33% | 0.49% | - |
| XYZ | 15.43 | 12.36 | 20.31 | - |
| YUV | 101.59 | 140.08 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 85 | 123 | 0 | 0.33 | 0.02 | 0.51 | 304.39 | 0.19 | 0.41 |
| Hex | 7E | 55 | 7B | 0 | 21 | 2 | 33 | 130 | 13 | 29 |
| Octal | 176 | 125 | 173 | 0 | 41 | 2 | 63 | 460 | 23 | 51 |
| Binary | 1111110 | 1010101 | 1111011 | 0 | 100001 | 10 | 110011 | 100110000 | 10011 | 101001 |
Color Harmonies of #7E557B
Complementary color
Monochromatic Colors of #7E557B
Black with #7E557B
Text Example
Text Example
White with #7E557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E557B; }
p { color: rgb(126,85,123); }
H1.HeaderClassName
{
color: #7E557B;
}
.AnyTagClassName
{
color: #7E557B;
}
</style>
background-color css
<style>
a { background-color: #7E557B; }
a { background-color: rgb(126,85,123); }
div.DivClassName
{
background-color: #7E557B;
}
.BgClassName
{
background-color: #7E557B;
}
</style>
border-color css
<style>
span { border-color: #7E557B; }
span { border-color: rgb(126,85,123); }
td.TdClassName
{
border-color: #7E557B;
}
.TagClassName
{
border-color: #7E557B;
}
</style>