Shades of Trendy Pink #7C4E75
Tints of Trendy Pink #7C4E75
RGB
CMYK
RGB Variations
Color information
#7C4E75 (or 0x7C4E75) is known color: Trendy Pink. HEX triplet: 7C, 4E and 75. RGB value is (124,78,117). Sum of RGB (Red+Green+Blue) = 124+78+117=319 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.87% from 319); Green value is 78 (30.86% from 255 or 24.45% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4E75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C4E75 is #83B18A. Grayscale: #606060. Windows color (decimal): -8630667 or 7687804. OLE color: 7687804.
HSL color Cylindrical-coordinate representation of color #7C4E75: hue angle of 309.13º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7C4E75 is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 78 | 117 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.51 |
| HSL | 309.13º | 0.23% | 0.4% | - |
| HSV(B) | 309.13º | 0.37% | 0.49% | - |
| XYZ | 14.25 | 11.02 | 18.21 | - |
| YUV | 96.2 | 139.74 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 78 | 117 | 0 | 0.37 | 0.06 | 0.51 | 309.13 | 0.23 | 0.4 |
| Hex | 7C | 4E | 75 | 0 | 25 | 6 | 33 | 135 | 17 | 28 |
| Octal | 174 | 116 | 165 | 0 | 45 | 6 | 63 | 465 | 27 | 50 |
| Binary | 1111100 | 1001110 | 1110101 | 0 | 100101 | 110 | 110011 | 100110101 | 10111 | 101000 |
Color Harmonies of #7C4E75
Complementary color
Monochromatic Colors of #7C4E75
Black with #7C4E75
Text Example
Text Example
White with #7C4E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4E75; }
p { color: rgb(124,78,117); }
H1.HeaderClassName
{
color: #7C4E75;
}
.AnyTagClassName
{
color: #7C4E75;
}
</style>
background-color css
<style>
a { background-color: #7C4E75; }
a { background-color: rgb(124,78,117); }
div.DivClassName
{
background-color: #7C4E75;
}
.BgClassName
{
background-color: #7C4E75;
}
</style>
border-color css
<style>
span { border-color: #7C4E75; }
span { border-color: rgb(124,78,117); }
td.TdClassName
{
border-color: #7C4E75;
}
.TagClassName
{
border-color: #7C4E75;
}
</style>