Shades of Trendy Pink #804E7A
Tints of Trendy Pink #804E7A
RGB
CMYK
RGB Variations
Color information
#804E7A (or 0x804E7A) is known color: Trendy Pink. HEX triplet: 80, 4E and 7A. RGB value is (128,78,122). Sum of RGB (Red+Green+Blue) = 128+78+122=328 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.02% from 328); Green value is 78 (30.86% from 255 or 23.78% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 128 - color contains mainly: red. Hex color #804E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #804E7A is #7FB185. Grayscale: #616161. Windows color (decimal): -8368518 or 8015488. OLE color: 8015488.
HSL color Cylindrical-coordinate representation of color #804E7A: hue angle of 307.2º 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 #804E7A is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 78 | 122 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.50 |
| HSL | 307.2º | 0.24% | 0.4% | - |
| HSV(B) | 307.2º | 0.39% | 0.5% | - |
| XYZ | 15.14 | 11.44 | 19.82 | - |
| YUV | 97.97 | 141.57 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 78 | 122 | 0 | 0.39 | 0.05 | 0.50 | 307.2 | 0.24 | 0.4 |
| Hex | 80 | 4E | 7A | 0 | 27 | 5 | 32 | 133 | 18 | 28 |
| Octal | 200 | 116 | 172 | 0 | 47 | 5 | 62 | 463 | 30 | 50 |
| Binary | 10000000 | 1001110 | 1111010 | 0 | 100111 | 101 | 110010 | 100110011 | 11000 | 101000 |
Color Harmonies of #804E7A
Complementary color
Monochromatic Colors of #804E7A
Black with #804E7A
Text Example
Text Example
White with #804E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804E7A; }
p { color: rgb(128,78,122); }
H1.HeaderClassName
{
color: #804E7A;
}
.AnyTagClassName
{
color: #804E7A;
}
</style>
background-color css
<style>
a { background-color: #804E7A; }
a { background-color: rgb(128,78,122); }
div.DivClassName
{
background-color: #804E7A;
}
.BgClassName
{
background-color: #804E7A;
}
</style>
border-color css
<style>
span { border-color: #804E7A; }
span { border-color: rgb(128,78,122); }
td.TdClassName
{
border-color: #804E7A;
}
.TagClassName
{
border-color: #804E7A;
}
</style>