Shades of Trendy Pink #7D4777
Tints of Trendy Pink #7D4777
RGB
CMYK
RGB Variations
Color information
#7D4777 (or 0x7D4777) is known color: Trendy Pink. HEX triplet: 7D, 47 and 77. RGB value is (125,71,119). Sum of RGB (Red+Green+Blue) = 125+71+119=315 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.68% from 315); Green value is 71 (28.12% from 255 or 22.54% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4777 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D4777 is #82B888. Grayscale: #5C5C5C. Windows color (decimal): -8566921 or 7817085. OLE color: 7817085.
HSL color Cylindrical-coordinate representation of color #7D4777: hue angle of 306.67º 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 #7D4777 is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 71 | 119 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.51 |
| HSL | 306.67º | 0.28% | 0.38% | - |
| HSV(B) | 306.67º | 0.43% | 0.49% | - |
| XYZ | 14.04 | 10.2 | 18.68 | - |
| YUV | 92.62 | 142.89 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 71 | 119 | 0 | 0.43 | 0.05 | 0.51 | 306.67 | 0.28 | 0.38 |
| Hex | 7D | 47 | 77 | 0 | 2B | 5 | 33 | 133 | 1C | 26 |
| Octal | 175 | 107 | 167 | 0 | 53 | 5 | 63 | 463 | 34 | 46 |
| Binary | 1111101 | 1000111 | 1110111 | 0 | 101011 | 101 | 110011 | 100110011 | 11100 | 100110 |
Color Harmonies of #7D4777
Complementary color
Monochromatic Colors of #7D4777
Black with #7D4777
Text Example
Text Example
White with #7D4777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4777; }
p { color: rgb(125,71,119); }
H1.HeaderClassName
{
color: #7D4777;
}
.AnyTagClassName
{
color: #7D4777;
}
</style>
background-color css
<style>
a { background-color: #7D4777; }
a { background-color: rgb(125,71,119); }
div.DivClassName
{
background-color: #7D4777;
}
.BgClassName
{
background-color: #7D4777;
}
</style>
border-color css
<style>
span { border-color: #7D4777; }
span { border-color: rgb(125,71,119); }
td.TdClassName
{
border-color: #7D4777;
}
.TagClassName
{
border-color: #7D4777;
}
</style>