Shades of Trendy Pink #7C5276
Tints of Trendy Pink #7C5276
RGB
CMYK
RGB Variations
Color information
#7C5276 (or 0x7C5276) is known color: Trendy Pink. HEX triplet: 7C, 52 and 76. RGB value is (124,82,118). Sum of RGB (Red+Green+Blue) = 124+82+118=324 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.27% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 118 (46.48% from 255 or 36.42% from 324); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5276 is #83AD89. Grayscale: #626262. Windows color (decimal): -8629642 or 7754364. OLE color: 7754364.
HSL color Cylindrical-coordinate representation of color #7C5276: hue angle of 308.57º 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 #7C5276 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 82 | 118 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.51 |
| HSL | 308.57º | 0.2% | 0.4% | - |
| HSV(B) | 308.57º | 0.34% | 0.49% | - |
| XYZ | 14.6 | 11.63 | 18.61 | - |
| YUV | 98.66 | 138.91 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 82 | 118 | 0 | 0.34 | 0.05 | 0.51 | 308.57 | 0.2 | 0.4 |
| Hex | 7C | 52 | 76 | 0 | 22 | 5 | 33 | 135 | 14 | 28 |
| Octal | 174 | 122 | 166 | 0 | 42 | 5 | 63 | 465 | 24 | 50 |
| Binary | 1111100 | 1010010 | 1110110 | 0 | 100010 | 101 | 110011 | 100110101 | 10100 | 101000 |
Color Harmonies of #7C5276
Complementary color
Monochromatic Colors of #7C5276
Black with #7C5276
Text Example
Text Example
White with #7C5276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5276; }
p { color: rgb(124,82,118); }
H1.HeaderClassName
{
color: #7C5276;
}
.AnyTagClassName
{
color: #7C5276;
}
</style>
background-color css
<style>
a { background-color: #7C5276; }
a { background-color: rgb(124,82,118); }
div.DivClassName
{
background-color: #7C5276;
}
.BgClassName
{
background-color: #7C5276;
}
</style>
border-color css
<style>
span { border-color: #7C5276; }
span { border-color: rgb(124,82,118); }
td.TdClassName
{
border-color: #7C5276;
}
.TagClassName
{
border-color: #7C5276;
}
</style>