Shades of Trendy Pink #7D5377
Tints of Trendy Pink #7D5377
RGB
CMYK
RGB Variations
Color information
#7D5377 (or 0x7D5377) is known color: Trendy Pink. HEX triplet: 7D, 53 and 77. RGB value is (125,83,119). Sum of RGB (Red+Green+Blue) = 125+83+119=327 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.23% from 327); Green value is 83 (32.81% from 255 or 25.38% from 327); Blue value is 119 (46.88% from 255 or 36.39% from 327); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5377 is #82AC88. Grayscale: #636363. Windows color (decimal): -8563849 or 7820157. OLE color: 7820157.
HSL color Cylindrical-coordinate representation of color #7D5377: hue angle of 308.57º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7D5377 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 83 | 119 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.51 |
| HSL | 308.57º | 0.2% | 0.41% | - |
| HSV(B) | 308.57º | 0.34% | 0.49% | - |
| XYZ | 14.88 | 11.88 | 18.96 | - |
| YUV | 99.66 | 138.91 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 83 | 119 | 0 | 0.34 | 0.05 | 0.51 | 308.57 | 0.2 | 0.41 |
| Hex | 7D | 53 | 77 | 0 | 22 | 5 | 33 | 135 | 14 | 29 |
| Octal | 175 | 123 | 167 | 0 | 42 | 5 | 63 | 465 | 24 | 51 |
| Binary | 1111101 | 1010011 | 1110111 | 0 | 100010 | 101 | 110011 | 100110101 | 10100 | 101001 |
Color Harmonies of #7D5377
Complementary color
Monochromatic Colors of #7D5377
Black with #7D5377
Text Example
Text Example
White with #7D5377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5377; }
p { color: rgb(125,83,119); }
H1.HeaderClassName
{
color: #7D5377;
}
.AnyTagClassName
{
color: #7D5377;
}
</style>
background-color css
<style>
a { background-color: #7D5377; }
a { background-color: rgb(125,83,119); }
div.DivClassName
{
background-color: #7D5377;
}
.BgClassName
{
background-color: #7D5377;
}
</style>
border-color css
<style>
span { border-color: #7D5377; }
span { border-color: rgb(125,83,119); }
td.TdClassName
{
border-color: #7D5377;
}
.TagClassName
{
border-color: #7D5377;
}
</style>