Shades of Trendy Pink #7D527A
Tints of Trendy Pink #7D527A
RGB
CMYK
RGB Variations
Color information
#7D527A (or 0x7D527A) is known color: Trendy Pink. HEX triplet: 7D, 52 and 7A. RGB value is (125,82,122). Sum of RGB (Red+Green+Blue) = 125+82+122=329 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.99% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 125 - color contains mainly: red. Hex color #7D527A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D527A is #82AD85. Grayscale: #636363. Windows color (decimal): -8564102 or 8016509. OLE color: 8016509.
HSL color Cylindrical-coordinate representation of color #7D527A: hue angle of 304.19º 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 #7D527A is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 82 | 122 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.51 |
| HSL | 304.19º | 0.21% | 0.41% | - |
| HSV(B) | 304.19º | 0.34% | 0.49% | - |
| XYZ | 14.99 | 11.8 | 19.9 | - |
| YUV | 99.42 | 140.75 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 82 | 122 | 0 | 0.34 | 0.02 | 0.51 | 304.19 | 0.21 | 0.41 |
| Hex | 7D | 52 | 7A | 0 | 22 | 2 | 33 | 130 | 15 | 29 |
| Octal | 175 | 122 | 172 | 0 | 42 | 2 | 63 | 460 | 25 | 51 |
| Binary | 1111101 | 1010010 | 1111010 | 0 | 100010 | 10 | 110011 | 100110000 | 10101 | 101001 |
Color Harmonies of #7D527A
Complementary color
Monochromatic Colors of #7D527A
Black with #7D527A
Text Example
Text Example
White with #7D527A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D527A; }
p { color: rgb(125,82,122); }
H1.HeaderClassName
{
color: #7D527A;
}
.AnyTagClassName
{
color: #7D527A;
}
</style>
background-color css
<style>
a { background-color: #7D527A; }
a { background-color: rgb(125,82,122); }
div.DivClassName
{
background-color: #7D527A;
}
.BgClassName
{
background-color: #7D527A;
}
</style>
border-color css
<style>
span { border-color: #7D527A; }
span { border-color: rgb(125,82,122); }
td.TdClassName
{
border-color: #7D527A;
}
.TagClassName
{
border-color: #7D527A;
}
</style>