Shades of Trendy Pink #7F5C79
Tints of Trendy Pink #7F5C79
RGB
CMYK
RGB Variations
Color information
#7F5C79 (or 0x7F5C79) is known color: Trendy Pink. HEX triplet: 7F, 5C and 79. RGB value is (127,92,121). Sum of RGB (Red+Green+Blue) = 127+92+121=340 (45% of max value = 765). Red value is 127 (50% from 255 or 37.35% from 340); Green value is 92 (36.33% from 255 or 27.06% from 340); Blue value is 121 (47.66% from 255 or 35.59% from 340); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5C79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5C79 is #80A386. Grayscale: #696969. Windows color (decimal): -8430471 or 7953535. OLE color: 7953535.
HSL color Cylindrical-coordinate representation of color #7F5C79: hue angle of 310.29º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7F5C79 is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 92 | 121 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.50 |
| HSL | 310.29º | 0.16% | 0.43% | - |
| HSV(B) | 310.29º | 0.28% | 0.5% | - |
| XYZ | 16.03 | 13.55 | 19.86 | - |
| YUV | 105.77 | 136.6 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 92 | 121 | 0 | 0.28 | 0.05 | 0.50 | 310.29 | 0.16 | 0.43 |
| Hex | 7F | 5C | 79 | 0 | 1C | 5 | 32 | 136 | 10 | 2B |
| Octal | 177 | 134 | 171 | 0 | 34 | 5 | 62 | 466 | 20 | 53 |
| Binary | 1111111 | 1011100 | 1111001 | 0 | 11100 | 101 | 110010 | 100110110 | 10000 | 101011 |
Color Harmonies of #7F5C79
Complementary color
Monochromatic Colors of #7F5C79
Black with #7F5C79
Text Example
Text Example
White with #7F5C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5C79; }
p { color: rgb(127,92,121); }
H1.HeaderClassName
{
color: #7F5C79;
}
.AnyTagClassName
{
color: #7F5C79;
}
</style>
background-color css
<style>
a { background-color: #7F5C79; }
a { background-color: rgb(127,92,121); }
div.DivClassName
{
background-color: #7F5C79;
}
.BgClassName
{
background-color: #7F5C79;
}
</style>
border-color css
<style>
span { border-color: #7F5C79; }
span { border-color: rgb(127,92,121); }
td.TdClassName
{
border-color: #7F5C79;
}
.TagClassName
{
border-color: #7F5C79;
}
</style>