Shades of Trendy Pink #795678
Tints of Trendy Pink #795678
RGB
CMYK
RGB Variations
Color information
#795678 (or 0x795678) is known color: Trendy Pink. HEX triplet: 79, 56 and 78. RGB value is (121,86,120). Sum of RGB (Red+Green+Blue) = 121+86+120=327 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.00% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 120 (47.27% from 255 or 36.70% from 327); Max value from RGB is 121 - color contains mainly: red. Hex color #795678 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795678 is #86A987. Grayscale: #646464. Windows color (decimal): -8825224 or 7886457. OLE color: 7886457.
HSL color Cylindrical-coordinate representation of color #795678: hue angle of 301.71º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #795678 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 86 | 120 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.53 |
| HSL | 301.71º | 0.17% | 0.41% | - |
| HSV(B) | 301.71º | 0.29% | 0.47% | - |
| XYZ | 14.6 | 12.08 | 19.33 | - |
| YUV | 100.34 | 139.1 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 86 | 120 | 0 | 0.29 | 0.01 | 0.53 | 301.71 | 0.17 | 0.41 |
| Hex | 79 | 56 | 78 | 0 | 1D | 1 | 35 | 12E | 11 | 29 |
| Octal | 171 | 126 | 170 | 0 | 35 | 1 | 65 | 456 | 21 | 51 |
| Binary | 1111001 | 1010110 | 1111000 | 0 | 11101 | 1 | 110101 | 100101110 | 10001 | 101001 |
Color Harmonies of #795678
Complementary color
Monochromatic Colors of #795678
Black with #795678
Text Example
Text Example
White with #795678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795678; }
p { color: rgb(121,86,120); }
H1.HeaderClassName
{
color: #795678;
}
.AnyTagClassName
{
color: #795678;
}
</style>
background-color css
<style>
a { background-color: #795678; }
a { background-color: rgb(121,86,120); }
div.DivClassName
{
background-color: #795678;
}
.BgClassName
{
background-color: #795678;
}
</style>
border-color css
<style>
span { border-color: #795678; }
span { border-color: rgb(121,86,120); }
td.TdClassName
{
border-color: #795678;
}
.TagClassName
{
border-color: #795678;
}
</style>