Shades of Trendy Pink #804E77
Tints of Trendy Pink #804E77
RGB
CMYK
RGB Variations
Color information
#804E77 (or 0x804E77) is known color: Trendy Pink. HEX triplet: 80, 4E and 77. RGB value is (128,78,119). Sum of RGB (Red+Green+Blue) = 128+78+119=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 78 (30.86% from 255 or 24% from 325); Blue value is 119 (46.88% from 255 or 36.62% from 325); Max value from RGB is 128 - color contains mainly: red. Hex color #804E77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #804E77 is #7FB188. Grayscale: #616161. Windows color (decimal): -8368521 or 7818880. OLE color: 7818880.
HSL color Cylindrical-coordinate representation of color #804E77: hue angle of 310.8º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #804E77 is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 78 | 119 | - |
| CMYK | 0 | 0.39 | 0.07 | 0.50 |
| HSL | 310.8º | 0.24% | 0.4% | - |
| HSV(B) | 310.8º | 0.39% | 0.5% | - |
| XYZ | 14.96 | 11.37 | 18.86 | - |
| YUV | 97.62 | 140.07 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 78 | 119 | 0 | 0.39 | 0.07 | 0.50 | 310.8 | 0.24 | 0.4 |
| Hex | 80 | 4E | 77 | 0 | 27 | 7 | 32 | 137 | 18 | 28 |
| Octal | 200 | 116 | 167 | 0 | 47 | 7 | 62 | 467 | 30 | 50 |
| Binary | 10000000 | 1001110 | 1110111 | 0 | 100111 | 111 | 110010 | 100110111 | 11000 | 101000 |
Color Harmonies of #804E77
Complementary color
Monochromatic Colors of #804E77
Black with #804E77
Text Example
Text Example
White with #804E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804E77; }
p { color: rgb(128,78,119); }
H1.HeaderClassName
{
color: #804E77;
}
.AnyTagClassName
{
color: #804E77;
}
</style>
background-color css
<style>
a { background-color: #804E77; }
a { background-color: rgb(128,78,119); }
div.DivClassName
{
background-color: #804E77;
}
.BgClassName
{
background-color: #804E77;
}
</style>
border-color css
<style>
span { border-color: #804E77; }
span { border-color: rgb(128,78,119); }
td.TdClassName
{
border-color: #804E77;
}
.TagClassName
{
border-color: #804E77;
}
</style>