Shades of Trendy Pink #7C497A
Tints of Trendy Pink #7C497A
RGB
CMYK
RGB Variations
Color information
#7C497A (or 0x7C497A) is known color: Trendy Pink. HEX triplet: 7C, 49 and 7A. RGB value is (124,73,122). Sum of RGB (Red+Green+Blue) = 124+73+122=319 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.87% from 319); Green value is 73 (28.91% from 255 or 22.88% from 319); Blue value is 122 (48.05% from 255 or 38.24% from 319); Max value from RGB is 124 - color contains mainly: red. Hex color #7C497A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C497A is #83B685. Grayscale: #5D5D5D. Windows color (decimal): -8631942 or 8014204. OLE color: 8014204.
HSL color Cylindrical-coordinate representation of color #7C497A: hue angle of 302.35º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7C497A is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 73 | 122 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.51 |
| HSL | 302.35º | 0.26% | 0.39% | - |
| HSV(B) | 302.35º | 0.41% | 0.49% | - |
| XYZ | 14.21 | 10.46 | 19.68 | - |
| YUV | 93.84 | 143.9 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 73 | 122 | 0 | 0.41 | 0.02 | 0.51 | 302.35 | 0.26 | 0.39 |
| Hex | 7C | 49 | 7A | 0 | 29 | 2 | 33 | 12E | 1A | 27 |
| Octal | 174 | 111 | 172 | 0 | 51 | 2 | 63 | 456 | 32 | 47 |
| Binary | 1111100 | 1001001 | 1111010 | 0 | 101001 | 10 | 110011 | 100101110 | 11010 | 100111 |
Color Harmonies of #7C497A
Complementary color
Monochromatic Colors of #7C497A
Black with #7C497A
Text Example
Text Example
White with #7C497A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C497A; }
p { color: rgb(124,73,122); }
H1.HeaderClassName
{
color: #7C497A;
}
.AnyTagClassName
{
color: #7C497A;
}
</style>
background-color css
<style>
a { background-color: #7C497A; }
a { background-color: rgb(124,73,122); }
div.DivClassName
{
background-color: #7C497A;
}
.BgClassName
{
background-color: #7C497A;
}
</style>
border-color css
<style>
span { border-color: #7C497A; }
span { border-color: rgb(124,73,122); }
td.TdClassName
{
border-color: #7C497A;
}
.TagClassName
{
border-color: #7C497A;
}
</style>