Shades of Trendy Pink #765075
Tints of Trendy Pink #765075
RGB
CMYK
RGB Variations
Color information
#765075 (or 0x765075) is known color: Trendy Pink. HEX triplet: 76, 50 and 75. RGB value is (118,80,117). Sum of RGB (Red+Green+Blue) = 118+80+117=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 118 - color contains mainly: red. Hex color #765075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765075 is #89AF8A. Grayscale: #5F5F5F. Windows color (decimal): -9023371 or 7688310. OLE color: 7688310.
HSL color Cylindrical-coordinate representation of color #765075: hue angle of 301.58º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #765075 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 80 | 117 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.54 |
| HSL | 301.58º | 0.19% | 0.39% | - |
| HSV(B) | 301.58º | 0.32% | 0.46% | - |
| XYZ | 13.55 | 10.87 | 18.21 | - |
| YUV | 95.58 | 140.09 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 80 | 117 | 0 | 0.32 | 0.01 | 0.54 | 301.58 | 0.19 | 0.39 |
| Hex | 76 | 50 | 75 | 0 | 20 | 1 | 36 | 12E | 13 | 27 |
| Octal | 166 | 120 | 165 | 0 | 40 | 1 | 66 | 456 | 23 | 47 |
| Binary | 1110110 | 1010000 | 1110101 | 0 | 100000 | 1 | 110110 | 100101110 | 10011 | 100111 |
Color Harmonies of #765075
Complementary color
Monochromatic Colors of #765075
Black with #765075
Text Example
Text Example
White with #765075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765075; }
p { color: rgb(118,80,117); }
H1.HeaderClassName
{
color: #765075;
}
.AnyTagClassName
{
color: #765075;
}
</style>
background-color css
<style>
a { background-color: #765075; }
a { background-color: rgb(118,80,117); }
div.DivClassName
{
background-color: #765075;
}
.BgClassName
{
background-color: #765075;
}
</style>
border-color css
<style>
span { border-color: #765075; }
span { border-color: rgb(118,80,117); }
td.TdClassName
{
border-color: #765075;
}
.TagClassName
{
border-color: #765075;
}
</style>