Shades of Trendy Pink #7C5777
Tints of Trendy Pink #7C5777
RGB
CMYK
RGB Variations
Color information
#7C5777 (or 0x7C5777) is known color: Trendy Pink. HEX triplet: 7C, 57 and 77. RGB value is (124,87,119). Sum of RGB (Red+Green+Blue) = 124+87+119=330 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.58% from 330); Green value is 87 (34.38% from 255 or 26.36% from 330); Blue value is 119 (46.88% from 255 or 36.06% from 330); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5777 is #83A888. Grayscale: #656565. Windows color (decimal): -8628361 or 7821180. OLE color: 7821180.
HSL color Cylindrical-coordinate representation of color #7C5777: hue angle of 308.11º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7C5777 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 87 | 119 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.51 |
| HSL | 308.11º | 0.18% | 0.41% | - |
| HSV(B) | 308.11º | 0.3% | 0.49% | - |
| XYZ | 15.05 | 12.43 | 19.06 | - |
| YUV | 101.71 | 137.76 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 87 | 119 | 0 | 0.30 | 0.04 | 0.51 | 308.11 | 0.18 | 0.41 |
| Hex | 7C | 57 | 77 | 0 | 1E | 4 | 33 | 134 | 12 | 29 |
| Octal | 174 | 127 | 167 | 0 | 36 | 4 | 63 | 464 | 22 | 51 |
| Binary | 1111100 | 1010111 | 1110111 | 0 | 11110 | 100 | 110011 | 100110100 | 10010 | 101001 |
Color Harmonies of #7C5777
Complementary color
Monochromatic Colors of #7C5777
Black with #7C5777
Text Example
Text Example
White with #7C5777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5777; }
p { color: rgb(124,87,119); }
H1.HeaderClassName
{
color: #7C5777;
}
.AnyTagClassName
{
color: #7C5777;
}
</style>
background-color css
<style>
a { background-color: #7C5777; }
a { background-color: rgb(124,87,119); }
div.DivClassName
{
background-color: #7C5777;
}
.BgClassName
{
background-color: #7C5777;
}
</style>
border-color css
<style>
span { border-color: #7C5777; }
span { border-color: rgb(124,87,119); }
td.TdClassName
{
border-color: #7C5777;
}
.TagClassName
{
border-color: #7C5777;
}
</style>