Shades of Trendy Pink #765A78
Tints of Trendy Pink #765A78
RGB
CMYK
RGB Variations
Color information
#765A78 (or 0x765A78) is known color: Trendy Pink. HEX triplet: 76, 5A and 78. RGB value is (118,90,120). Sum of RGB (Red+Green+Blue) = 118+90+120=328 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.98% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 120 (47.27% from 255 or 36.59% from 328); Max value from RGB is 120 - color contains mainly: blue. Hex color #765A78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765A78 is #89A587. Grayscale: #656565. Windows color (decimal): -9020808 or 7887478. OLE color: 7887478.
HSL color Cylindrical-coordinate representation of color #765A78: hue angle of 296º 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 #765A78 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 90 | 120 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.53 |
| HSL | 296º | 0.14% | 0.41% | - |
| HSV(B) | 296º | 0.25% | 0.47% | - |
| XYZ | 14.52 | 12.52 | 19.42 | - |
| YUV | 101.79 | 138.28 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 90 | 120 | 0.02 | 0.25 | 0 | 0.53 | 296 | 0.14 | 0.41 |
| Hex | 76 | 5A | 78 | 2 | 19 | 0 | 35 | 128 | E | 29 |
| Octal | 166 | 132 | 170 | 2 | 31 | 0 | 65 | 450 | 16 | 51 |
| Binary | 1110110 | 1011010 | 1111000 | 10 | 11001 | 0 | 110101 | 100101000 | 1110 | 101001 |
Color Harmonies of #765A78
Complementary color
Monochromatic Colors of #765A78
Black with #765A78
Text Example
Text Example
White with #765A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765A78; }
p { color: rgb(118,90,120); }
H1.HeaderClassName
{
color: #765A78;
}
.AnyTagClassName
{
color: #765A78;
}
</style>
background-color css
<style>
a { background-color: #765A78; }
a { background-color: rgb(118,90,120); }
div.DivClassName
{
background-color: #765A78;
}
.BgClassName
{
background-color: #765A78;
}
</style>
border-color css
<style>
span { border-color: #765A78; }
span { border-color: rgb(118,90,120); }
td.TdClassName
{
border-color: #765A78;
}
.TagClassName
{
border-color: #765A78;
}
</style>