Shades of Trendy Pink #795777
Tints of Trendy Pink #795777
RGB
CMYK
RGB Variations
Color information
#795777 (or 0x795777) is known color: Trendy Pink. HEX triplet: 79, 57 and 77. RGB value is (121,87,119). Sum of RGB (Red+Green+Blue) = 121+87+119=327 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.00% from 327); Green value is 87 (34.38% from 255 or 26.61% from 327); Blue value is 119 (46.88% from 255 or 36.39% from 327); Max value from RGB is 121 - color contains mainly: red. Hex color #795777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795777 is #86A888. Grayscale: #646464. Windows color (decimal): -8824969 or 7821177. OLE color: 7821177.
HSL color Cylindrical-coordinate representation of color #795777: hue angle of 303.53º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #795777 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 87 | 119 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.53 |
| HSL | 303.53º | 0.16% | 0.41% | - |
| HSV(B) | 303.53º | 0.28% | 0.47% | - |
| XYZ | 14.62 | 12.21 | 19.04 | - |
| YUV | 100.81 | 138.26 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 87 | 119 | 0 | 0.28 | 0.02 | 0.53 | 303.53 | 0.16 | 0.41 |
| Hex | 79 | 57 | 77 | 0 | 1C | 2 | 35 | 130 | 10 | 29 |
| Octal | 171 | 127 | 167 | 0 | 34 | 2 | 65 | 460 | 20 | 51 |
| Binary | 1111001 | 1010111 | 1110111 | 0 | 11100 | 10 | 110101 | 100110000 | 10000 | 101001 |
Color Harmonies of #795777
Complementary color
Monochromatic Colors of #795777
Black with #795777
Text Example
Text Example
White with #795777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795777; }
p { color: rgb(121,87,119); }
H1.HeaderClassName
{
color: #795777;
}
.AnyTagClassName
{
color: #795777;
}
</style>
background-color css
<style>
a { background-color: #795777; }
a { background-color: rgb(121,87,119); }
div.DivClassName
{
background-color: #795777;
}
.BgClassName
{
background-color: #795777;
}
</style>
border-color css
<style>
span { border-color: #795777; }
span { border-color: rgb(121,87,119); }
td.TdClassName
{
border-color: #795777;
}
.TagClassName
{
border-color: #795777;
}
</style>