Shades of Trendy Pink #7D5277
Tints of Trendy Pink #7D5277
RGB
CMYK
RGB Variations
Color information
#7D5277 (or 0x7D5277) is known color: Trendy Pink. HEX triplet: 7D, 52 and 77. RGB value is (125,82,119). Sum of RGB (Red+Green+Blue) = 125+82+119=326 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.34% from 326); Green value is 82 (32.42% from 255 or 25.15% from 326); Blue value is 119 (46.88% from 255 or 36.50% from 326); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5277 is #82AD88. Grayscale: #626262. Windows color (decimal): -8564105 or 7819901. OLE color: 7819901.
HSL color Cylindrical-coordinate representation of color #7D5277: hue angle of 308.37º degrees, saturation: 0.21, 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 #7D5277 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 82 | 119 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.51 |
| HSL | 308.37º | 0.21% | 0.41% | - |
| HSV(B) | 308.37º | 0.34% | 0.49% | - |
| XYZ | 14.8 | 11.73 | 18.94 | - |
| YUV | 99.08 | 139.25 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 82 | 119 | 0 | 0.34 | 0.05 | 0.51 | 308.37 | 0.21 | 0.41 |
| Hex | 7D | 52 | 77 | 0 | 22 | 5 | 33 | 134 | 15 | 29 |
| Octal | 175 | 122 | 167 | 0 | 42 | 5 | 63 | 464 | 25 | 51 |
| Binary | 1111101 | 1010010 | 1110111 | 0 | 100010 | 101 | 110011 | 100110100 | 10101 | 101001 |
Color Harmonies of #7D5277
Complementary color
Monochromatic Colors of #7D5277
Black with #7D5277
Text Example
Text Example
White with #7D5277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5277; }
p { color: rgb(125,82,119); }
H1.HeaderClassName
{
color: #7D5277;
}
.AnyTagClassName
{
color: #7D5277;
}
</style>
background-color css
<style>
a { background-color: #7D5277; }
a { background-color: rgb(125,82,119); }
div.DivClassName
{
background-color: #7D5277;
}
.BgClassName
{
background-color: #7D5277;
}
</style>
border-color css
<style>
span { border-color: #7D5277; }
span { border-color: rgb(125,82,119); }
td.TdClassName
{
border-color: #7D5277;
}
.TagClassName
{
border-color: #7D5277;
}
</style>