Shades of Trendy Pink #7F4C72
Tints of Trendy Pink #7F4C72
RGB
CMYK
RGB Variations
Color information
#7F4C72 (or 0x7F4C72) is known color: Trendy Pink. HEX triplet: 7F, 4C and 72. RGB value is (127,76,114). Sum of RGB (Red+Green+Blue) = 127+76+114=317 (41% of max value = 765). Red value is 127 (50% from 255 or 40.06% from 317); Green value is 76 (30.08% from 255 or 23.97% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4C72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F4C72 is #80B38D. Grayscale: #5F5F5F. Windows color (decimal): -8434574 or 7490687. OLE color: 7490687.
HSL color Cylindrical-coordinate representation of color #7F4C72: hue angle of 315.29º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7F4C72 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 76 | 114 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.50 |
| HSL | 315.29º | 0.25% | 0.4% | - |
| HSV(B) | 315.29º | 0.4% | 0.5% | - |
| XYZ | 14.37 | 10.9 | 17.27 | - |
| YUV | 95.58 | 138.4 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 76 | 114 | 0 | 0.40 | 0.10 | 0.50 | 315.29 | 0.25 | 0.4 |
| Hex | 7F | 4C | 72 | 0 | 28 | A | 32 | 13B | 19 | 28 |
| Octal | 177 | 114 | 162 | 0 | 50 | 12 | 62 | 473 | 31 | 50 |
| Binary | 1111111 | 1001100 | 1110010 | 0 | 101000 | 1010 | 110010 | 100111011 | 11001 | 101000 |
Color Harmonies of #7F4C72
Complementary color
Monochromatic Colors of #7F4C72
Black with #7F4C72
Text Example
Text Example
White with #7F4C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4C72; }
p { color: rgb(127,76,114); }
H1.HeaderClassName
{
color: #7F4C72;
}
.AnyTagClassName
{
color: #7F4C72;
}
</style>
background-color css
<style>
a { background-color: #7F4C72; }
a { background-color: rgb(127,76,114); }
div.DivClassName
{
background-color: #7F4C72;
}
.BgClassName
{
background-color: #7F4C72;
}
</style>
border-color css
<style>
span { border-color: #7F4C72; }
span { border-color: rgb(127,76,114); }
td.TdClassName
{
border-color: #7F4C72;
}
.TagClassName
{
border-color: #7F4C72;
}
</style>