Shades of Trendy Pink #765675
Tints of Trendy Pink #765675
RGB
CMYK
RGB Variations
Color information
#765675 (or 0x765675) is known color: Trendy Pink. HEX triplet: 76, 56 and 75. RGB value is (118,86,117). Sum of RGB (Red+Green+Blue) = 118+86+117=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 118 - color contains mainly: red. Hex color #765675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765675 is #89A98A. Grayscale: #636363. Windows color (decimal): -9021835 or 7689846. OLE color: 7689846.
HSL color Cylindrical-coordinate representation of color #765675: hue angle of 301.88º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #765675 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 86 | 117 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.54 |
| HSL | 301.88º | 0.16% | 0.4% | - |
| HSV(B) | 301.88º | 0.27% | 0.46% | - |
| XYZ | 14.01 | 11.79 | 18.37 | - |
| YUV | 99.1 | 138.1 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 86 | 117 | 0 | 0.27 | 0.01 | 0.54 | 301.88 | 0.16 | 0.4 |
| Hex | 76 | 56 | 75 | 0 | 1B | 1 | 36 | 12E | 10 | 28 |
| Octal | 166 | 126 | 165 | 0 | 33 | 1 | 66 | 456 | 20 | 50 |
| Binary | 1110110 | 1010110 | 1110101 | 0 | 11011 | 1 | 110110 | 100101110 | 10000 | 101000 |
Color Harmonies of #765675
Complementary color
Monochromatic Colors of #765675
Black with #765675
Text Example
Text Example
White with #765675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765675; }
p { color: rgb(118,86,117); }
H1.HeaderClassName
{
color: #765675;
}
.AnyTagClassName
{
color: #765675;
}
</style>
background-color css
<style>
a { background-color: #765675; }
a { background-color: rgb(118,86,117); }
div.DivClassName
{
background-color: #765675;
}
.BgClassName
{
background-color: #765675;
}
</style>
border-color css
<style>
span { border-color: #765675; }
span { border-color: rgb(118,86,117); }
td.TdClassName
{
border-color: #765675;
}
.TagClassName
{
border-color: #765675;
}
</style>