Shades of Trendy Pink #7B5576
Tints of Trendy Pink #7B5576
RGB
CMYK
RGB Variations
Color information
#7B5576 (or 0x7B5576) is known color: Trendy Pink. HEX triplet: 7B, 55 and 76. RGB value is (123,85,118). Sum of RGB (Red+Green+Blue) = 123+85+118=326 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.73% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5576 is #84AA89. Grayscale: #646464. Windows color (decimal): -8694410 or 7755131. OLE color: 7755131.
HSL color Cylindrical-coordinate representation of color #7B5576: hue angle of 307.89º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7B5576 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 85 | 118 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.52 |
| HSL | 307.89º | 0.18% | 0.41% | - |
| HSV(B) | 307.89º | 0.31% | 0.48% | - |
| XYZ | 14.69 | 12.02 | 18.68 | - |
| YUV | 100.12 | 138.09 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 85 | 118 | 0 | 0.31 | 0.04 | 0.52 | 307.89 | 0.18 | 0.41 |
| Hex | 7B | 55 | 76 | 0 | 1F | 4 | 34 | 134 | 12 | 29 |
| Octal | 173 | 125 | 166 | 0 | 37 | 4 | 64 | 464 | 22 | 51 |
| Binary | 1111011 | 1010101 | 1110110 | 0 | 11111 | 100 | 110100 | 100110100 | 10010 | 101001 |
Color Harmonies of #7B5576
Complementary color
Monochromatic Colors of #7B5576
Black with #7B5576
Text Example
Text Example
White with #7B5576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5576; }
p { color: rgb(123,85,118); }
H1.HeaderClassName
{
color: #7B5576;
}
.AnyTagClassName
{
color: #7B5576;
}
</style>
background-color css
<style>
a { background-color: #7B5576; }
a { background-color: rgb(123,85,118); }
div.DivClassName
{
background-color: #7B5576;
}
.BgClassName
{
background-color: #7B5576;
}
</style>
border-color css
<style>
span { border-color: #7B5576; }
span { border-color: rgb(123,85,118); }
td.TdClassName
{
border-color: #7B5576;
}
.TagClassName
{
border-color: #7B5576;
}
</style>