Shades of Trendy Pink #77557A
Tints of Trendy Pink #77557A
RGB
CMYK
RGB Variations
Color information
#77557A (or 0x77557A) is known color: Trendy Pink. HEX triplet: 77, 55 and 7A. RGB value is (119,85,122). Sum of RGB (Red+Green+Blue) = 119+85+122=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 122 - color contains mainly: blue. Hex color #77557A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77557A is #88AA85. Grayscale: #636363. Windows color (decimal): -8956550 or 8017271. OLE color: 8017271.
HSL color Cylindrical-coordinate representation of color #77557A: hue angle of 295.14º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #77557A is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 85 | 122 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.52 |
| HSL | 295.14º | 0.18% | 0.41% | - |
| HSV(B) | 295.14º | 0.3% | 0.48% | - |
| XYZ | 14.37 | 11.82 | 19.94 | - |
| YUV | 99.38 | 140.76 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 85 | 122 | 0.02 | 0.30 | 0 | 0.52 | 295.14 | 0.18 | 0.41 |
| Hex | 77 | 55 | 7A | 2 | 1E | 0 | 34 | 127 | 12 | 29 |
| Octal | 167 | 125 | 172 | 2 | 36 | 0 | 64 | 447 | 22 | 51 |
| Binary | 1110111 | 1010101 | 1111010 | 10 | 11110 | 0 | 110100 | 100100111 | 10010 | 101001 |
Color Harmonies of #77557A
Complementary color
Monochromatic Colors of #77557A
Black with #77557A
Text Example
Text Example
White with #77557A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77557A; }
p { color: rgb(119,85,122); }
H1.HeaderClassName
{
color: #77557A;
}
.AnyTagClassName
{
color: #77557A;
}
</style>
background-color css
<style>
a { background-color: #77557A; }
a { background-color: rgb(119,85,122); }
div.DivClassName
{
background-color: #77557A;
}
.BgClassName
{
background-color: #77557A;
}
</style>
border-color css
<style>
span { border-color: #77557A; }
span { border-color: rgb(119,85,122); }
td.TdClassName
{
border-color: #77557A;
}
.TagClassName
{
border-color: #77557A;
}
</style>