Shades of Trendy Pink #7B5977
Tints of Trendy Pink #7B5977
RGB
CMYK
RGB Variations
Color information
#7B5977 (or 0x7B5977) is known color: Trendy Pink. HEX triplet: 7B, 59 and 77. RGB value is (123,89,119). Sum of RGB (Red+Green+Blue) = 123+89+119=331 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.16% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 119 (46.88% from 255 or 35.95% from 331); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5977 is #84A688. Grayscale: #666666. Windows color (decimal): -8693385 or 7821691. OLE color: 7821691.
HSL color Cylindrical-coordinate representation of color #7B5977: hue angle of 307.06º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7B5977 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 89 | 119 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.52 |
| HSL | 307.06º | 0.16% | 0.42% | - |
| HSV(B) | 307.06º | 0.28% | 0.48% | - |
| XYZ | 15.07 | 12.69 | 19.11 | - |
| YUV | 102.59 | 137.26 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 89 | 119 | 0 | 0.28 | 0.03 | 0.52 | 307.06 | 0.16 | 0.42 |
| Hex | 7B | 59 | 77 | 0 | 1C | 3 | 34 | 133 | 10 | 2A |
| Octal | 173 | 131 | 167 | 0 | 34 | 3 | 64 | 463 | 20 | 52 |
| Binary | 1111011 | 1011001 | 1110111 | 0 | 11100 | 11 | 110100 | 100110011 | 10000 | 101010 |
Color Harmonies of #7B5977
Complementary color
Monochromatic Colors of #7B5977
Black with #7B5977
Text Example
Text Example
White with #7B5977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5977; }
p { color: rgb(123,89,119); }
H1.HeaderClassName
{
color: #7B5977;
}
.AnyTagClassName
{
color: #7B5977;
}
</style>
background-color css
<style>
a { background-color: #7B5977; }
a { background-color: rgb(123,89,119); }
div.DivClassName
{
background-color: #7B5977;
}
.BgClassName
{
background-color: #7B5977;
}
</style>
border-color css
<style>
span { border-color: #7B5977; }
span { border-color: rgb(123,89,119); }
td.TdClassName
{
border-color: #7B5977;
}
.TagClassName
{
border-color: #7B5977;
}
</style>