Shades of Trendy Pink #765077
Tints of Trendy Pink #765077
RGB
CMYK
RGB Variations
Color information
#765077 (or 0x765077) is known color: Trendy Pink. HEX triplet: 76, 50 and 77. RGB value is (118,80,119). Sum of RGB (Red+Green+Blue) = 118+80+119=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 119 (46.88% from 255 or 37.54% from 317); Max value from RGB is 119 - color contains mainly: blue. Hex color #765077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765077 is #89AF88. Grayscale: #5F5F5F. Windows color (decimal): -9023369 or 7819382. OLE color: 7819382.
HSL color Cylindrical-coordinate representation of color #765077: hue angle of 298.46º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #765077 is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 80 | 119 | - |
| CMYK | 0.01 | 0.33 | 0 | 0.53 |
| HSL | 298.46º | 0.2% | 0.39% | - |
| HSV(B) | 298.46º | 0.33% | 0.47% | - |
| XYZ | 13.67 | 10.92 | 18.84 | - |
| YUV | 95.81 | 141.09 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 80 | 119 | 0.01 | 0.33 | 0 | 0.53 | 298.46 | 0.2 | 0.39 |
| Hex | 76 | 50 | 77 | 1 | 21 | 0 | 35 | 12A | 14 | 27 |
| Octal | 166 | 120 | 167 | 1 | 41 | 0 | 65 | 452 | 24 | 47 |
| Binary | 1110110 | 1010000 | 1110111 | 1 | 100001 | 0 | 110101 | 100101010 | 10100 | 100111 |
Color Harmonies of #765077
Complementary color
Monochromatic Colors of #765077
Black with #765077
Text Example
Text Example
White with #765077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765077; }
p { color: rgb(118,80,119); }
H1.HeaderClassName
{
color: #765077;
}
.AnyTagClassName
{
color: #765077;
}
</style>
background-color css
<style>
a { background-color: #765077; }
a { background-color: rgb(118,80,119); }
div.DivClassName
{
background-color: #765077;
}
.BgClassName
{
background-color: #765077;
}
</style>
border-color css
<style>
span { border-color: #765077; }
span { border-color: rgb(118,80,119); }
td.TdClassName
{
border-color: #765077;
}
.TagClassName
{
border-color: #765077;
}
</style>