Shades of Trendy Pink #7C4D74
Tints of Trendy Pink #7C4D74
RGB
CMYK
RGB Variations
Color information
#7C4D74 (or 0x7C4D74) is known color: Trendy Pink. HEX triplet: 7C, 4D and 74. RGB value is (124,77,116). Sum of RGB (Red+Green+Blue) = 124+77+116=317 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.12% from 317); Green value is 77 (30.47% from 255 or 24.29% from 317); Blue value is 116 (45.70% from 255 or 36.59% from 317); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4D74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C4D74 is #83B28B. Grayscale: #5F5F5F. Windows color (decimal): -8630924 or 7622012. OLE color: 7622012.
HSL color Cylindrical-coordinate representation of color #7C4D74: hue angle of 310.21º 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 #7C4D74 is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 77 | 116 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.51 |
| HSL | 310.21º | 0.23% | 0.39% | - |
| HSV(B) | 310.21º | 0.38% | 0.49% | - |
| XYZ | 14.12 | 10.85 | 17.87 | - |
| YUV | 95.5 | 139.57 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 77 | 116 | 0 | 0.38 | 0.06 | 0.51 | 310.21 | 0.23 | 0.39 |
| Hex | 7C | 4D | 74 | 0 | 26 | 6 | 33 | 136 | 17 | 27 |
| Octal | 174 | 115 | 164 | 0 | 46 | 6 | 63 | 466 | 27 | 47 |
| Binary | 1111100 | 1001101 | 1110100 | 0 | 100110 | 110 | 110011 | 100110110 | 10111 | 100111 |
Color Harmonies of #7C4D74
Complementary color
Monochromatic Colors of #7C4D74
Black with #7C4D74
Text Example
Text Example
White with #7C4D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4D74; }
p { color: rgb(124,77,116); }
H1.HeaderClassName
{
color: #7C4D74;
}
.AnyTagClassName
{
color: #7C4D74;
}
</style>
background-color css
<style>
a { background-color: #7C4D74; }
a { background-color: rgb(124,77,116); }
div.DivClassName
{
background-color: #7C4D74;
}
.BgClassName
{
background-color: #7C4D74;
}
</style>
border-color css
<style>
span { border-color: #7C4D74; }
span { border-color: rgb(124,77,116); }
td.TdClassName
{
border-color: #7C4D74;
}
.TagClassName
{
border-color: #7C4D74;
}
</style>