Shades of Trendy Pink #805977
Tints of Trendy Pink #805977
RGB
CMYK
RGB Variations
Color information
#805977 (or 0x805977) is known color: Trendy Pink. HEX triplet: 80, 59 and 77. RGB value is (128,89,119). Sum of RGB (Red+Green+Blue) = 128+89+119=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 119 (46.88% from 255 or 35.42% from 336); Max value from RGB is 128 - color contains mainly: red. Hex color #805977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805977 is #7FA688. Grayscale: #686868. Windows color (decimal): -8365705 or 7821696. OLE color: 7821696.
HSL color Cylindrical-coordinate representation of color #805977: hue angle of 313.85º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #805977 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 89 | 119 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.50 |
| HSL | 313.85º | 0.18% | 0.43% | - |
| HSV(B) | 313.85º | 0.3% | 0.5% | - |
| XYZ | 15.8 | 13.07 | 19.14 | - |
| YUV | 104.08 | 136.42 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 89 | 119 | 0 | 0.30 | 0.07 | 0.50 | 313.85 | 0.18 | 0.43 |
| Hex | 80 | 59 | 77 | 0 | 1E | 7 | 32 | 13A | 12 | 2B |
| Octal | 200 | 131 | 167 | 0 | 36 | 7 | 62 | 472 | 22 | 53 |
| Binary | 10000000 | 1011001 | 1110111 | 0 | 11110 | 111 | 110010 | 100111010 | 10010 | 101011 |
Color Harmonies of #805977
Complementary color
Monochromatic Colors of #805977
Black with #805977
Text Example
Text Example
White with #805977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805977; }
p { color: rgb(128,89,119); }
H1.HeaderClassName
{
color: #805977;
}
.AnyTagClassName
{
color: #805977;
}
</style>
background-color css
<style>
a { background-color: #805977; }
a { background-color: rgb(128,89,119); }
div.DivClassName
{
background-color: #805977;
}
.BgClassName
{
background-color: #805977;
}
</style>
border-color css
<style>
span { border-color: #805977; }
span { border-color: rgb(128,89,119); }
td.TdClassName
{
border-color: #805977;
}
.TagClassName
{
border-color: #805977;
}
</style>