Shades of Trendy Pink #7C4775
Tints of Trendy Pink #7C4775
RGB
CMYK
RGB Variations
Color information
#7C4775 (or 0x7C4775) is known color: Trendy Pink. HEX triplet: 7C, 47 and 75. RGB value is (124,71,117). Sum of RGB (Red+Green+Blue) = 124+71+117=312 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.74% from 312); Green value is 71 (28.12% from 255 or 22.76% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4775 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4775 is #83B88A. Grayscale: #5B5B5B. Windows color (decimal): -8632459 or 7686012. OLE color: 7686012.
HSL color Cylindrical-coordinate representation of color #7C4775: hue angle of 307.92º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7C4775 is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 71 | 117 | - |
| CMYK | 0 | 0.43 | 0.06 | 0.51 |
| HSL | 307.92º | 0.27% | 0.38% | - |
| HSV(B) | 307.92º | 0.43% | 0.49% | - |
| XYZ | 13.78 | 10.08 | 18.05 | - |
| YUV | 92.09 | 142.06 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 71 | 117 | 0 | 0.43 | 0.06 | 0.51 | 307.92 | 0.27 | 0.38 |
| Hex | 7C | 47 | 75 | 0 | 2B | 6 | 33 | 134 | 1B | 26 |
| Octal | 174 | 107 | 165 | 0 | 53 | 6 | 63 | 464 | 33 | 46 |
| Binary | 1111100 | 1000111 | 1110101 | 0 | 101011 | 110 | 110011 | 100110100 | 11011 | 100110 |
Color Harmonies of #7C4775
Complementary color
Monochromatic Colors of #7C4775
Black with #7C4775
Text Example
Text Example
White with #7C4775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4775; }
p { color: rgb(124,71,117); }
H1.HeaderClassName
{
color: #7C4775;
}
.AnyTagClassName
{
color: #7C4775;
}
</style>
background-color css
<style>
a { background-color: #7C4775; }
a { background-color: rgb(124,71,117); }
div.DivClassName
{
background-color: #7C4775;
}
.BgClassName
{
background-color: #7C4775;
}
</style>
border-color css
<style>
span { border-color: #7C4775; }
span { border-color: rgb(124,71,117); }
td.TdClassName
{
border-color: #7C4775;
}
.TagClassName
{
border-color: #7C4775;
}
</style>