Shades of Trendy Pink #765573
Tints of Trendy Pink #765573
RGB
CMYK
RGB Variations
Color information
#765573 (or 0x765573) is known color: Trendy Pink. HEX triplet: 76, 55 and 73. RGB value is (118,85,115). Sum of RGB (Red+Green+Blue) = 118+85+115=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 115 (45.31% from 255 or 36.16% from 318); Max value from RGB is 118 - color contains mainly: red. Hex color #765573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765573 is #89AA8C. Grayscale: #626262. Windows color (decimal): -9022093 or 7558518. OLE color: 7558518.
HSL color Cylindrical-coordinate representation of color #765573: hue angle of 305.45º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #765573 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 85 | 115 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.54 |
| HSL | 305.45º | 0.16% | 0.4% | - |
| HSV(B) | 305.45º | 0.28% | 0.46% | - |
| XYZ | 13.81 | 11.59 | 17.73 | - |
| YUV | 98.29 | 137.43 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 85 | 115 | 0 | 0.28 | 0.03 | 0.54 | 305.45 | 0.16 | 0.4 |
| Hex | 76 | 55 | 73 | 0 | 1C | 3 | 36 | 131 | 10 | 28 |
| Octal | 166 | 125 | 163 | 0 | 34 | 3 | 66 | 461 | 20 | 50 |
| Binary | 1110110 | 1010101 | 1110011 | 0 | 11100 | 11 | 110110 | 100110001 | 10000 | 101000 |
Color Harmonies of #765573
Complementary color
Monochromatic Colors of #765573
Black with #765573
Text Example
Text Example
White with #765573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765573; }
p { color: rgb(118,85,115); }
H1.HeaderClassName
{
color: #765573;
}
.AnyTagClassName
{
color: #765573;
}
</style>
background-color css
<style>
a { background-color: #765573; }
a { background-color: rgb(118,85,115); }
div.DivClassName
{
background-color: #765573;
}
.BgClassName
{
background-color: #765573;
}
</style>
border-color css
<style>
span { border-color: #765573; }
span { border-color: rgb(118,85,115); }
td.TdClassName
{
border-color: #765573;
}
.TagClassName
{
border-color: #765573;
}
</style>