Shades of Trendy Pink #7C527A
Tints of Trendy Pink #7C527A
RGB
CMYK
RGB Variations
Color information
#7C527A (or 0x7C527A) is known color: Trendy Pink. HEX triplet: 7C, 52 and 7A. RGB value is (124,82,122). Sum of RGB (Red+Green+Blue) = 124+82+122=328 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.80% from 328); Green value is 82 (32.42% from 255 or 25% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 124 - color contains mainly: red. Hex color #7C527A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C527A is #83AD85. Grayscale: #626262. Windows color (decimal): -8629638 or 8016508. OLE color: 8016508.
HSL color Cylindrical-coordinate representation of color #7C527A: hue angle of 302.86º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7C527A is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 82 | 122 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.51 |
| HSL | 302.86º | 0.2% | 0.4% | - |
| HSV(B) | 302.86º | 0.34% | 0.49% | - |
| XYZ | 14.84 | 11.72 | 19.89 | - |
| YUV | 99.12 | 140.91 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 82 | 122 | 0 | 0.34 | 0.02 | 0.51 | 302.86 | 0.2 | 0.4 |
| Hex | 7C | 52 | 7A | 0 | 22 | 2 | 33 | 12F | 14 | 28 |
| Octal | 174 | 122 | 172 | 0 | 42 | 2 | 63 | 457 | 24 | 50 |
| Binary | 1111100 | 1010010 | 1111010 | 0 | 100010 | 10 | 110011 | 100101111 | 10100 | 101000 |
Color Harmonies of #7C527A
Complementary color
Monochromatic Colors of #7C527A
Black with #7C527A
Text Example
Text Example
White with #7C527A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C527A; }
p { color: rgb(124,82,122); }
H1.HeaderClassName
{
color: #7C527A;
}
.AnyTagClassName
{
color: #7C527A;
}
</style>
background-color css
<style>
a { background-color: #7C527A; }
a { background-color: rgb(124,82,122); }
div.DivClassName
{
background-color: #7C527A;
}
.BgClassName
{
background-color: #7C527A;
}
</style>
border-color css
<style>
span { border-color: #7C527A; }
span { border-color: rgb(124,82,122); }
td.TdClassName
{
border-color: #7C527A;
}
.TagClassName
{
border-color: #7C527A;
}
</style>