Shades of Trendy Pink #764C72
Tints of Trendy Pink #764C72
RGB
CMYK
RGB Variations
Color information
#764C72 (or 0x764C72) is known color: Trendy Pink. HEX triplet: 76, 4C and 72. RGB value is (118,76,114). Sum of RGB (Red+Green+Blue) = 118+76+114=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 76 (30.08% from 255 or 24.68% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 118 - color contains mainly: red. Hex color #764C72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764C72 is #89B38D. Grayscale: #5C5C5C. Windows color (decimal): -9024398 or 7490678. OLE color: 7490678.
HSL color Cylindrical-coordinate representation of color #764C72: hue angle of 305.71º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #764C72 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 76 | 114 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.54 |
| HSL | 305.71º | 0.22% | 0.38% | - |
| HSV(B) | 305.71º | 0.36% | 0.46% | - |
| XYZ | 13.09 | 10.24 | 17.21 | - |
| YUV | 92.89 | 139.91 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 76 | 114 | 0 | 0.36 | 0.03 | 0.54 | 305.71 | 0.22 | 0.38 |
| Hex | 76 | 4C | 72 | 0 | 24 | 3 | 36 | 132 | 16 | 26 |
| Octal | 166 | 114 | 162 | 0 | 44 | 3 | 66 | 462 | 26 | 46 |
| Binary | 1110110 | 1001100 | 1110010 | 0 | 100100 | 11 | 110110 | 100110010 | 10110 | 100110 |
Color Harmonies of #764C72
Complementary color
Monochromatic Colors of #764C72
Black with #764C72
Text Example
Text Example
White with #764C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764C72; }
p { color: rgb(118,76,114); }
H1.HeaderClassName
{
color: #764C72;
}
.AnyTagClassName
{
color: #764C72;
}
</style>
background-color css
<style>
a { background-color: #764C72; }
a { background-color: rgb(118,76,114); }
div.DivClassName
{
background-color: #764C72;
}
.BgClassName
{
background-color: #764C72;
}
</style>
border-color css
<style>
span { border-color: #764C72; }
span { border-color: rgb(118,76,114); }
td.TdClassName
{
border-color: #764C72;
}
.TagClassName
{
border-color: #764C72;
}
</style>