Shades of Trendy Pink #7C5676
Tints of Trendy Pink #7C5676
RGB
CMYK
RGB Variations
Color information
#7C5676 (or 0x7C5676) is known color: Trendy Pink. HEX triplet: 7C, 56 and 76. RGB value is (124,86,118). Sum of RGB (Red+Green+Blue) = 124+86+118=328 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.80% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 118 (46.48% from 255 or 35.98% from 328); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5676 is #83A989. Grayscale: #646464. Windows color (decimal): -8628618 or 7755388. OLE color: 7755388.
HSL color Cylindrical-coordinate representation of color #7C5676: hue angle of 309.47º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7C5676 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 86 | 118 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.51 |
| HSL | 309.47º | 0.18% | 0.41% | - |
| HSV(B) | 309.47º | 0.31% | 0.49% | - |
| XYZ | 14.91 | 12.25 | 18.72 | - |
| YUV | 101.01 | 137.59 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 86 | 118 | 0 | 0.31 | 0.05 | 0.51 | 309.47 | 0.18 | 0.41 |
| Hex | 7C | 56 | 76 | 0 | 1F | 5 | 33 | 135 | 12 | 29 |
| Octal | 174 | 126 | 166 | 0 | 37 | 5 | 63 | 465 | 22 | 51 |
| Binary | 1111100 | 1010110 | 1110110 | 0 | 11111 | 101 | 110011 | 100110101 | 10010 | 101001 |
Color Harmonies of #7C5676
Complementary color
Monochromatic Colors of #7C5676
Black with #7C5676
Text Example
Text Example
White with #7C5676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5676; }
p { color: rgb(124,86,118); }
H1.HeaderClassName
{
color: #7C5676;
}
.AnyTagClassName
{
color: #7C5676;
}
</style>
background-color css
<style>
a { background-color: #7C5676; }
a { background-color: rgb(124,86,118); }
div.DivClassName
{
background-color: #7C5676;
}
.BgClassName
{
background-color: #7C5676;
}
</style>
border-color css
<style>
span { border-color: #7C5676; }
span { border-color: rgb(124,86,118); }
td.TdClassName
{
border-color: #7C5676;
}
.TagClassName
{
border-color: #7C5676;
}
</style>