Shades of Trendy Pink #7C577A
Tints of Trendy Pink #7C577A
RGB
CMYK
RGB Variations
Color information
#7C577A (or 0x7C577A) is known color: Trendy Pink. HEX triplet: 7C, 57 and 7A. RGB value is (124,87,122). Sum of RGB (Red+Green+Blue) = 124+87+122=333 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.24% from 333); Green value is 87 (34.38% from 255 or 26.13% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 124 - color contains mainly: red. Hex color #7C577A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C577A is #83A885. Grayscale: #656565. Windows color (decimal): -8628358 or 8017788. OLE color: 8017788.
HSL color Cylindrical-coordinate representation of color #7C577A: hue angle of 303.24º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7C577A is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 87 | 122 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.51 |
| HSL | 303.24º | 0.18% | 0.41% | - |
| HSV(B) | 303.24º | 0.3% | 0.49% | - |
| XYZ | 15.23 | 12.51 | 20.02 | - |
| YUV | 102.05 | 139.26 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 87 | 122 | 0 | 0.30 | 0.02 | 0.51 | 303.24 | 0.18 | 0.41 |
| Hex | 7C | 57 | 7A | 0 | 1E | 2 | 33 | 12F | 12 | 29 |
| Octal | 174 | 127 | 172 | 0 | 36 | 2 | 63 | 457 | 22 | 51 |
| Binary | 1111100 | 1010111 | 1111010 | 0 | 11110 | 10 | 110011 | 100101111 | 10010 | 101001 |
Color Harmonies of #7C577A
Complementary color
Monochromatic Colors of #7C577A
Black with #7C577A
Text Example
Text Example
White with #7C577A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C577A; }
p { color: rgb(124,87,122); }
H1.HeaderClassName
{
color: #7C577A;
}
.AnyTagClassName
{
color: #7C577A;
}
</style>
background-color css
<style>
a { background-color: #7C577A; }
a { background-color: rgb(124,87,122); }
div.DivClassName
{
background-color: #7C577A;
}
.BgClassName
{
background-color: #7C577A;
}
</style>
border-color css
<style>
span { border-color: #7C577A; }
span { border-color: rgb(124,87,122); }
td.TdClassName
{
border-color: #7C577A;
}
.TagClassName
{
border-color: #7C577A;
}
</style>