Shades of Trendy Pink #7E5578
Tints of Trendy Pink #7E5578
RGB
CMYK
RGB Variations
Color information
#7E5578 (or 0x7E5578) is known color: Trendy Pink. HEX triplet: 7E, 55 and 78. RGB value is (126,85,120). Sum of RGB (Red+Green+Blue) = 126+85+120=331 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.07% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 120 (47.27% from 255 or 36.25% from 331); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5578 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5578 is #81AA87. Grayscale: #656565. Windows color (decimal): -8497800 or 7886206. OLE color: 7886206.
HSL color Cylindrical-coordinate representation of color #7E5578: hue angle of 308.78º 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 #7E5578 is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 85 | 120 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.51 |
| HSL | 308.78º | 0.19% | 0.41% | - |
| HSV(B) | 308.78º | 0.33% | 0.49% | - |
| XYZ | 15.24 | 12.29 | 19.34 | - |
| YUV | 101.25 | 138.58 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 85 | 120 | 0 | 0.33 | 0.05 | 0.51 | 308.78 | 0.19 | 0.41 |
| Hex | 7E | 55 | 78 | 0 | 21 | 5 | 33 | 135 | 13 | 29 |
| Octal | 176 | 125 | 170 | 0 | 41 | 5 | 63 | 465 | 23 | 51 |
| Binary | 1111110 | 1010101 | 1111000 | 0 | 100001 | 101 | 110011 | 100110101 | 10011 | 101001 |
Color Harmonies of #7E5578
Complementary color
Monochromatic Colors of #7E5578
Black with #7E5578
Text Example
Text Example
White with #7E5578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5578; }
p { color: rgb(126,85,120); }
H1.HeaderClassName
{
color: #7E5578;
}
.AnyTagClassName
{
color: #7E5578;
}
</style>
background-color css
<style>
a { background-color: #7E5578; }
a { background-color: rgb(126,85,120); }
div.DivClassName
{
background-color: #7E5578;
}
.BgClassName
{
background-color: #7E5578;
}
</style>
border-color css
<style>
span { border-color: #7E5578; }
span { border-color: rgb(126,85,120); }
td.TdClassName
{
border-color: #7E5578;
}
.TagClassName
{
border-color: #7E5578;
}
</style>