Shades of Trendy Pink #765A77
Tints of Trendy Pink #765A77
RGB
CMYK
RGB Variations
Color information
#765A77 (or 0x765A77) is known color: Trendy Pink. HEX triplet: 76, 5A and 77. RGB value is (118,90,119). Sum of RGB (Red+Green+Blue) = 118+90+119=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 119 (46.88% from 255 or 36.39% from 327); Max value from RGB is 119 - color contains mainly: blue. Hex color #765A77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765A77 is #89A588. Grayscale: #656565. Windows color (decimal): -9020809 or 7821942. OLE color: 7821942.
HSL color Cylindrical-coordinate representation of color #765A77: hue angle of 297.93º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #765A77 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 90 | 119 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.53 |
| HSL | 297.93º | 0.14% | 0.41% | - |
| HSV(B) | 297.93º | 0.24% | 0.47% | - |
| XYZ | 14.46 | 12.5 | 19.1 | - |
| YUV | 101.68 | 137.78 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 90 | 119 | 0.01 | 0.24 | 0 | 0.53 | 297.93 | 0.14 | 0.41 |
| Hex | 76 | 5A | 77 | 1 | 18 | 0 | 35 | 12A | E | 29 |
| Octal | 166 | 132 | 167 | 1 | 30 | 0 | 65 | 452 | 16 | 51 |
| Binary | 1110110 | 1011010 | 1110111 | 1 | 11000 | 0 | 110101 | 100101010 | 1110 | 101001 |
Color Harmonies of #765A77
Complementary color
Monochromatic Colors of #765A77
Black with #765A77
Text Example
Text Example
White with #765A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765A77; }
p { color: rgb(118,90,119); }
H1.HeaderClassName
{
color: #765A77;
}
.AnyTagClassName
{
color: #765A77;
}
</style>
background-color css
<style>
a { background-color: #765A77; }
a { background-color: rgb(118,90,119); }
div.DivClassName
{
background-color: #765A77;
}
.BgClassName
{
background-color: #765A77;
}
</style>
border-color css
<style>
span { border-color: #765A77; }
span { border-color: rgb(118,90,119); }
td.TdClassName
{
border-color: #765A77;
}
.TagClassName
{
border-color: #765A77;
}
</style>