Shades of Trendy Pink #775A78
Tints of Trendy Pink #775A78
RGB
CMYK
RGB Variations
Color information
#775A78 (or 0x775A78) is known color: Trendy Pink. HEX triplet: 77, 5A and 78. RGB value is (119,90,120). Sum of RGB (Red+Green+Blue) = 119+90+120=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 120 (47.27% from 255 or 36.47% from 329); Max value from RGB is 120 - color contains mainly: blue. Hex color #775A78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775A78 is #88A587. Grayscale: #656565. Windows color (decimal): -8955272 or 7887479. OLE color: 7887479.
HSL color Cylindrical-coordinate representation of color #775A78: hue angle of 298º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #775A78 is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 90 | 120 | - |
| CMYK | 0.01 | 0.25 | 0 | 0.53 |
| HSL | 298º | 0.14% | 0.41% | - |
| HSV(B) | 298º | 0.25% | 0.47% | - |
| XYZ | 14.65 | 12.59 | 19.43 | - |
| YUV | 102.09 | 138.11 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 90 | 120 | 0.01 | 0.25 | 0 | 0.53 | 298 | 0.14 | 0.41 |
| Hex | 77 | 5A | 78 | 1 | 19 | 0 | 35 | 12A | E | 29 |
| Octal | 167 | 132 | 170 | 1 | 31 | 0 | 65 | 452 | 16 | 51 |
| Binary | 1110111 | 1011010 | 1111000 | 1 | 11001 | 0 | 110101 | 100101010 | 1110 | 101001 |
Color Harmonies of #775A78
Complementary color
Monochromatic Colors of #775A78
Black with #775A78
Text Example
Text Example
White with #775A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775A78; }
p { color: rgb(119,90,120); }
H1.HeaderClassName
{
color: #775A78;
}
.AnyTagClassName
{
color: #775A78;
}
</style>
background-color css
<style>
a { background-color: #775A78; }
a { background-color: rgb(119,90,120); }
div.DivClassName
{
background-color: #775A78;
}
.BgClassName
{
background-color: #775A78;
}
</style>
border-color css
<style>
span { border-color: #775A78; }
span { border-color: rgb(119,90,120); }
td.TdClassName
{
border-color: #775A78;
}
.TagClassName
{
border-color: #775A78;
}
</style>