Shades of Trendy Pink #7C4D76
Tints of Trendy Pink #7C4D76
RGB
CMYK
RGB Variations
Color information
#7C4D76 (or 0x7C4D76) is known color: Trendy Pink. HEX triplet: 7C, 4D and 76. RGB value is (124,77,118). Sum of RGB (Red+Green+Blue) = 124+77+118=319 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.87% from 319); Green value is 77 (30.47% from 255 or 24.14% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C4D76 is #83B289. Grayscale: #5F5F5F. Windows color (decimal): -8630922 or 7753084. OLE color: 7753084.
HSL color Cylindrical-coordinate representation of color #7C4D76: hue angle of 307.66º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7C4D76 is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 77 | 118 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.51 |
| HSL | 307.66º | 0.23% | 0.39% | - |
| HSV(B) | 307.66º | 0.38% | 0.49% | - |
| XYZ | 14.24 | 10.9 | 18.49 | - |
| YUV | 95.73 | 140.57 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 77 | 118 | 0 | 0.38 | 0.05 | 0.51 | 307.66 | 0.23 | 0.39 |
| Hex | 7C | 4D | 76 | 0 | 26 | 5 | 33 | 134 | 17 | 27 |
| Octal | 174 | 115 | 166 | 0 | 46 | 5 | 63 | 464 | 27 | 47 |
| Binary | 1111100 | 1001101 | 1110110 | 0 | 100110 | 101 | 110011 | 100110100 | 10111 | 100111 |
Color Harmonies of #7C4D76
Complementary color
Monochromatic Colors of #7C4D76
Black with #7C4D76
Text Example
Text Example
White with #7C4D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4D76; }
p { color: rgb(124,77,118); }
H1.HeaderClassName
{
color: #7C4D76;
}
.AnyTagClassName
{
color: #7C4D76;
}
</style>
background-color css
<style>
a { background-color: #7C4D76; }
a { background-color: rgb(124,77,118); }
div.DivClassName
{
background-color: #7C4D76;
}
.BgClassName
{
background-color: #7C4D76;
}
</style>
border-color css
<style>
span { border-color: #7C4D76; }
span { border-color: rgb(124,77,118); }
td.TdClassName
{
border-color: #7C4D76;
}
.TagClassName
{
border-color: #7C4D76;
}
</style>