Shades of Trendy Pink #7C477A
Tints of Trendy Pink #7C477A
RGB
CMYK
RGB Variations
Color information
#7C477A (or 0x7C477A) is known color: Trendy Pink. HEX triplet: 7C, 47 and 7A. RGB value is (124,71,122). Sum of RGB (Red+Green+Blue) = 124+71+122=317 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.12% from 317); Green value is 71 (28.12% from 255 or 22.40% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 124 - color contains mainly: red. Hex color #7C477A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C477A is #83B885. Grayscale: #5C5C5C. Windows color (decimal): -8632454 or 8013692. OLE color: 8013692.
HSL color Cylindrical-coordinate representation of color #7C477A: hue angle of 302.26º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7C477A is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 71 | 122 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.51 |
| HSL | 302.26º | 0.27% | 0.38% | - |
| HSV(B) | 302.26º | 0.43% | 0.49% | - |
| XYZ | 14.08 | 10.2 | 19.64 | - |
| YUV | 92.66 | 144.56 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 71 | 122 | 0 | 0.43 | 0.02 | 0.51 | 302.26 | 0.27 | 0.38 |
| Hex | 7C | 47 | 7A | 0 | 2B | 2 | 33 | 12E | 1B | 26 |
| Octal | 174 | 107 | 172 | 0 | 53 | 2 | 63 | 456 | 33 | 46 |
| Binary | 1111100 | 1000111 | 1111010 | 0 | 101011 | 10 | 110011 | 100101110 | 11011 | 100110 |
Color Harmonies of #7C477A
Complementary color
Monochromatic Colors of #7C477A
Black with #7C477A
Text Example
Text Example
White with #7C477A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C477A; }
p { color: rgb(124,71,122); }
H1.HeaderClassName
{
color: #7C477A;
}
.AnyTagClassName
{
color: #7C477A;
}
</style>
background-color css
<style>
a { background-color: #7C477A; }
a { background-color: rgb(124,71,122); }
div.DivClassName
{
background-color: #7C477A;
}
.BgClassName
{
background-color: #7C477A;
}
</style>
border-color css
<style>
span { border-color: #7C477A; }
span { border-color: rgb(124,71,122); }
td.TdClassName
{
border-color: #7C477A;
}
.TagClassName
{
border-color: #7C477A;
}
</style>