Shades of Trendy Pink #7B587D
Tints of Trendy Pink #7B587D
RGB
CMYK
RGB Variations
Color information
#7B587D (or 0x7B587D) is known color: Trendy Pink. HEX triplet: 7B, 58 and 7D. RGB value is (123,88,125). Sum of RGB (Red+Green+Blue) = 123+88+125=336 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.61% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 125 - color contains mainly: blue. Hex color #7B587D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B587D is #84A782. Grayscale: #666666. Windows color (decimal): -8693635 or 8214651. OLE color: 8214651.
HSL color Cylindrical-coordinate representation of color #7B587D: hue angle of 296.76º degrees, saturation: 0.17, 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 #7B587D is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 123 | 88 | 125 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.51 |
| HSL | 296.76º | 0.17% | 0.42% | - |
| HSV(B) | 296.76º | 0.3% | 0.49% | - |
| XYZ | 15.36 | 12.67 | 21.04 | - |
| YUV | 102.68 | 140.6 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 88 | 125 | 0.02 | 0.30 | 0 | 0.51 | 296.76 | 0.17 | 0.42 |
| Hex | 7B | 58 | 7D | 2 | 1E | 0 | 33 | 129 | 11 | 2A |
| Octal | 173 | 130 | 175 | 2 | 36 | 0 | 63 | 451 | 21 | 52 |
| Binary | 1111011 | 1011000 | 1111101 | 10 | 11110 | 0 | 110011 | 100101001 | 10001 | 101010 |
Color Harmonies of #7B587D
Complementary color
Monochromatic Colors of #7B587D
Black with #7B587D
Text Example
Text Example
White with #7B587D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B587D; }
p { color: rgb(123,88,125); }
H1.HeaderClassName
{
color: #7B587D;
}
.AnyTagClassName
{
color: #7B587D;
}
</style>
background-color css
<style>
a { background-color: #7B587D; }
a { background-color: rgb(123,88,125); }
div.DivClassName
{
background-color: #7B587D;
}
.BgClassName
{
background-color: #7B587D;
}
</style>
border-color css
<style>
span { border-color: #7B587D; }
span { border-color: rgb(123,88,125); }
td.TdClassName
{
border-color: #7B587D;
}
.TagClassName
{
border-color: #7B587D;
}
</style>