Shades of Trendy Pink #7C4F7A
Tints of Trendy Pink #7C4F7A
RGB
CMYK
RGB Variations
Color information
#7C4F7A (or 0x7C4F7A) is known color: Trendy Pink. HEX triplet: 7C, 4F and 7A. RGB value is (124,79,122). Sum of RGB (Red+Green+Blue) = 124+79+122=325 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.15% from 325); Green value is 79 (31.25% from 255 or 24.31% from 325); Blue value is 122 (48.05% from 255 or 37.54% from 325); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4F7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C4F7A is #83B085. Grayscale: #616161. Windows color (decimal): -8630406 or 8015740. OLE color: 8015740.
HSL color Cylindrical-coordinate representation of color #7C4F7A: hue angle of 302.67º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7C4F7A is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 79 | 122 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.51 |
| HSL | 302.67º | 0.22% | 0.4% | - |
| HSV(B) | 302.67º | 0.36% | 0.49% | - |
| XYZ | 14.62 | 11.28 | 19.82 | - |
| YUV | 97.36 | 141.91 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 79 | 122 | 0 | 0.36 | 0.02 | 0.51 | 302.67 | 0.22 | 0.4 |
| Hex | 7C | 4F | 7A | 0 | 24 | 2 | 33 | 12F | 16 | 28 |
| Octal | 174 | 117 | 172 | 0 | 44 | 2 | 63 | 457 | 26 | 50 |
| Binary | 1111100 | 1001111 | 1111010 | 0 | 100100 | 10 | 110011 | 100101111 | 10110 | 101000 |
Color Harmonies of #7C4F7A
Complementary color
Monochromatic Colors of #7C4F7A
Black with #7C4F7A
Text Example
Text Example
White with #7C4F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4F7A; }
p { color: rgb(124,79,122); }
H1.HeaderClassName
{
color: #7C4F7A;
}
.AnyTagClassName
{
color: #7C4F7A;
}
</style>
background-color css
<style>
a { background-color: #7C4F7A; }
a { background-color: rgb(124,79,122); }
div.DivClassName
{
background-color: #7C4F7A;
}
.BgClassName
{
background-color: #7C4F7A;
}
</style>
border-color css
<style>
span { border-color: #7C4F7A; }
span { border-color: rgb(124,79,122); }
td.TdClassName
{
border-color: #7C4F7A;
}
.TagClassName
{
border-color: #7C4F7A;
}
</style>