Shades of Trendy Pink #785277
Tints of Trendy Pink #785277
RGB
CMYK
RGB Variations
Color information
#785277 (or 0x785277) is known color: Trendy Pink. HEX triplet: 78, 52 and 77. RGB value is (120,82,119). Sum of RGB (Red+Green+Blue) = 120+82+119=321 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.38% from 321); Green value is 82 (32.42% from 255 or 25.55% from 321); Blue value is 119 (46.88% from 255 or 37.07% from 321); Max value from RGB is 120 - color contains mainly: red. Hex color #785277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785277 is #87AD88. Grayscale: #616161. Windows color (decimal): -8891785 or 7819896. OLE color: 7819896.
HSL color Cylindrical-coordinate representation of color #785277: hue angle of 301.58º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #785277 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 82 | 119 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.53 |
| HSL | 301.58º | 0.19% | 0.4% | - |
| HSV(B) | 301.58º | 0.32% | 0.47% | - |
| XYZ | 14.09 | 11.36 | 18.9 | - |
| YUV | 97.58 | 140.09 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 82 | 119 | 0 | 0.32 | 0.01 | 0.53 | 301.58 | 0.19 | 0.4 |
| Hex | 78 | 52 | 77 | 0 | 20 | 1 | 35 | 12E | 13 | 28 |
| Octal | 170 | 122 | 167 | 0 | 40 | 1 | 65 | 456 | 23 | 50 |
| Binary | 1111000 | 1010010 | 1110111 | 0 | 100000 | 1 | 110101 | 100101110 | 10011 | 101000 |
Color Harmonies of #785277
Complementary color
Monochromatic Colors of #785277
Black with #785277
Text Example
Text Example
White with #785277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785277; }
p { color: rgb(120,82,119); }
H1.HeaderClassName
{
color: #785277;
}
.AnyTagClassName
{
color: #785277;
}
</style>
background-color css
<style>
a { background-color: #785277; }
a { background-color: rgb(120,82,119); }
div.DivClassName
{
background-color: #785277;
}
.BgClassName
{
background-color: #785277;
}
</style>
border-color css
<style>
span { border-color: #785277; }
span { border-color: rgb(120,82,119); }
td.TdClassName
{
border-color: #785277;
}
.TagClassName
{
border-color: #785277;
}
</style>