Shades of Trendy Pink #7D5473
Tints of Trendy Pink #7D5473
RGB
CMYK
RGB Variations
Color information
#7D5473 (or 0x7D5473) is known color: Trendy Pink. HEX triplet: 7D, 54 and 73. RGB value is (125,84,115). Sum of RGB (Red+Green+Blue) = 125+84+115=324 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.58% from 324); Green value is 84 (33.20% from 255 or 25.93% from 324); Blue value is 115 (45.31% from 255 or 35.49% from 324); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5473 is #82AB8C. Grayscale: #636363. Windows color (decimal): -8563597 or 7558269. OLE color: 7558269.
HSL color Cylindrical-coordinate representation of color #7D5473: hue angle of 314.63º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7D5473 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 84 | 115 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.51 |
| HSL | 314.63º | 0.2% | 0.41% | - |
| HSV(B) | 314.63º | 0.33% | 0.49% | - |
| XYZ | 14.72 | 11.94 | 17.75 | - |
| YUV | 99.79 | 136.58 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 84 | 115 | 0 | 0.33 | 0.08 | 0.51 | 314.63 | 0.2 | 0.41 |
| Hex | 7D | 54 | 73 | 0 | 21 | 8 | 33 | 13B | 14 | 29 |
| Octal | 175 | 124 | 163 | 0 | 41 | 10 | 63 | 473 | 24 | 51 |
| Binary | 1111101 | 1010100 | 1110011 | 0 | 100001 | 1000 | 110011 | 100111011 | 10100 | 101001 |
Color Harmonies of #7D5473
Complementary color
Monochromatic Colors of #7D5473
Black with #7D5473
Text Example
Text Example
White with #7D5473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5473; }
p { color: rgb(125,84,115); }
H1.HeaderClassName
{
color: #7D5473;
}
.AnyTagClassName
{
color: #7D5473;
}
</style>
background-color css
<style>
a { background-color: #7D5473; }
a { background-color: rgb(125,84,115); }
div.DivClassName
{
background-color: #7D5473;
}
.BgClassName
{
background-color: #7D5473;
}
</style>
border-color css
<style>
span { border-color: #7D5473; }
span { border-color: rgb(125,84,115); }
td.TdClassName
{
border-color: #7D5473;
}
.TagClassName
{
border-color: #7D5473;
}
</style>