Shades of Trendy Pink #7C547B
Tints of Trendy Pink #7C547B
RGB
CMYK
RGB Variations
Color information
#7C547B (or 0x7C547B) is known color: Trendy Pink. HEX triplet: 7C, 54 and 7B. RGB value is (124,84,123). Sum of RGB (Red+Green+Blue) = 124+84+123=331 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.46% from 331); Green value is 84 (33.20% from 255 or 25.38% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 124 - color contains mainly: red. Hex color #7C547B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C547B is #83AB84. Grayscale: #646464. Windows color (decimal): -8629125 or 8082556. OLE color: 8082556.
HSL color Cylindrical-coordinate representation of color #7C547B: hue angle of 301.5º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7C547B is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 84 | 123 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.51 |
| HSL | 301.5º | 0.19% | 0.41% | - |
| HSV(B) | 301.5º | 0.32% | 0.49% | - |
| XYZ | 15.06 | 12.06 | 20.27 | - |
| YUV | 100.41 | 140.75 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 84 | 123 | 0 | 0.32 | 0.01 | 0.51 | 301.5 | 0.19 | 0.41 |
| Hex | 7C | 54 | 7B | 0 | 20 | 1 | 33 | 12E | 13 | 29 |
| Octal | 174 | 124 | 173 | 0 | 40 | 1 | 63 | 456 | 23 | 51 |
| Binary | 1111100 | 1010100 | 1111011 | 0 | 100000 | 1 | 110011 | 100101110 | 10011 | 101001 |
Color Harmonies of #7C547B
Complementary color
Monochromatic Colors of #7C547B
Black with #7C547B
Text Example
Text Example
White with #7C547B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C547B; }
p { color: rgb(124,84,123); }
H1.HeaderClassName
{
color: #7C547B;
}
.AnyTagClassName
{
color: #7C547B;
}
</style>
background-color css
<style>
a { background-color: #7C547B; }
a { background-color: rgb(124,84,123); }
div.DivClassName
{
background-color: #7C547B;
}
.BgClassName
{
background-color: #7C547B;
}
</style>
border-color css
<style>
span { border-color: #7C547B; }
span { border-color: rgb(124,84,123); }
td.TdClassName
{
border-color: #7C547B;
}
.TagClassName
{
border-color: #7C547B;
}
</style>