Shades of Trendy Pink #7C5072
Tints of Trendy Pink #7C5072
RGB
CMYK
RGB Variations
Color information
#7C5072 (or 0x7C5072) is known color: Trendy Pink. HEX triplet: 7C, 50 and 72. RGB value is (124,80,114). Sum of RGB (Red+Green+Blue) = 124+80+114=318 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.99% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5072 is #83AF8D. Grayscale: #606060. Windows color (decimal): -8630158 or 7491708. OLE color: 7491708.
HSL color Cylindrical-coordinate representation of color #7C5072: hue angle of 313.64º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7C5072 is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 80 | 114 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.51 |
| HSL | 313.64º | 0.22% | 0.4% | - |
| HSV(B) | 313.64º | 0.35% | 0.49% | - |
| XYZ | 14.22 | 11.24 | 17.34 | - |
| YUV | 97.03 | 137.58 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 80 | 114 | 0 | 0.35 | 0.08 | 0.51 | 313.64 | 0.22 | 0.4 |
| Hex | 7C | 50 | 72 | 0 | 23 | 8 | 33 | 13A | 16 | 28 |
| Octal | 174 | 120 | 162 | 0 | 43 | 10 | 63 | 472 | 26 | 50 |
| Binary | 1111100 | 1010000 | 1110010 | 0 | 100011 | 1000 | 110011 | 100111010 | 10110 | 101000 |
Color Harmonies of #7C5072
Complementary color
Monochromatic Colors of #7C5072
Black with #7C5072
Text Example
Text Example
White with #7C5072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5072; }
p { color: rgb(124,80,114); }
H1.HeaderClassName
{
color: #7C5072;
}
.AnyTagClassName
{
color: #7C5072;
}
</style>
background-color css
<style>
a { background-color: #7C5072; }
a { background-color: rgb(124,80,114); }
div.DivClassName
{
background-color: #7C5072;
}
.BgClassName
{
background-color: #7C5072;
}
</style>
border-color css
<style>
span { border-color: #7C5072; }
span { border-color: rgb(124,80,114); }
td.TdClassName
{
border-color: #7C5072;
}
.TagClassName
{
border-color: #7C5072;
}
</style>