Shades of Trendy Pink #7C4B76
Tints of Trendy Pink #7C4B76
RGB
CMYK
RGB Variations
Color information
#7C4B76 (or 0x7C4B76) is known color: Trendy Pink. HEX triplet: 7C, 4B and 76. RGB value is (124,75,118). Sum of RGB (Red+Green+Blue) = 124+75+118=317 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.12% from 317); Green value is 75 (29.69% from 255 or 23.66% from 317); Blue value is 118 (46.48% from 255 or 37.22% from 317); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4B76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4B76 is #83B489. Grayscale: #5E5E5E. Windows color (decimal): -8631434 or 7752572. OLE color: 7752572.
HSL color Cylindrical-coordinate representation of color #7C4B76: hue angle of 307.35º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C4B76 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 75 | 118 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.51 |
| HSL | 307.35º | 0.25% | 0.39% | - |
| HSV(B) | 307.35º | 0.4% | 0.49% | - |
| XYZ | 14.1 | 10.63 | 18.45 | - |
| YUV | 94.55 | 141.23 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 75 | 118 | 0 | 0.40 | 0.05 | 0.51 | 307.35 | 0.25 | 0.39 |
| Hex | 7C | 4B | 76 | 0 | 28 | 5 | 33 | 133 | 19 | 27 |
| Octal | 174 | 113 | 166 | 0 | 50 | 5 | 63 | 463 | 31 | 47 |
| Binary | 1111100 | 1001011 | 1110110 | 0 | 101000 | 101 | 110011 | 100110011 | 11001 | 100111 |
Color Harmonies of #7C4B76
Complementary color
Monochromatic Colors of #7C4B76
Black with #7C4B76
Text Example
Text Example
White with #7C4B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4B76; }
p { color: rgb(124,75,118); }
H1.HeaderClassName
{
color: #7C4B76;
}
.AnyTagClassName
{
color: #7C4B76;
}
</style>
background-color css
<style>
a { background-color: #7C4B76; }
a { background-color: rgb(124,75,118); }
div.DivClassName
{
background-color: #7C4B76;
}
.BgClassName
{
background-color: #7C4B76;
}
</style>
border-color css
<style>
span { border-color: #7C4B76; }
span { border-color: rgb(124,75,118); }
td.TdClassName
{
border-color: #7C4B76;
}
.TagClassName
{
border-color: #7C4B76;
}
</style>