Shades of Trendy Pink #80577A
Tints of Trendy Pink #80577A
RGB
CMYK
RGB Variations
Color information
#80577A (or 0x80577A) is known color: Trendy Pink. HEX triplet: 80, 57 and 7A. RGB value is (128,87,122). Sum of RGB (Red+Green+Blue) = 128+87+122=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 87 (34.38% from 255 or 25.82% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 128 - color contains mainly: red. Hex color #80577A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80577A is #7FA885. Grayscale: #676767. Windows color (decimal): -8366214 or 8017792. OLE color: 8017792.
HSL color Cylindrical-coordinate representation of color #80577A: hue angle of 308.78º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #80577A is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 87 | 122 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.50 |
| HSL | 308.78º | 0.19% | 0.42% | - |
| HSV(B) | 308.78º | 0.32% | 0.5% | - |
| XYZ | 15.82 | 12.81 | 20.05 | - |
| YUV | 103.25 | 138.58 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 87 | 122 | 0 | 0.32 | 0.05 | 0.50 | 308.78 | 0.19 | 0.42 |
| Hex | 80 | 57 | 7A | 0 | 20 | 5 | 32 | 135 | 13 | 2A |
| Octal | 200 | 127 | 172 | 0 | 40 | 5 | 62 | 465 | 23 | 52 |
| Binary | 10000000 | 1010111 | 1111010 | 0 | 100000 | 101 | 110010 | 100110101 | 10011 | 101010 |
Color Harmonies of #80577A
Complementary color
Monochromatic Colors of #80577A
Black with #80577A
Text Example
Text Example
White with #80577A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80577A; }
p { color: rgb(128,87,122); }
H1.HeaderClassName
{
color: #80577A;
}
.AnyTagClassName
{
color: #80577A;
}
</style>
background-color css
<style>
a { background-color: #80577A; }
a { background-color: rgb(128,87,122); }
div.DivClassName
{
background-color: #80577A;
}
.BgClassName
{
background-color: #80577A;
}
</style>
border-color css
<style>
span { border-color: #80577A; }
span { border-color: rgb(128,87,122); }
td.TdClassName
{
border-color: #80577A;
}
.TagClassName
{
border-color: #80577A;
}
</style>