Shades of Trendy Pink #7C547F
Tints of Trendy Pink #7C547F
RGB
CMYK
RGB Variations
Color information
#7C547F (or 0x7C547F) is known color: Trendy Pink. HEX triplet: 7C, 54 and 7F. RGB value is (124,84,127). Sum of RGB (Red+Green+Blue) = 124+84+127=335 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.01% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 127 - color contains mainly: blue. Hex color #7C547F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C547F is #83AB80. Grayscale: #646464. Windows color (decimal): -8629121 or 8344700. OLE color: 8344700.
HSL color Cylindrical-coordinate representation of color #7C547F: hue angle of 295.81º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7C547F is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 124 | 84 | 127 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.50 |
| HSL | 295.81º | 0.2% | 0.41% | - |
| HSV(B) | 295.81º | 0.34% | 0.5% | - |
| XYZ | 15.31 | 12.16 | 21.62 | - |
| YUV | 100.86 | 142.75 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 84 | 127 | 0.02 | 0.34 | 0 | 0.50 | 295.81 | 0.2 | 0.41 |
| Hex | 7C | 54 | 7F | 2 | 22 | 0 | 32 | 128 | 14 | 29 |
| Octal | 174 | 124 | 177 | 2 | 42 | 0 | 62 | 450 | 24 | 51 |
| Binary | 1111100 | 1010100 | 1111111 | 10 | 100010 | 0 | 110010 | 100101000 | 10100 | 101001 |
Color Harmonies of #7C547F
Complementary color
Monochromatic Colors of #7C547F
Black with #7C547F
Text Example
Text Example
White with #7C547F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C547F; }
p { color: rgb(124,84,127); }
H1.HeaderClassName
{
color: #7C547F;
}
.AnyTagClassName
{
color: #7C547F;
}
</style>
background-color css
<style>
a { background-color: #7C547F; }
a { background-color: rgb(124,84,127); }
div.DivClassName
{
background-color: #7C547F;
}
.BgClassName
{
background-color: #7C547F;
}
</style>
border-color css
<style>
span { border-color: #7C547F; }
span { border-color: rgb(124,84,127); }
td.TdClassName
{
border-color: #7C547F;
}
.TagClassName
{
border-color: #7C547F;
}
</style>