Shades of Trendy Pink #785075
Tints of Trendy Pink #785075
RGB
CMYK
RGB Variations
Color information
#785075 (or 0x785075) is known color: Trendy Pink. HEX triplet: 78, 50 and 75. RGB value is (120,80,117). Sum of RGB (Red+Green+Blue) = 120+80+117=317 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.85% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 120 - color contains mainly: red. Hex color #785075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785075 is #87AF8A. Grayscale: #606060. Windows color (decimal): -8892299 or 7688312. OLE color: 7688312.
HSL color Cylindrical-coordinate representation of color #785075: hue angle of 304.5º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #785075 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 80 | 117 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.53 |
| HSL | 304.5º | 0.2% | 0.39% | - |
| HSV(B) | 304.5º | 0.33% | 0.47% | - |
| XYZ | 13.83 | 11.01 | 18.23 | - |
| YUV | 96.18 | 139.75 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 80 | 117 | 0 | 0.33 | 0.02 | 0.53 | 304.5 | 0.2 | 0.39 |
| Hex | 78 | 50 | 75 | 0 | 21 | 2 | 35 | 130 | 14 | 27 |
| Octal | 170 | 120 | 165 | 0 | 41 | 2 | 65 | 460 | 24 | 47 |
| Binary | 1111000 | 1010000 | 1110101 | 0 | 100001 | 10 | 110101 | 100110000 | 10100 | 100111 |
Color Harmonies of #785075
Complementary color
Monochromatic Colors of #785075
Black with #785075
Text Example
Text Example
White with #785075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785075; }
p { color: rgb(120,80,117); }
H1.HeaderClassName
{
color: #785075;
}
.AnyTagClassName
{
color: #785075;
}
</style>
background-color css
<style>
a { background-color: #785075; }
a { background-color: rgb(120,80,117); }
div.DivClassName
{
background-color: #785075;
}
.BgClassName
{
background-color: #785075;
}
</style>
border-color css
<style>
span { border-color: #785075; }
span { border-color: rgb(120,80,117); }
td.TdClassName
{
border-color: #785075;
}
.TagClassName
{
border-color: #785075;
}
</style>