Shades of Trendy Pink #7C5682
Tints of Trendy Pink #7C5682
RGB
CMYK
RGB Variations
Color information
#7C5682 (or 0x7C5682) is known color: Trendy Pink. HEX triplet: 7C, 56 and 82. RGB value is (124,86,130). Sum of RGB (Red+Green+Blue) = 124+86+130=340 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.47% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 130 (51.17% from 255 or 38.24% from 340); Max value from RGB is 130 - color contains mainly: blue. Hex color #7C5682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5682 is #83A97D. Grayscale: #666666. Windows color (decimal): -8628606 or 8541820. OLE color: 8541820.
HSL color Cylindrical-coordinate representation of color #7C5682: hue angle of 291.82º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7C5682 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 124 | 86 | 130 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.49 |
| HSL | 291.82º | 0.2% | 0.42% | - |
| HSV(B) | 291.82º | 0.34% | 0.51% | - |
| XYZ | 15.67 | 12.55 | 22.72 | - |
| YUV | 102.38 | 143.59 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 86 | 130 | 0.05 | 0.34 | 0 | 0.49 | 291.82 | 0.2 | 0.42 |
| Hex | 7C | 56 | 82 | 5 | 22 | 0 | 31 | 124 | 14 | 2A |
| Octal | 174 | 126 | 202 | 5 | 42 | 0 | 61 | 444 | 24 | 52 |
| Binary | 1111100 | 1010110 | 10000010 | 101 | 100010 | 0 | 110001 | 100100100 | 10100 | 101010 |
Color Harmonies of #7C5682
Complementary color
Monochromatic Colors of #7C5682
Black with #7C5682
Text Example
Text Example
White with #7C5682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5682; }
p { color: rgb(124,86,130); }
H1.HeaderClassName
{
color: #7C5682;
}
.AnyTagClassName
{
color: #7C5682;
}
</style>
background-color css
<style>
a { background-color: #7C5682; }
a { background-color: rgb(124,86,130); }
div.DivClassName
{
background-color: #7C5682;
}
.BgClassName
{
background-color: #7C5682;
}
</style>
border-color css
<style>
span { border-color: #7C5682; }
span { border-color: rgb(124,86,130); }
td.TdClassName
{
border-color: #7C5682;
}
.TagClassName
{
border-color: #7C5682;
}
</style>