Shades of Trendy Pink #764E74
Tints of Trendy Pink #764E74
RGB
CMYK
RGB Variations
Color information
#764E74 (or 0x764E74) is known color: Trendy Pink. HEX triplet: 76, 4E and 74. RGB value is (118,78,116). Sum of RGB (Red+Green+Blue) = 118+78+116=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 78 (30.86% from 255 or 25% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 118 - color contains mainly: red. Hex color #764E74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764E74 is #89B18B. Grayscale: #5E5E5E. Windows color (decimal): -9023884 or 7622262. OLE color: 7622262.
HSL color Cylindrical-coordinate representation of color #764E74: hue angle of 303º 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 #764E74 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 78 | 116 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.54 |
| HSL | 303º | 0.2% | 0.38% | - |
| HSV(B) | 303º | 0.34% | 0.46% | - |
| XYZ | 13.35 | 10.56 | 17.86 | - |
| YUV | 94.29 | 140.25 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 78 | 116 | 0 | 0.34 | 0.02 | 0.54 | 303 | 0.2 | 0.38 |
| Hex | 76 | 4E | 74 | 0 | 22 | 2 | 36 | 12F | 14 | 26 |
| Octal | 166 | 116 | 164 | 0 | 42 | 2 | 66 | 457 | 24 | 46 |
| Binary | 1110110 | 1001110 | 1110100 | 0 | 100010 | 10 | 110110 | 100101111 | 10100 | 100110 |
Color Harmonies of #764E74
Complementary color
Monochromatic Colors of #764E74
Black with #764E74
Text Example
Text Example
White with #764E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764E74; }
p { color: rgb(118,78,116); }
H1.HeaderClassName
{
color: #764E74;
}
.AnyTagClassName
{
color: #764E74;
}
</style>
background-color css
<style>
a { background-color: #764E74; }
a { background-color: rgb(118,78,116); }
div.DivClassName
{
background-color: #764E74;
}
.BgClassName
{
background-color: #764E74;
}
</style>
border-color css
<style>
span { border-color: #764E74; }
span { border-color: rgb(118,78,116); }
td.TdClassName
{
border-color: #764E74;
}
.TagClassName
{
border-color: #764E74;
}
</style>