Shades of Trendy Pink #7C5272
Tints of Trendy Pink #7C5272
RGB
CMYK
RGB Variations
Color information
#7C5272 (or 0x7C5272) is known color: Trendy Pink. HEX triplet: 7C, 52 and 72. RGB value is (124,82,114). Sum of RGB (Red+Green+Blue) = 124+82+114=320 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.75% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5272 is #83AD8D. Grayscale: #626262. Windows color (decimal): -8629646 or 7492220. OLE color: 7492220.
HSL color Cylindrical-coordinate representation of color #7C5272: hue angle of 314.29º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7C5272 is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 82 | 114 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.51 |
| HSL | 314.29º | 0.2% | 0.4% | - |
| HSV(B) | 314.29º | 0.34% | 0.49% | - |
| XYZ | 14.37 | 11.53 | 17.39 | - |
| YUV | 98.21 | 136.91 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 82 | 114 | 0 | 0.34 | 0.08 | 0.51 | 314.29 | 0.2 | 0.4 |
| Hex | 7C | 52 | 72 | 0 | 22 | 8 | 33 | 13A | 14 | 28 |
| Octal | 174 | 122 | 162 | 0 | 42 | 10 | 63 | 472 | 24 | 50 |
| Binary | 1111100 | 1010010 | 1110010 | 0 | 100010 | 1000 | 110011 | 100111010 | 10100 | 101000 |
Color Harmonies of #7C5272
Complementary color
Monochromatic Colors of #7C5272
Black with #7C5272
Text Example
Text Example
White with #7C5272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5272; }
p { color: rgb(124,82,114); }
H1.HeaderClassName
{
color: #7C5272;
}
.AnyTagClassName
{
color: #7C5272;
}
</style>
background-color css
<style>
a { background-color: #7C5272; }
a { background-color: rgb(124,82,114); }
div.DivClassName
{
background-color: #7C5272;
}
.BgClassName
{
background-color: #7C5272;
}
</style>
border-color css
<style>
span { border-color: #7C5272; }
span { border-color: rgb(124,82,114); }
td.TdClassName
{
border-color: #7C5272;
}
.TagClassName
{
border-color: #7C5272;
}
</style>