Shades of Trendy Pink #7B5677
Tints of Trendy Pink #7B5677
RGB
CMYK
RGB Variations
Color information
#7B5677 (or 0x7B5677) is known color: Trendy Pink. HEX triplet: 7B, 56 and 77. RGB value is (123,86,119). Sum of RGB (Red+Green+Blue) = 123+86+119=328 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.5% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 119 (46.88% from 255 or 36.28% from 328); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5677 is #84A988. Grayscale: #646464. Windows color (decimal): -8694153 or 7820923. OLE color: 7820923.
HSL color Cylindrical-coordinate representation of color #7B5677: hue angle of 306.49º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7B5677 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 86 | 119 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.52 |
| HSL | 306.49º | 0.18% | 0.41% | - |
| HSV(B) | 306.49º | 0.3% | 0.48% | - |
| XYZ | 14.83 | 12.2 | 19.03 | - |
| YUV | 100.83 | 138.26 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 86 | 119 | 0 | 0.30 | 0.03 | 0.52 | 306.49 | 0.18 | 0.41 |
| Hex | 7B | 56 | 77 | 0 | 1E | 3 | 34 | 132 | 12 | 29 |
| Octal | 173 | 126 | 167 | 0 | 36 | 3 | 64 | 462 | 22 | 51 |
| Binary | 1111011 | 1010110 | 1110111 | 0 | 11110 | 11 | 110100 | 100110010 | 10010 | 101001 |
Color Harmonies of #7B5677
Complementary color
Monochromatic Colors of #7B5677
Black with #7B5677
Text Example
Text Example
White with #7B5677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5677; }
p { color: rgb(123,86,119); }
H1.HeaderClassName
{
color: #7B5677;
}
.AnyTagClassName
{
color: #7B5677;
}
</style>
background-color css
<style>
a { background-color: #7B5677; }
a { background-color: rgb(123,86,119); }
div.DivClassName
{
background-color: #7B5677;
}
.BgClassName
{
background-color: #7B5677;
}
</style>
border-color css
<style>
span { border-color: #7B5677; }
span { border-color: rgb(123,86,119); }
td.TdClassName
{
border-color: #7B5677;
}
.TagClassName
{
border-color: #7B5677;
}
</style>