Shades of Trendy Pink #7B587E
Tints of Trendy Pink #7B587E
RGB
CMYK
RGB Variations
Color information
#7B587E (or 0x7B587E) is known color: Trendy Pink. HEX triplet: 7B, 58 and 7E. RGB value is (123,88,126). Sum of RGB (Red+Green+Blue) = 123+88+126=337 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.50% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 126 (49.61% from 255 or 37.39% from 337); Max value from RGB is 126 - color contains mainly: blue. Hex color #7B587E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B587E is #84A781. Grayscale: #666666. Windows color (decimal): -8693634 or 8280187. OLE color: 8280187.
HSL color Cylindrical-coordinate representation of color #7B587E: hue angle of 295.26º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7B587E is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 123 | 88 | 126 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.51 |
| HSL | 295.26º | 0.18% | 0.42% | - |
| HSV(B) | 295.26º | 0.3% | 0.49% | - |
| XYZ | 15.42 | 12.7 | 21.38 | - |
| YUV | 102.8 | 141.1 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 88 | 126 | 0.02 | 0.30 | 0 | 0.51 | 295.26 | 0.18 | 0.42 |
| Hex | 7B | 58 | 7E | 2 | 1E | 0 | 33 | 127 | 12 | 2A |
| Octal | 173 | 130 | 176 | 2 | 36 | 0 | 63 | 447 | 22 | 52 |
| Binary | 1111011 | 1011000 | 1111110 | 10 | 11110 | 0 | 110011 | 100100111 | 10010 | 101010 |
Color Harmonies of #7B587E
Complementary color
Monochromatic Colors of #7B587E
Black with #7B587E
Text Example
Text Example
White with #7B587E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B587E; }
p { color: rgb(123,88,126); }
H1.HeaderClassName
{
color: #7B587E;
}
.AnyTagClassName
{
color: #7B587E;
}
</style>
background-color css
<style>
a { background-color: #7B587E; }
a { background-color: rgb(123,88,126); }
div.DivClassName
{
background-color: #7B587E;
}
.BgClassName
{
background-color: #7B587E;
}
</style>
border-color css
<style>
span { border-color: #7B587E; }
span { border-color: rgb(123,88,126); }
td.TdClassName
{
border-color: #7B587E;
}
.TagClassName
{
border-color: #7B587E;
}
</style>