Shades of Trendy Pink #7D4A73
Tints of Trendy Pink #7D4A73
RGB
CMYK
RGB Variations
Color information
#7D4A73 (or 0x7D4A73) is known color: Trendy Pink. HEX triplet: 7D, 4A and 73. RGB value is (125,74,115). Sum of RGB (Red+Green+Blue) = 125+74+115=314 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.81% from 314); Green value is 74 (29.30% from 255 or 23.57% from 314); Blue value is 115 (45.31% from 255 or 36.62% from 314); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4A73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D4A73 is #82B58C. Grayscale: #5D5D5D. Windows color (decimal): -8566157 or 7555709. OLE color: 7555709.
HSL color Cylindrical-coordinate representation of color #7D4A73: hue angle of 311.76º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7D4A73 is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 74 | 115 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.51 |
| HSL | 311.76º | 0.26% | 0.39% | - |
| HSV(B) | 311.76º | 0.41% | 0.49% | - |
| XYZ | 14 | 10.5 | 17.51 | - |
| YUV | 93.92 | 139.9 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 74 | 115 | 0 | 0.41 | 0.08 | 0.51 | 311.76 | 0.26 | 0.39 |
| Hex | 7D | 4A | 73 | 0 | 29 | 8 | 33 | 138 | 1A | 27 |
| Octal | 175 | 112 | 163 | 0 | 51 | 10 | 63 | 470 | 32 | 47 |
| Binary | 1111101 | 1001010 | 1110011 | 0 | 101001 | 1000 | 110011 | 100111000 | 11010 | 100111 |
Color Harmonies of #7D4A73
Complementary color
Monochromatic Colors of #7D4A73
Black with #7D4A73
Text Example
Text Example
White with #7D4A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4A73; }
p { color: rgb(125,74,115); }
H1.HeaderClassName
{
color: #7D4A73;
}
.AnyTagClassName
{
color: #7D4A73;
}
</style>
background-color css
<style>
a { background-color: #7D4A73; }
a { background-color: rgb(125,74,115); }
div.DivClassName
{
background-color: #7D4A73;
}
.BgClassName
{
background-color: #7D4A73;
}
</style>
border-color css
<style>
span { border-color: #7D4A73; }
span { border-color: rgb(125,74,115); }
td.TdClassName
{
border-color: #7D4A73;
}
.TagClassName
{
border-color: #7D4A73;
}
</style>