Shades of Trendy Pink #785B7C
Tints of Trendy Pink #785B7C
RGB
CMYK
RGB Variations
Color information
#785B7C (or 0x785B7C) is known color: Trendy Pink. HEX triplet: 78, 5B and 7C. RGB value is (120,91,124). Sum of RGB (Red+Green+Blue) = 120+91+124=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 91 (35.94% from 255 or 27.16% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 124 - color contains mainly: blue. Hex color #785B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785B7C is #87A483. Grayscale: #676767. Windows color (decimal): -8889476 or 8149880. OLE color: 8149880.
HSL color Cylindrical-coordinate representation of color #785B7C: hue angle of 292.73º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #785B7C is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 91 | 124 | - |
| CMYK | 0.03 | 0.27 | 0 | 0.51 |
| HSL | 292.73º | 0.15% | 0.42% | - |
| HSV(B) | 292.73º | 0.27% | 0.49% | - |
| XYZ | 15.12 | 12.93 | 20.77 | - |
| YUV | 103.43 | 139.61 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 91 | 124 | 0.03 | 0.27 | 0 | 0.51 | 292.73 | 0.15 | 0.42 |
| Hex | 78 | 5B | 7C | 3 | 1B | 0 | 33 | 125 | F | 2A |
| Octal | 170 | 133 | 174 | 3 | 33 | 0 | 63 | 445 | 17 | 52 |
| Binary | 1111000 | 1011011 | 1111100 | 11 | 11011 | 0 | 110011 | 100100101 | 1111 | 101010 |
Color Harmonies of #785B7C
Complementary color
Monochromatic Colors of #785B7C
Black with #785B7C
Text Example
Text Example
White with #785B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785B7C; }
p { color: rgb(120,91,124); }
H1.HeaderClassName
{
color: #785B7C;
}
.AnyTagClassName
{
color: #785B7C;
}
</style>
background-color css
<style>
a { background-color: #785B7C; }
a { background-color: rgb(120,91,124); }
div.DivClassName
{
background-color: #785B7C;
}
.BgClassName
{
background-color: #785B7C;
}
</style>
border-color css
<style>
span { border-color: #785B7C; }
span { border-color: rgb(120,91,124); }
td.TdClassName
{
border-color: #785B7C;
}
.TagClassName
{
border-color: #785B7C;
}
</style>