Shades of Trendy Pink #7C4A73
Tints of Trendy Pink #7C4A73
RGB
CMYK
RGB Variations
Color information
#7C4A73 (or 0x7C4A73) is known color: Trendy Pink. HEX triplet: 7C, 4A and 73. RGB value is (124,74,115). Sum of RGB (Red+Green+Blue) = 124+74+115=313 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.62% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4A73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4A73 is #83B58C. Grayscale: #5D5D5D. Windows color (decimal): -8631693 or 7555708. OLE color: 7555708.
HSL color Cylindrical-coordinate representation of color #7C4A73: hue angle of 310.8º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C4A73 is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 74 | 115 | - |
| CMYK | 0 | 0.40 | 0.07 | 0.51 |
| HSL | 310.8º | 0.25% | 0.39% | - |
| HSV(B) | 310.8º | 0.4% | 0.49% | - |
| XYZ | 13.86 | 10.42 | 17.5 | - |
| YUV | 93.62 | 140.07 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 74 | 115 | 0 | 0.40 | 0.07 | 0.51 | 310.8 | 0.25 | 0.39 |
| Hex | 7C | 4A | 73 | 0 | 28 | 7 | 33 | 137 | 19 | 27 |
| Octal | 174 | 112 | 163 | 0 | 50 | 7 | 63 | 467 | 31 | 47 |
| Binary | 1111100 | 1001010 | 1110011 | 0 | 101000 | 111 | 110011 | 100110111 | 11001 | 100111 |
Color Harmonies of #7C4A73
Complementary color
Monochromatic Colors of #7C4A73
Black with #7C4A73
Text Example
Text Example
White with #7C4A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4A73; }
p { color: rgb(124,74,115); }
H1.HeaderClassName
{
color: #7C4A73;
}
.AnyTagClassName
{
color: #7C4A73;
}
</style>
background-color css
<style>
a { background-color: #7C4A73; }
a { background-color: rgb(124,74,115); }
div.DivClassName
{
background-color: #7C4A73;
}
.BgClassName
{
background-color: #7C4A73;
}
</style>
border-color css
<style>
span { border-color: #7C4A73; }
span { border-color: rgb(124,74,115); }
td.TdClassName
{
border-color: #7C4A73;
}
.TagClassName
{
border-color: #7C4A73;
}
</style>