Shades of Trendy Pink #765975
Tints of Trendy Pink #765975
RGB
CMYK
RGB Variations
Color information
#765975 (or 0x765975) is known color: Trendy Pink. HEX triplet: 76, 59 and 75. RGB value is (118,89,117). Sum of RGB (Red+Green+Blue) = 118+89+117=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 118 - color contains mainly: red. Hex color #765975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765975 is #89A68A. Grayscale: #646464. Windows color (decimal): -9021067 or 7690614. OLE color: 7690614.
HSL color Cylindrical-coordinate representation of color #765975: hue angle of 302.07º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #765975 is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 89 | 117 | - |
| CMYK | 0 | 0.25 | 0.01 | 0.54 |
| HSL | 302.07º | 0.14% | 0.41% | - |
| HSV(B) | 302.07º | 0.25% | 0.46% | - |
| XYZ | 14.25 | 12.28 | 18.45 | - |
| YUV | 100.86 | 137.11 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 89 | 117 | 0 | 0.25 | 0.01 | 0.54 | 302.07 | 0.14 | 0.41 |
| Hex | 76 | 59 | 75 | 0 | 19 | 1 | 36 | 12E | E | 29 |
| Octal | 166 | 131 | 165 | 0 | 31 | 1 | 66 | 456 | 16 | 51 |
| Binary | 1110110 | 1011001 | 1110101 | 0 | 11001 | 1 | 110110 | 100101110 | 1110 | 101001 |
Color Harmonies of #765975
Complementary color
Monochromatic Colors of #765975
Black with #765975
Text Example
Text Example
White with #765975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765975; }
p { color: rgb(118,89,117); }
H1.HeaderClassName
{
color: #765975;
}
.AnyTagClassName
{
color: #765975;
}
</style>
background-color css
<style>
a { background-color: #765975; }
a { background-color: rgb(118,89,117); }
div.DivClassName
{
background-color: #765975;
}
.BgClassName
{
background-color: #765975;
}
</style>
border-color css
<style>
span { border-color: #765975; }
span { border-color: rgb(118,89,117); }
td.TdClassName
{
border-color: #765975;
}
.TagClassName
{
border-color: #765975;
}
</style>