Shades of Trendy Pink #764D74
Tints of Trendy Pink #764D74
RGB
CMYK
RGB Variations
Color information
#764D74 (or 0x764D74) is known color: Trendy Pink. HEX triplet: 76, 4D and 74. RGB value is (118,77,116). Sum of RGB (Red+Green+Blue) = 118+77+116=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 77 (30.47% from 255 or 24.76% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 118 - color contains mainly: red. Hex color #764D74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764D74 is #89B28B. Grayscale: #5D5D5D. Windows color (decimal): -9024140 or 7622006. OLE color: 7622006.
HSL color Cylindrical-coordinate representation of color #764D74: hue angle of 302.93º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #764D74 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 77 | 116 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.54 |
| HSL | 302.93º | 0.21% | 0.38% | - |
| HSV(B) | 302.93º | 0.35% | 0.46% | - |
| XYZ | 13.28 | 10.42 | 17.83 | - |
| YUV | 93.71 | 140.58 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 77 | 116 | 0 | 0.35 | 0.02 | 0.54 | 302.93 | 0.21 | 0.38 |
| Hex | 76 | 4D | 74 | 0 | 23 | 2 | 36 | 12F | 15 | 26 |
| Octal | 166 | 115 | 164 | 0 | 43 | 2 | 66 | 457 | 25 | 46 |
| Binary | 1110110 | 1001101 | 1110100 | 0 | 100011 | 10 | 110110 | 100101111 | 10101 | 100110 |
Color Harmonies of #764D74
Complementary color
Monochromatic Colors of #764D74
Black with #764D74
Text Example
Text Example
White with #764D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764D74; }
p { color: rgb(118,77,116); }
H1.HeaderClassName
{
color: #764D74;
}
.AnyTagClassName
{
color: #764D74;
}
</style>
background-color css
<style>
a { background-color: #764D74; }
a { background-color: rgb(118,77,116); }
div.DivClassName
{
background-color: #764D74;
}
.BgClassName
{
background-color: #764D74;
}
</style>
border-color css
<style>
span { border-color: #764D74; }
span { border-color: rgb(118,77,116); }
td.TdClassName
{
border-color: #764D74;
}
.TagClassName
{
border-color: #764D74;
}
</style>