Shades of Trendy Pink #765473
Tints of Trendy Pink #765473
RGB
CMYK
RGB Variations
Color information
#765473 (or 0x765473) is known color: Trendy Pink. HEX triplet: 76, 54 and 73. RGB value is (118,84,115). Sum of RGB (Red+Green+Blue) = 118+84+115=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 118 - color contains mainly: red. Hex color #765473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765473 is #89AB8C. Grayscale: #616161. Windows color (decimal): -9022349 or 7558262. OLE color: 7558262.
HSL color Cylindrical-coordinate representation of color #765473: hue angle of 305.29º 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 #765473 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 84 | 115 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.54 |
| HSL | 305.29º | 0.17% | 0.4% | - |
| HSV(B) | 305.29º | 0.29% | 0.46% | - |
| XYZ | 13.74 | 11.43 | 17.7 | - |
| YUV | 97.7 | 137.76 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 84 | 115 | 0 | 0.29 | 0.03 | 0.54 | 305.29 | 0.17 | 0.4 |
| Hex | 76 | 54 | 73 | 0 | 1D | 3 | 36 | 131 | 11 | 28 |
| Octal | 166 | 124 | 163 | 0 | 35 | 3 | 66 | 461 | 21 | 50 |
| Binary | 1110110 | 1010100 | 1110011 | 0 | 11101 | 11 | 110110 | 100110001 | 10001 | 101000 |
Color Harmonies of #765473
Complementary color
Monochromatic Colors of #765473
Black with #765473
Text Example
Text Example
White with #765473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765473; }
p { color: rgb(118,84,115); }
H1.HeaderClassName
{
color: #765473;
}
.AnyTagClassName
{
color: #765473;
}
</style>
background-color css
<style>
a { background-color: #765473; }
a { background-color: rgb(118,84,115); }
div.DivClassName
{
background-color: #765473;
}
.BgClassName
{
background-color: #765473;
}
</style>
border-color css
<style>
span { border-color: #765473; }
span { border-color: rgb(118,84,115); }
td.TdClassName
{
border-color: #765473;
}
.TagClassName
{
border-color: #765473;
}
</style>