Shades of Trendy Pink #7D4774
Tints of Trendy Pink #7D4774
RGB
CMYK
RGB Variations
Color information
#7D4774 (or 0x7D4774) is known color: Trendy Pink. HEX triplet: 7D, 47 and 74. RGB value is (125,71,116). Sum of RGB (Red+Green+Blue) = 125+71+116=312 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.06% from 312); Green value is 71 (28.12% from 255 or 22.76% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4774 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D4774 is #82B88B. Grayscale: #5C5C5C. Windows color (decimal): -8566924 or 7620477. OLE color: 7620477.
HSL color Cylindrical-coordinate representation of color #7D4774: hue angle of 310º degrees, saturation: 0.28, 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 #7D4774 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 71 | 116 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.51 |
| HSL | 310º | 0.28% | 0.38% | - |
| HSV(B) | 310º | 0.43% | 0.49% | - |
| XYZ | 13.86 | 10.13 | 17.75 | - |
| YUV | 92.28 | 141.39 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 71 | 116 | 0 | 0.43 | 0.07 | 0.51 | 310 | 0.28 | 0.38 |
| Hex | 7D | 47 | 74 | 0 | 2B | 7 | 33 | 136 | 1C | 26 |
| Octal | 175 | 107 | 164 | 0 | 53 | 7 | 63 | 466 | 34 | 46 |
| Binary | 1111101 | 1000111 | 1110100 | 0 | 101011 | 111 | 110011 | 100110110 | 11100 | 100110 |
Color Harmonies of #7D4774
Complementary color
Monochromatic Colors of #7D4774
Black with #7D4774
Text Example
Text Example
White with #7D4774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4774; }
p { color: rgb(125,71,116); }
H1.HeaderClassName
{
color: #7D4774;
}
.AnyTagClassName
{
color: #7D4774;
}
</style>
background-color css
<style>
a { background-color: #7D4774; }
a { background-color: rgb(125,71,116); }
div.DivClassName
{
background-color: #7D4774;
}
.BgClassName
{
background-color: #7D4774;
}
</style>
border-color css
<style>
span { border-color: #7D4774; }
span { border-color: rgb(125,71,116); }
td.TdClassName
{
border-color: #7D4774;
}
.TagClassName
{
border-color: #7D4774;
}
</style>