Shades of Trendy Pink #764E76
Tints of Trendy Pink #764E76
RGB
CMYK
RGB Variations
Color information
#764E76 (or 0x764E76) is known color: Trendy Pink. HEX triplet: 76, 4E and 76. RGB value is (118,78,118). Sum of RGB (Red+Green+Blue) = 118+78+118=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 118 (46.48% from 255 or 37.58% from 314); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #764E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764E76 is #89B189. Grayscale: #5E5E5E. Windows color (decimal): -9023882 or 7753334. OLE color: 7753334.
HSL color Cylindrical-coordinate representation of color #764E76: hue angle of 300º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #764E76 is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 78 | 118 | - |
| CMYK | 0 | 0.34 | 0 | 0.54 |
| HSL | 300º | 0.2% | 0.38% | - |
| HSV(B) | 300º | 0.34% | 0.46% | - |
| XYZ | 13.47 | 10.61 | 18.48 | - |
| YUV | 94.52 | 141.25 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 78 | 118 | 0 | 0.34 | 0 | 0.54 | 300 | 0.2 | 0.38 |
| Hex | 76 | 4E | 76 | 0 | 22 | 0 | 36 | 12C | 14 | 26 |
| Octal | 166 | 116 | 166 | 0 | 42 | 0 | 66 | 454 | 24 | 46 |
| Binary | 1110110 | 1001110 | 1110110 | 0 | 100010 | 0 | 110110 | 100101100 | 10100 | 100110 |
Color Harmonies of #764E76
Complementary color
Monochromatic Colors of #764E76
Black with #764E76
Text Example
Text Example
White with #764E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764E76; }
p { color: rgb(118,78,118); }
H1.HeaderClassName
{
color: #764E76;
}
.AnyTagClassName
{
color: #764E76;
}
</style>
background-color css
<style>
a { background-color: #764E76; }
a { background-color: rgb(118,78,118); }
div.DivClassName
{
background-color: #764E76;
}
.BgClassName
{
background-color: #764E76;
}
</style>
border-color css
<style>
span { border-color: #764E76; }
span { border-color: rgb(118,78,118); }
td.TdClassName
{
border-color: #764E76;
}
.TagClassName
{
border-color: #764E76;
}
</style>