Shades of Trendy Pink #77557C
Tints of Trendy Pink #77557C
RGB
CMYK
RGB Variations
Color information
#77557C (or 0x77557C) is known color: Trendy Pink. HEX triplet: 77, 55 and 7C. RGB value is (119,85,124). Sum of RGB (Red+Green+Blue) = 119+85+124=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 124 (48.83% from 255 or 37.80% from 328); Max value from RGB is 124 - color contains mainly: blue. Hex color #77557C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77557C is #88AA83. Grayscale: #636363. Windows color (decimal): -8956548 or 8148343. OLE color: 8148343.
HSL color Cylindrical-coordinate representation of color #77557C: hue angle of 292.31º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #77557C is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 85 | 124 | - |
| CMYK | 0.04 | 0.31 | 0 | 0.51 |
| HSL | 292.31º | 0.19% | 0.41% | - |
| HSV(B) | 292.31º | 0.31% | 0.49% | - |
| XYZ | 14.49 | 11.87 | 20.6 | - |
| YUV | 99.61 | 141.76 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 85 | 124 | 0.04 | 0.31 | 0 | 0.51 | 292.31 | 0.19 | 0.41 |
| Hex | 77 | 55 | 7C | 4 | 1F | 0 | 33 | 124 | 13 | 29 |
| Octal | 167 | 125 | 174 | 4 | 37 | 0 | 63 | 444 | 23 | 51 |
| Binary | 1110111 | 1010101 | 1111100 | 100 | 11111 | 0 | 110011 | 100100100 | 10011 | 101001 |
Color Harmonies of #77557C
Complementary color
Monochromatic Colors of #77557C
Black with #77557C
Text Example
Text Example
White with #77557C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77557C; }
p { color: rgb(119,85,124); }
H1.HeaderClassName
{
color: #77557C;
}
.AnyTagClassName
{
color: #77557C;
}
</style>
background-color css
<style>
a { background-color: #77557C; }
a { background-color: rgb(119,85,124); }
div.DivClassName
{
background-color: #77557C;
}
.BgClassName
{
background-color: #77557C;
}
</style>
border-color css
<style>
span { border-color: #77557C; }
span { border-color: rgb(119,85,124); }
td.TdClassName
{
border-color: #77557C;
}
.TagClassName
{
border-color: #77557C;
}
</style>