Shades of Trendy Pink #7B577E
Tints of Trendy Pink #7B577E
RGB
CMYK
RGB Variations
Color information
#7B577E (or 0x7B577E) is known color: Trendy Pink. HEX triplet: 7B, 57 and 7E. RGB value is (123,87,126). Sum of RGB (Red+Green+Blue) = 123+87+126=336 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.61% from 336); Green value is 87 (34.38% from 255 or 25.89% from 336); Blue value is 126 (49.61% from 255 or 37.5% from 336); Max value from RGB is 126 - color contains mainly: blue. Hex color #7B577E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B577E is #84A881. Grayscale: #666666. Windows color (decimal): -8693890 or 8279931. OLE color: 8279931.
HSL color Cylindrical-coordinate representation of color #7B577E: hue angle of 295.38º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7B577E is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 123 | 87 | 126 | - |
| CMYK | 0.02 | 0.31 | 0 | 0.51 |
| HSL | 295.38º | 0.18% | 0.42% | - |
| HSV(B) | 295.38º | 0.31% | 0.49% | - |
| XYZ | 15.34 | 12.53 | 21.35 | - |
| YUV | 102.21 | 141.43 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 87 | 126 | 0.02 | 0.31 | 0 | 0.51 | 295.38 | 0.18 | 0.42 |
| Hex | 7B | 57 | 7E | 2 | 1F | 0 | 33 | 127 | 12 | 2A |
| Octal | 173 | 127 | 176 | 2 | 37 | 0 | 63 | 447 | 22 | 52 |
| Binary | 1111011 | 1010111 | 1111110 | 10 | 11111 | 0 | 110011 | 100100111 | 10010 | 101010 |
Color Harmonies of #7B577E
Complementary color
Monochromatic Colors of #7B577E
Black with #7B577E
Text Example
Text Example
White with #7B577E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B577E; }
p { color: rgb(123,87,126); }
H1.HeaderClassName
{
color: #7B577E;
}
.AnyTagClassName
{
color: #7B577E;
}
</style>
background-color css
<style>
a { background-color: #7B577E; }
a { background-color: rgb(123,87,126); }
div.DivClassName
{
background-color: #7B577E;
}
.BgClassName
{
background-color: #7B577E;
}
</style>
border-color css
<style>
span { border-color: #7B577E; }
span { border-color: rgb(123,87,126); }
td.TdClassName
{
border-color: #7B577E;
}
.TagClassName
{
border-color: #7B577E;
}
</style>