Shades of Trendy Pink #7F4F72
Tints of Trendy Pink #7F4F72
RGB
CMYK
RGB Variations
Color information
#7F4F72 (or 0x7F4F72) is known color: Trendy Pink. HEX triplet: 7F, 4F and 72. RGB value is (127,79,114). Sum of RGB (Red+Green+Blue) = 127+79+114=320 (42% of max value = 765). Red value is 127 (50% from 255 or 39.69% from 320); Green value is 79 (31.25% from 255 or 24.69% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4F72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F4F72 is #80B08D. Grayscale: #616161. Windows color (decimal): -8433806 or 7491455. OLE color: 7491455.
HSL color Cylindrical-coordinate representation of color #7F4F72: hue angle of 316.25º 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 #7F4F72 is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 79 | 114 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.50 |
| HSL | 316.25º | 0.23% | 0.4% | - |
| HSV(B) | 316.25º | 0.38% | 0.5% | - |
| XYZ | 14.59 | 11.32 | 17.34 | - |
| YUV | 97.34 | 137.4 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 79 | 114 | 0 | 0.38 | 0.10 | 0.50 | 316.25 | 0.23 | 0.4 |
| Hex | 7F | 4F | 72 | 0 | 26 | A | 32 | 13C | 17 | 28 |
| Octal | 177 | 117 | 162 | 0 | 46 | 12 | 62 | 474 | 27 | 50 |
| Binary | 1111111 | 1001111 | 1110010 | 0 | 100110 | 1010 | 110010 | 100111100 | 10111 | 101000 |
Color Harmonies of #7F4F72
Complementary color
Monochromatic Colors of #7F4F72
Black with #7F4F72
Text Example
Text Example
White with #7F4F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4F72; }
p { color: rgb(127,79,114); }
H1.HeaderClassName
{
color: #7F4F72;
}
.AnyTagClassName
{
color: #7F4F72;
}
</style>
background-color css
<style>
a { background-color: #7F4F72; }
a { background-color: rgb(127,79,114); }
div.DivClassName
{
background-color: #7F4F72;
}
.BgClassName
{
background-color: #7F4F72;
}
</style>
border-color css
<style>
span { border-color: #7F4F72; }
span { border-color: rgb(127,79,114); }
td.TdClassName
{
border-color: #7F4F72;
}
.TagClassName
{
border-color: #7F4F72;
}
</style>