Shades of Trendy Pink #7F4F79
Tints of Trendy Pink #7F4F79
RGB
CMYK
RGB Variations
Color information
#7F4F79 (or 0x7F4F79) is known color: Trendy Pink. HEX triplet: 7F, 4F and 79. RGB value is (127,79,121). Sum of RGB (Red+Green+Blue) = 127+79+121=327 (43% of max value = 765). Red value is 127 (50% from 255 or 38.84% from 327); Green value is 79 (31.25% from 255 or 24.16% from 327); Blue value is 121 (47.66% from 255 or 37.00% from 327); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4F79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F4F79 is #80B086. Grayscale: #626262. Windows color (decimal): -8433799 or 7950207. OLE color: 7950207.
HSL color Cylindrical-coordinate representation of color #7F4F79: hue angle of 307.5º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7F4F79 is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 79 | 121 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.50 |
| HSL | 307.5º | 0.23% | 0.4% | - |
| HSV(B) | 307.5º | 0.38% | 0.5% | - |
| XYZ | 15 | 11.48 | 19.52 | - |
| YUV | 98.14 | 140.9 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 79 | 121 | 0 | 0.38 | 0.05 | 0.50 | 307.5 | 0.23 | 0.4 |
| Hex | 7F | 4F | 79 | 0 | 26 | 5 | 32 | 134 | 17 | 28 |
| Octal | 177 | 117 | 171 | 0 | 46 | 5 | 62 | 464 | 27 | 50 |
| Binary | 1111111 | 1001111 | 1111001 | 0 | 100110 | 101 | 110010 | 100110100 | 10111 | 101000 |
Color Harmonies of #7F4F79
Complementary color
Monochromatic Colors of #7F4F79
Black with #7F4F79
Text Example
Text Example
White with #7F4F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4F79; }
p { color: rgb(127,79,121); }
H1.HeaderClassName
{
color: #7F4F79;
}
.AnyTagClassName
{
color: #7F4F79;
}
</style>
background-color css
<style>
a { background-color: #7F4F79; }
a { background-color: rgb(127,79,121); }
div.DivClassName
{
background-color: #7F4F79;
}
.BgClassName
{
background-color: #7F4F79;
}
</style>
border-color css
<style>
span { border-color: #7F4F79; }
span { border-color: rgb(127,79,121); }
td.TdClassName
{
border-color: #7F4F79;
}
.TagClassName
{
border-color: #7F4F79;
}
</style>