Shades of Trendy Pink #765475
Tints of Trendy Pink #765475
RGB
CMYK
RGB Variations
Color information
#765475 (or 0x765475) is known color: Trendy Pink. HEX triplet: 76, 54 and 75. RGB value is (118,84,117). Sum of RGB (Red+Green+Blue) = 118+84+117=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 118 - color contains mainly: red. Hex color #765475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765475 is #89AB8A. Grayscale: #616161. Windows color (decimal): -9022347 or 7689334. OLE color: 7689334.
HSL color Cylindrical-coordinate representation of color #765475: hue angle of 301.76º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #765475 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 84 | 117 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.54 |
| HSL | 301.76º | 0.17% | 0.4% | - |
| HSV(B) | 301.76º | 0.29% | 0.46% | - |
| XYZ | 13.85 | 11.48 | 18.31 | - |
| YUV | 97.93 | 138.76 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 84 | 117 | 0 | 0.29 | 0.01 | 0.54 | 301.76 | 0.17 | 0.4 |
| Hex | 76 | 54 | 75 | 0 | 1D | 1 | 36 | 12E | 11 | 28 |
| Octal | 166 | 124 | 165 | 0 | 35 | 1 | 66 | 456 | 21 | 50 |
| Binary | 1110110 | 1010100 | 1110101 | 0 | 11101 | 1 | 110110 | 100101110 | 10001 | 101000 |
Color Harmonies of #765475
Complementary color
Monochromatic Colors of #765475
Black with #765475
Text Example
Text Example
White with #765475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765475; }
p { color: rgb(118,84,117); }
H1.HeaderClassName
{
color: #765475;
}
.AnyTagClassName
{
color: #765475;
}
</style>
background-color css
<style>
a { background-color: #765475; }
a { background-color: rgb(118,84,117); }
div.DivClassName
{
background-color: #765475;
}
.BgClassName
{
background-color: #765475;
}
</style>
border-color css
<style>
span { border-color: #765475; }
span { border-color: rgb(118,84,117); }
td.TdClassName
{
border-color: #765475;
}
.TagClassName
{
border-color: #765475;
}
</style>