Shades of Trendy Pink #7C567B
Tints of Trendy Pink #7C567B
RGB
CMYK
RGB Variations
Color information
#7C567B (or 0x7C567B) is known color: Trendy Pink. HEX triplet: 7C, 56 and 7B. RGB value is (124,86,123). Sum of RGB (Red+Green+Blue) = 124+86+123=333 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.24% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 124 - color contains mainly: red. Hex color #7C567B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C567B is #83A984. Grayscale: #656565. Windows color (decimal): -8628613 or 8083068. OLE color: 8083068.
HSL color Cylindrical-coordinate representation of color #7C567B: hue angle of 301.58º degrees, saturation: 0.18, 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 #7C567B is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 86 | 123 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.51 |
| HSL | 301.58º | 0.18% | 0.41% | - |
| HSV(B) | 301.58º | 0.31% | 0.49% | - |
| XYZ | 15.22 | 12.37 | 20.32 | - |
| YUV | 101.58 | 140.09 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 86 | 123 | 0 | 0.31 | 0.01 | 0.51 | 301.58 | 0.18 | 0.41 |
| Hex | 7C | 56 | 7B | 0 | 1F | 1 | 33 | 12E | 12 | 29 |
| Octal | 174 | 126 | 173 | 0 | 37 | 1 | 63 | 456 | 22 | 51 |
| Binary | 1111100 | 1010110 | 1111011 | 0 | 11111 | 1 | 110011 | 100101110 | 10010 | 101001 |
Color Harmonies of #7C567B
Complementary color
Monochromatic Colors of #7C567B
Black with #7C567B
Text Example
Text Example
White with #7C567B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C567B; }
p { color: rgb(124,86,123); }
H1.HeaderClassName
{
color: #7C567B;
}
.AnyTagClassName
{
color: #7C567B;
}
</style>
background-color css
<style>
a { background-color: #7C567B; }
a { background-color: rgb(124,86,123); }
div.DivClassName
{
background-color: #7C567B;
}
.BgClassName
{
background-color: #7C567B;
}
</style>
border-color css
<style>
span { border-color: #7C567B; }
span { border-color: rgb(124,86,123); }
td.TdClassName
{
border-color: #7C567B;
}
.TagClassName
{
border-color: #7C567B;
}
</style>