Shades of Trendy Pink #7D4776
Tints of Trendy Pink #7D4776
RGB
CMYK
RGB Variations
Color information
#7D4776 (or 0x7D4776) is known color: Trendy Pink. HEX triplet: 7D, 47 and 76. RGB value is (125,71,118). Sum of RGB (Red+Green+Blue) = 125+71+118=314 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.81% from 314); Green value is 71 (28.12% from 255 or 22.61% from 314); Blue value is 118 (46.48% from 255 or 37.58% from 314); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4776 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D4776 is #82B889. Grayscale: #5C5C5C. Windows color (decimal): -8566922 or 7751549. OLE color: 7751549.
HSL color Cylindrical-coordinate representation of color #7D4776: hue angle of 307.78º 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 #7D4776 is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 71 | 118 | - |
| CMYK | 0 | 0.43 | 0.06 | 0.51 |
| HSL | 307.78º | 0.28% | 0.38% | - |
| HSV(B) | 307.78º | 0.43% | 0.49% | - |
| XYZ | 13.98 | 10.17 | 18.37 | - |
| YUV | 92.5 | 142.39 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 71 | 118 | 0 | 0.43 | 0.06 | 0.51 | 307.78 | 0.28 | 0.38 |
| Hex | 7D | 47 | 76 | 0 | 2B | 6 | 33 | 134 | 1C | 26 |
| Octal | 175 | 107 | 166 | 0 | 53 | 6 | 63 | 464 | 34 | 46 |
| Binary | 1111101 | 1000111 | 1110110 | 0 | 101011 | 110 | 110011 | 100110100 | 11100 | 100110 |
Color Harmonies of #7D4776
Complementary color
Monochromatic Colors of #7D4776
Black with #7D4776
Text Example
Text Example
White with #7D4776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4776; }
p { color: rgb(125,71,118); }
H1.HeaderClassName
{
color: #7D4776;
}
.AnyTagClassName
{
color: #7D4776;
}
</style>
background-color css
<style>
a { background-color: #7D4776; }
a { background-color: rgb(125,71,118); }
div.DivClassName
{
background-color: #7D4776;
}
.BgClassName
{
background-color: #7D4776;
}
</style>
border-color css
<style>
span { border-color: #7D4776; }
span { border-color: rgb(125,71,118); }
td.TdClassName
{
border-color: #7D4776;
}
.TagClassName
{
border-color: #7D4776;
}
</style>