Shades of Trendy Pink #7C5A7B
Tints of Trendy Pink #7C5A7B
RGB
CMYK
RGB Variations
Color information
#7C5A7B (or 0x7C5A7B) is known color: Trendy Pink. HEX triplet: 7C, 5A and 7B. RGB value is (124,90,123). Sum of RGB (Red+Green+Blue) = 124+90+123=337 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.80% from 337); Green value is 90 (35.55% from 255 or 26.71% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5A7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5A7B is #83A584. Grayscale: #676767. Windows color (decimal): -8627589 or 8084092. OLE color: 8084092.
HSL color Cylindrical-coordinate representation of color #7C5A7B: hue angle of 301.76º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7C5A7B is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 90 | 123 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.51 |
| HSL | 301.76º | 0.16% | 0.42% | - |
| HSV(B) | 301.76º | 0.27% | 0.49% | - |
| XYZ | 15.54 | 13.03 | 20.43 | - |
| YUV | 103.93 | 138.76 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 90 | 123 | 0 | 0.27 | 0.01 | 0.51 | 301.76 | 0.16 | 0.42 |
| Hex | 7C | 5A | 7B | 0 | 1B | 1 | 33 | 12E | 10 | 2A |
| Octal | 174 | 132 | 173 | 0 | 33 | 1 | 63 | 456 | 20 | 52 |
| Binary | 1111100 | 1011010 | 1111011 | 0 | 11011 | 1 | 110011 | 100101110 | 10000 | 101010 |
Color Harmonies of #7C5A7B
Complementary color
Monochromatic Colors of #7C5A7B
Black with #7C5A7B
Text Example
Text Example
White with #7C5A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5A7B; }
p { color: rgb(124,90,123); }
H1.HeaderClassName
{
color: #7C5A7B;
}
.AnyTagClassName
{
color: #7C5A7B;
}
</style>
background-color css
<style>
a { background-color: #7C5A7B; }
a { background-color: rgb(124,90,123); }
div.DivClassName
{
background-color: #7C5A7B;
}
.BgClassName
{
background-color: #7C5A7B;
}
</style>
border-color css
<style>
span { border-color: #7C5A7B; }
span { border-color: rgb(124,90,123); }
td.TdClassName
{
border-color: #7C5A7B;
}
.TagClassName
{
border-color: #7C5A7B;
}
</style>