Shades of Trendy Pink #776079
Tints of Trendy Pink #776079
RGB
CMYK
RGB Variations
Color information
#776079 (or 0x776079) is known color: Trendy Pink. HEX triplet: 77, 60 and 79. RGB value is (119,96,121). Sum of RGB (Red+Green+Blue) = 119+96+121=336 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.42% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 121 (47.66% from 255 or 36.01% from 336); Max value from RGB is 121 - color contains mainly: blue. Hex color #776079 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776079 is #889F86. Grayscale: #696969. Windows color (decimal): -8953735 or 7954551. OLE color: 7954551.
HSL color Cylindrical-coordinate representation of color #776079: hue angle of 295.2º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #776079 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 96 | 121 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.53 |
| HSL | 295.2º | 0.12% | 0.43% | - |
| HSV(B) | 295.2º | 0.21% | 0.47% | - |
| XYZ | 15.24 | 13.67 | 19.92 | - |
| YUV | 105.73 | 136.62 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 96 | 121 | 0.02 | 0.21 | 0 | 0.53 | 295.2 | 0.12 | 0.43 |
| Hex | 77 | 60 | 79 | 2 | 15 | 0 | 35 | 127 | C | 2B |
| Octal | 167 | 140 | 171 | 2 | 25 | 0 | 65 | 447 | 14 | 53 |
| Binary | 1110111 | 1100000 | 1111001 | 10 | 10101 | 0 | 110101 | 100100111 | 1100 | 101011 |
Color Harmonies of #776079
Complementary color
Monochromatic Colors of #776079
Black with #776079
Text Example
Text Example
White with #776079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776079; }
p { color: rgb(119,96,121); }
H1.HeaderClassName
{
color: #776079;
}
.AnyTagClassName
{
color: #776079;
}
</style>
background-color css
<style>
a { background-color: #776079; }
a { background-color: rgb(119,96,121); }
div.DivClassName
{
background-color: #776079;
}
.BgClassName
{
background-color: #776079;
}
</style>
border-color css
<style>
span { border-color: #776079; }
span { border-color: rgb(119,96,121); }
td.TdClassName
{
border-color: #776079;
}
.TagClassName
{
border-color: #776079;
}
</style>