Shades of Trendy Pink #764E73
Tints of Trendy Pink #764E73
RGB
CMYK
RGB Variations
Color information
#764E73 (or 0x764E73) is known color: Trendy Pink. HEX triplet: 76, 4E and 73. RGB value is (118,78,115). Sum of RGB (Red+Green+Blue) = 118+78+115=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 78 (30.86% from 255 or 25.08% from 311); Blue value is 115 (45.31% from 255 or 36.98% from 311); Max value from RGB is 118 - color contains mainly: red. Hex color #764E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764E73 is #89B18C. Grayscale: #5E5E5E. Windows color (decimal): -9023885 or 7556726. OLE color: 7556726.
HSL color Cylindrical-coordinate representation of color #764E73: hue angle of 304.5º 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 #764E73 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 78 | 115 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.54 |
| HSL | 304.5º | 0.2% | 0.38% | - |
| HSV(B) | 304.5º | 0.34% | 0.46% | - |
| XYZ | 13.29 | 10.54 | 17.55 | - |
| YUV | 94.18 | 139.75 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 78 | 115 | 0 | 0.34 | 0.03 | 0.54 | 304.5 | 0.2 | 0.38 |
| Hex | 76 | 4E | 73 | 0 | 22 | 3 | 36 | 130 | 14 | 26 |
| Octal | 166 | 116 | 163 | 0 | 42 | 3 | 66 | 460 | 24 | 46 |
| Binary | 1110110 | 1001110 | 1110011 | 0 | 100010 | 11 | 110110 | 100110000 | 10100 | 100110 |
Color Harmonies of #764E73
Complementary color
Monochromatic Colors of #764E73
Black with #764E73
Text Example
Text Example
White with #764E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764E73; }
p { color: rgb(118,78,115); }
H1.HeaderClassName
{
color: #764E73;
}
.AnyTagClassName
{
color: #764E73;
}
</style>
background-color css
<style>
a { background-color: #764E73; }
a { background-color: rgb(118,78,115); }
div.DivClassName
{
background-color: #764E73;
}
.BgClassName
{
background-color: #764E73;
}
</style>
border-color css
<style>
span { border-color: #764E73; }
span { border-color: rgb(118,78,115); }
td.TdClassName
{
border-color: #764E73;
}
.TagClassName
{
border-color: #764E73;
}
</style>