Shades of Trendy Pink #77587A
Tints of Trendy Pink #77587A
RGB
CMYK
RGB Variations
Color information
#77587A (or 0x77587A) is known color: Trendy Pink. HEX triplet: 77, 58 and 7A. RGB value is (119,88,122). Sum of RGB (Red+Green+Blue) = 119+88+122=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 122 - color contains mainly: blue. Hex color #77587A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77587A is #88A785. Grayscale: #656565. Windows color (decimal): -8955782 or 8018039. OLE color: 8018039.
HSL color Cylindrical-coordinate representation of color #77587A: hue angle of 294.71º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #77587A is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 88 | 122 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.52 |
| HSL | 294.71º | 0.16% | 0.41% | - |
| HSV(B) | 294.71º | 0.28% | 0.48% | - |
| XYZ | 14.61 | 12.31 | 20.02 | - |
| YUV | 101.15 | 139.77 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 88 | 122 | 0.02 | 0.28 | 0 | 0.52 | 294.71 | 0.16 | 0.41 |
| Hex | 77 | 58 | 7A | 2 | 1C | 0 | 34 | 127 | 10 | 29 |
| Octal | 167 | 130 | 172 | 2 | 34 | 0 | 64 | 447 | 20 | 51 |
| Binary | 1110111 | 1011000 | 1111010 | 10 | 11100 | 0 | 110100 | 100100111 | 10000 | 101001 |
Color Harmonies of #77587A
Complementary color
Monochromatic Colors of #77587A
Black with #77587A
Text Example
Text Example
White with #77587A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77587A; }
p { color: rgb(119,88,122); }
H1.HeaderClassName
{
color: #77587A;
}
.AnyTagClassName
{
color: #77587A;
}
</style>
background-color css
<style>
a { background-color: #77587A; }
a { background-color: rgb(119,88,122); }
div.DivClassName
{
background-color: #77587A;
}
.BgClassName
{
background-color: #77587A;
}
</style>
border-color css
<style>
span { border-color: #77587A; }
span { border-color: rgb(119,88,122); }
td.TdClassName
{
border-color: #77587A;
}
.TagClassName
{
border-color: #77587A;
}
</style>