Shades of Trendy Pink #804E74
Tints of Trendy Pink #804E74
RGB
CMYK
RGB Variations
Color information
#804E74 (or 0x804E74) is known color: Trendy Pink. HEX triplet: 80, 4E and 74. RGB value is (128,78,116). Sum of RGB (Red+Green+Blue) = 128+78+116=322 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.75% from 322); Green value is 78 (30.86% from 255 or 24.22% from 322); Blue value is 116 (45.70% from 255 or 36.02% from 322); Max value from RGB is 128 - color contains mainly: red. Hex color #804E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #804E74 is #7FB18B. Grayscale: #616161. Windows color (decimal): -8368524 or 7622272. OLE color: 7622272.
HSL color Cylindrical-coordinate representation of color #804E74: hue angle of 314.4º 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 #804E74 is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 78 | 116 | - |
| CMYK | 0 | 0.39 | 0.09 | 0.50 |
| HSL | 314.4º | 0.24% | 0.4% | - |
| HSV(B) | 314.4º | 0.39% | 0.5% | - |
| XYZ | 14.78 | 11.3 | 17.92 | - |
| YUV | 97.28 | 138.57 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 78 | 116 | 0 | 0.39 | 0.09 | 0.50 | 314.4 | 0.24 | 0.4 |
| Hex | 80 | 4E | 74 | 0 | 27 | 9 | 32 | 13A | 18 | 28 |
| Octal | 200 | 116 | 164 | 0 | 47 | 11 | 62 | 472 | 30 | 50 |
| Binary | 10000000 | 1001110 | 1110100 | 0 | 100111 | 1001 | 110010 | 100111010 | 11000 | 101000 |
Color Harmonies of #804E74
Complementary color
Monochromatic Colors of #804E74
Black with #804E74
Text Example
Text Example
White with #804E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804E74; }
p { color: rgb(128,78,116); }
H1.HeaderClassName
{
color: #804E74;
}
.AnyTagClassName
{
color: #804E74;
}
</style>
background-color css
<style>
a { background-color: #804E74; }
a { background-color: rgb(128,78,116); }
div.DivClassName
{
background-color: #804E74;
}
.BgClassName
{
background-color: #804E74;
}
</style>
border-color css
<style>
span { border-color: #804E74; }
span { border-color: rgb(128,78,116); }
td.TdClassName
{
border-color: #804E74;
}
.TagClassName
{
border-color: #804E74;
}
</style>