Shades of Trendy Pink #765776
Tints of Trendy Pink #765776
RGB
CMYK
RGB Variations
Color information
#765776 (or 0x765776) is known color: Trendy Pink. HEX triplet: 76, 57 and 76. RGB value is (118,87,118). Sum of RGB (Red+Green+Blue) = 118+87+118=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 118 (46.48% from 255 or 36.53% from 323); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #765776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765776 is #89A889. Grayscale: #636363. Windows color (decimal): -9021578 or 7755638. OLE color: 7755638.
HSL color Cylindrical-coordinate representation of color #765776: hue angle of 300º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #765776 is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 87 | 118 | - |
| CMYK | 0 | 0.26 | 0 | 0.54 |
| HSL | 300º | 0.15% | 0.4% | - |
| HSV(B) | 300º | 0.26% | 0.46% | - |
| XYZ | 14.15 | 11.98 | 18.71 | - |
| YUV | 99.8 | 138.27 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 87 | 118 | 0 | 0.26 | 0 | 0.54 | 300 | 0.15 | 0.4 |
| Hex | 76 | 57 | 76 | 0 | 1A | 0 | 36 | 12C | F | 28 |
| Octal | 166 | 127 | 166 | 0 | 32 | 0 | 66 | 454 | 17 | 50 |
| Binary | 1110110 | 1010111 | 1110110 | 0 | 11010 | 0 | 110110 | 100101100 | 1111 | 101000 |
Color Harmonies of #765776
Complementary color
Monochromatic Colors of #765776
Black with #765776
Text Example
Text Example
White with #765776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765776; }
p { color: rgb(118,87,118); }
H1.HeaderClassName
{
color: #765776;
}
.AnyTagClassName
{
color: #765776;
}
</style>
background-color css
<style>
a { background-color: #765776; }
a { background-color: rgb(118,87,118); }
div.DivClassName
{
background-color: #765776;
}
.BgClassName
{
background-color: #765776;
}
</style>
border-color css
<style>
span { border-color: #765776; }
span { border-color: rgb(118,87,118); }
td.TdClassName
{
border-color: #765776;
}
.TagClassName
{
border-color: #765776;
}
</style>