Shades of Trendy Pink #7D527B
Tints of Trendy Pink #7D527B
RGB
CMYK
RGB Variations
Color information
#7D527B (or 0x7D527B) is known color: Trendy Pink. HEX triplet: 7D, 52 and 7B. RGB value is (125,82,123). Sum of RGB (Red+Green+Blue) = 125+82+123=330 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.88% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 125 - color contains mainly: red. Hex color #7D527B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D527B is #82AD84. Grayscale: #636363. Windows color (decimal): -8564101 or 8082045. OLE color: 8082045.
HSL color Cylindrical-coordinate representation of color #7D527B: hue angle of 302.79º 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 #7D527B is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 82 | 123 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.51 |
| HSL | 302.79º | 0.21% | 0.41% | - |
| HSV(B) | 302.79º | 0.34% | 0.49% | - |
| XYZ | 15.05 | 11.82 | 20.23 | - |
| YUV | 99.53 | 141.25 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 82 | 123 | 0 | 0.34 | 0.02 | 0.51 | 302.79 | 0.21 | 0.41 |
| Hex | 7D | 52 | 7B | 0 | 22 | 2 | 33 | 12F | 15 | 29 |
| Octal | 175 | 122 | 173 | 0 | 42 | 2 | 63 | 457 | 25 | 51 |
| Binary | 1111101 | 1010010 | 1111011 | 0 | 100010 | 10 | 110011 | 100101111 | 10101 | 101001 |
Color Harmonies of #7D527B
Complementary color
Monochromatic Colors of #7D527B
Black with #7D527B
Text Example
Text Example
White with #7D527B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D527B; }
p { color: rgb(125,82,123); }
H1.HeaderClassName
{
color: #7D527B;
}
.AnyTagClassName
{
color: #7D527B;
}
</style>
background-color css
<style>
a { background-color: #7D527B; }
a { background-color: rgb(125,82,123); }
div.DivClassName
{
background-color: #7D527B;
}
.BgClassName
{
background-color: #7D527B;
}
</style>
border-color css
<style>
span { border-color: #7D527B; }
span { border-color: rgb(125,82,123); }
td.TdClassName
{
border-color: #7D527B;
}
.TagClassName
{
border-color: #7D527B;
}
</style>