Shades of Trendy Pink #805978
Tints of Trendy Pink #805978
RGB
CMYK
RGB Variations
Color information
#805978 (or 0x805978) is known color: Trendy Pink. HEX triplet: 80, 59 and 78. RGB value is (128,89,120). Sum of RGB (Red+Green+Blue) = 128+89+120=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 120 (47.27% from 255 or 35.61% from 337); Max value from RGB is 128 - color contains mainly: red. Hex color #805978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805978 is #7FA687. Grayscale: #686868. Windows color (decimal): -8365704 or 7887232. OLE color: 7887232.
HSL color Cylindrical-coordinate representation of color #805978: hue angle of 312.31º 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 #805978 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 89 | 120 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.50 |
| HSL | 312.31º | 0.18% | 0.43% | - |
| HSV(B) | 312.31º | 0.3% | 0.5% | - |
| XYZ | 15.86 | 13.09 | 19.46 | - |
| YUV | 104.2 | 136.92 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 89 | 120 | 0 | 0.30 | 0.06 | 0.50 | 312.31 | 0.18 | 0.43 |
| Hex | 80 | 59 | 78 | 0 | 1E | 6 | 32 | 138 | 12 | 2B |
| Octal | 200 | 131 | 170 | 0 | 36 | 6 | 62 | 470 | 22 | 53 |
| Binary | 10000000 | 1011001 | 1111000 | 0 | 11110 | 110 | 110010 | 100111000 | 10010 | 101011 |
Color Harmonies of #805978
Complementary color
Monochromatic Colors of #805978
Black with #805978
Text Example
Text Example
White with #805978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805978; }
p { color: rgb(128,89,120); }
H1.HeaderClassName
{
color: #805978;
}
.AnyTagClassName
{
color: #805978;
}
</style>
background-color css
<style>
a { background-color: #805978; }
a { background-color: rgb(128,89,120); }
div.DivClassName
{
background-color: #805978;
}
.BgClassName
{
background-color: #805978;
}
</style>
border-color css
<style>
span { border-color: #805978; }
span { border-color: rgb(128,89,120); }
td.TdClassName
{
border-color: #805978;
}
.TagClassName
{
border-color: #805978;
}
</style>