Shades of Trendy Pink #7C4774
Tints of Trendy Pink #7C4774
RGB
CMYK
RGB Variations
Color information
#7C4774 (or 0x7C4774) is known color: Trendy Pink. HEX triplet: 7C, 47 and 74. RGB value is (124,71,116). Sum of RGB (Red+Green+Blue) = 124+71+116=311 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.87% from 311); Green value is 71 (28.12% from 255 or 22.83% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4774 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4774 is #83B88B. Grayscale: #5B5B5B. Windows color (decimal): -8632460 or 7620476. OLE color: 7620476.
HSL color Cylindrical-coordinate representation of color #7C4774: hue angle of 309.06º 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 #7C4774 is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 71 | 116 | - |
| CMYK | 0 | 0.43 | 0.06 | 0.51 |
| HSL | 309.06º | 0.27% | 0.38% | - |
| HSV(B) | 309.06º | 0.43% | 0.49% | - |
| XYZ | 13.72 | 10.05 | 17.74 | - |
| YUV | 91.98 | 141.56 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 71 | 116 | 0 | 0.43 | 0.06 | 0.51 | 309.06 | 0.27 | 0.38 |
| Hex | 7C | 47 | 74 | 0 | 2B | 6 | 33 | 135 | 1B | 26 |
| Octal | 174 | 107 | 164 | 0 | 53 | 6 | 63 | 465 | 33 | 46 |
| Binary | 1111100 | 1000111 | 1110100 | 0 | 101011 | 110 | 110011 | 100110101 | 11011 | 100110 |
Color Harmonies of #7C4774
Complementary color
Monochromatic Colors of #7C4774
Black with #7C4774
Text Example
Text Example
White with #7C4774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4774; }
p { color: rgb(124,71,116); }
H1.HeaderClassName
{
color: #7C4774;
}
.AnyTagClassName
{
color: #7C4774;
}
</style>
background-color css
<style>
a { background-color: #7C4774; }
a { background-color: rgb(124,71,116); }
div.DivClassName
{
background-color: #7C4774;
}
.BgClassName
{
background-color: #7C4774;
}
</style>
border-color css
<style>
span { border-color: #7C4774; }
span { border-color: rgb(124,71,116); }
td.TdClassName
{
border-color: #7C4774;
}
.TagClassName
{
border-color: #7C4774;
}
</style>