Shades of Trendy Pink #7C557B
Tints of Trendy Pink #7C557B
RGB
CMYK
RGB Variations
Color information
#7C557B (or 0x7C557B) is known color: Trendy Pink. HEX triplet: 7C, 55 and 7B. RGB value is (124,85,123). Sum of RGB (Red+Green+Blue) = 124+85+123=332 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.35% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 124 - color contains mainly: red. Hex color #7C557B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C557B is #83AA84. Grayscale: #646464. Windows color (decimal): -8628869 or 8082812. OLE color: 8082812.
HSL color Cylindrical-coordinate representation of color #7C557B: hue angle of 301.54º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7C557B is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 85 | 123 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.51 |
| HSL | 301.54º | 0.19% | 0.41% | - |
| HSV(B) | 301.54º | 0.31% | 0.49% | - |
| XYZ | 15.14 | 12.21 | 20.3 | - |
| YUV | 100.99 | 140.42 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 85 | 123 | 0 | 0.31 | 0.01 | 0.51 | 301.54 | 0.19 | 0.41 |
| Hex | 7C | 55 | 7B | 0 | 1F | 1 | 33 | 12E | 13 | 29 |
| Octal | 174 | 125 | 173 | 0 | 37 | 1 | 63 | 456 | 23 | 51 |
| Binary | 1111100 | 1010101 | 1111011 | 0 | 11111 | 1 | 110011 | 100101110 | 10011 | 101001 |
Color Harmonies of #7C557B
Complementary color
Monochromatic Colors of #7C557B
Black with #7C557B
Text Example
Text Example
White with #7C557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C557B; }
p { color: rgb(124,85,123); }
H1.HeaderClassName
{
color: #7C557B;
}
.AnyTagClassName
{
color: #7C557B;
}
</style>
background-color css
<style>
a { background-color: #7C557B; }
a { background-color: rgb(124,85,123); }
div.DivClassName
{
background-color: #7C557B;
}
.BgClassName
{
background-color: #7C557B;
}
</style>
border-color css
<style>
span { border-color: #7C557B; }
span { border-color: rgb(124,85,123); }
td.TdClassName
{
border-color: #7C557B;
}
.TagClassName
{
border-color: #7C557B;
}
</style>