Shades of Trendy Pink #7D527F
Tints of Trendy Pink #7D527F
RGB
CMYK
RGB Variations
Color information
#7D527F (or 0x7D527F) is known color: Trendy Pink. HEX triplet: 7D, 52 and 7F. RGB value is (125,82,127). Sum of RGB (Red+Green+Blue) = 125+82+127=334 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.43% from 334); Green value is 82 (32.42% from 255 or 24.55% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 127 - color contains mainly: blue. Hex color #7D527F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D527F is #82AD80. Grayscale: #636363. Windows color (decimal): -8564097 or 8344189. OLE color: 8344189.
HSL color Cylindrical-coordinate representation of color #7D527F: hue angle of 297.33º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7D527F is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 125 | 82 | 127 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.50 |
| HSL | 297.33º | 0.22% | 0.41% | - |
| HSV(B) | 297.33º | 0.35% | 0.5% | - |
| XYZ | 15.31 | 11.93 | 21.57 | - |
| YUV | 99.99 | 143.25 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 82 | 127 | 0.02 | 0.35 | 0 | 0.50 | 297.33 | 0.22 | 0.41 |
| Hex | 7D | 52 | 7F | 2 | 23 | 0 | 32 | 129 | 16 | 29 |
| Octal | 175 | 122 | 177 | 2 | 43 | 0 | 62 | 451 | 26 | 51 |
| Binary | 1111101 | 1010010 | 1111111 | 10 | 100011 | 0 | 110010 | 100101001 | 10110 | 101001 |
Color Harmonies of #7D527F
Complementary color
Monochromatic Colors of #7D527F
Black with #7D527F
Text Example
Text Example
White with #7D527F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D527F; }
p { color: rgb(125,82,127); }
H1.HeaderClassName
{
color: #7D527F;
}
.AnyTagClassName
{
color: #7D527F;
}
</style>
background-color css
<style>
a { background-color: #7D527F; }
a { background-color: rgb(125,82,127); }
div.DivClassName
{
background-color: #7D527F;
}
.BgClassName
{
background-color: #7D527F;
}
</style>
border-color css
<style>
span { border-color: #7D527F; }
span { border-color: rgb(125,82,127); }
td.TdClassName
{
border-color: #7D527F;
}
.TagClassName
{
border-color: #7D527F;
}
</style>