Shades of Trendy Pink #7B4876
Tints of Trendy Pink #7B4876
RGB
CMYK
RGB Variations
Color information
#7B4876 (or 0x7B4876) is known color: Trendy Pink. HEX triplet: 7B, 48 and 76. RGB value is (123,72,118). Sum of RGB (Red+Green+Blue) = 123+72+118=313 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.30% from 313); Green value is 72 (28.52% from 255 or 23.00% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4876 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4876 is #84B789. Grayscale: #5C5C5C. Windows color (decimal): -8697738 or 7751803. OLE color: 7751803.
HSL color Cylindrical-coordinate representation of color #7B4876: hue angle of 305.88º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7B4876 is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 72 | 118 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.52 |
| HSL | 305.88º | 0.26% | 0.38% | - |
| HSV(B) | 305.88º | 0.41% | 0.48% | - |
| XYZ | 13.76 | 10.15 | 18.37 | - |
| YUV | 92.49 | 142.4 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 72 | 118 | 0 | 0.41 | 0.04 | 0.52 | 305.88 | 0.26 | 0.38 |
| Hex | 7B | 48 | 76 | 0 | 29 | 4 | 34 | 132 | 1A | 26 |
| Octal | 173 | 110 | 166 | 0 | 51 | 4 | 64 | 462 | 32 | 46 |
| Binary | 1111011 | 1001000 | 1110110 | 0 | 101001 | 100 | 110100 | 100110010 | 11010 | 100110 |
Color Harmonies of #7B4876
Complementary color
Monochromatic Colors of #7B4876
Black with #7B4876
Text Example
Text Example
White with #7B4876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4876; }
p { color: rgb(123,72,118); }
H1.HeaderClassName
{
color: #7B4876;
}
.AnyTagClassName
{
color: #7B4876;
}
</style>
background-color css
<style>
a { background-color: #7B4876; }
a { background-color: rgb(123,72,118); }
div.DivClassName
{
background-color: #7B4876;
}
.BgClassName
{
background-color: #7B4876;
}
</style>
border-color css
<style>
span { border-color: #7B4876; }
span { border-color: rgb(123,72,118); }
td.TdClassName
{
border-color: #7B4876;
}
.TagClassName
{
border-color: #7B4876;
}
</style>