Shades of Trendy Pink #765178
Tints of Trendy Pink #765178
RGB
CMYK
RGB Variations
Color information
#765178 (or 0x765178) is known color: Trendy Pink. HEX triplet: 76, 51 and 78. RGB value is (118,81,120). Sum of RGB (Red+Green+Blue) = 118+81+120=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 81 (32.03% from 255 or 25.39% from 319); Blue value is 120 (47.27% from 255 or 37.62% from 319); Max value from RGB is 120 - color contains mainly: blue. Hex color #765178 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765178 is #89AE87. Grayscale: #606060. Windows color (decimal): -9023112 or 7885174. OLE color: 7885174.
HSL color Cylindrical-coordinate representation of color #765178: hue angle of 296.92º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #765178 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 81 | 120 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.53 |
| HSL | 296.92º | 0.19% | 0.39% | - |
| HSV(B) | 296.92º | 0.33% | 0.47% | - |
| XYZ | 13.8 | 11.09 | 19.18 | - |
| YUV | 96.51 | 141.26 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 81 | 120 | 0.02 | 0.32 | 0 | 0.53 | 296.92 | 0.19 | 0.39 |
| Hex | 76 | 51 | 78 | 2 | 20 | 0 | 35 | 129 | 13 | 27 |
| Octal | 166 | 121 | 170 | 2 | 40 | 0 | 65 | 451 | 23 | 47 |
| Binary | 1110110 | 1010001 | 1111000 | 10 | 100000 | 0 | 110101 | 100101001 | 10011 | 100111 |
Color Harmonies of #765178
Complementary color
Monochromatic Colors of #765178
Black with #765178
Text Example
Text Example
White with #765178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765178; }
p { color: rgb(118,81,120); }
H1.HeaderClassName
{
color: #765178;
}
.AnyTagClassName
{
color: #765178;
}
</style>
background-color css
<style>
a { background-color: #765178; }
a { background-color: rgb(118,81,120); }
div.DivClassName
{
background-color: #765178;
}
.BgClassName
{
background-color: #765178;
}
</style>
border-color css
<style>
span { border-color: #765178; }
span { border-color: rgb(118,81,120); }
td.TdClassName
{
border-color: #765178;
}
.TagClassName
{
border-color: #765178;
}
</style>