Shades of Trendy Pink #77597D
Tints of Trendy Pink #77597D
RGB
CMYK
RGB Variations
Color information
#77597D (or 0x77597D) is known color: Trendy Pink. HEX triplet: 77, 59 and 7D. RGB value is (119,89,125). Sum of RGB (Red+Green+Blue) = 119+89+125=333 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.74% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 125 - color contains mainly: blue. Hex color #77597D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77597D is #88A682. Grayscale: #656565. Windows color (decimal): -8955523 or 8214903. OLE color: 8214903.
HSL color Cylindrical-coordinate representation of color #77597D: hue angle of 290º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #77597D is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 89 | 125 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.51 |
| HSL | 290º | 0.17% | 0.42% | - |
| HSV(B) | 290º | 0.29% | 0.49% | - |
| XYZ | 14.88 | 12.55 | 21.04 | - |
| YUV | 102.07 | 140.94 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 89 | 125 | 0.05 | 0.29 | 0 | 0.51 | 290 | 0.17 | 0.42 |
| Hex | 77 | 59 | 7D | 5 | 1D | 0 | 33 | 122 | 11 | 2A |
| Octal | 167 | 131 | 175 | 5 | 35 | 0 | 63 | 442 | 21 | 52 |
| Binary | 1110111 | 1011001 | 1111101 | 101 | 11101 | 0 | 110011 | 100100010 | 10001 | 101010 |
Color Harmonies of #77597D
Complementary color
Monochromatic Colors of #77597D
Black with #77597D
Text Example
Text Example
White with #77597D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77597D; }
p { color: rgb(119,89,125); }
H1.HeaderClassName
{
color: #77597D;
}
.AnyTagClassName
{
color: #77597D;
}
</style>
background-color css
<style>
a { background-color: #77597D; }
a { background-color: rgb(119,89,125); }
div.DivClassName
{
background-color: #77597D;
}
.BgClassName
{
background-color: #77597D;
}
</style>
border-color css
<style>
span { border-color: #77597D; }
span { border-color: rgb(119,89,125); }
td.TdClassName
{
border-color: #77597D;
}
.TagClassName
{
border-color: #77597D;
}
</style>