Shades of Trendy Pink #765172
Tints of Trendy Pink #765172
RGB
CMYK
RGB Variations
Color information
#765172 (or 0x765172) is known color: Trendy Pink. HEX triplet: 76, 51 and 72. RGB value is (118,81,114). Sum of RGB (Red+Green+Blue) = 118+81+114=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 81 (32.03% from 255 or 25.88% from 313); Blue value is 114 (44.92% from 255 or 36.42% from 313); Max value from RGB is 118 - color contains mainly: red. Hex color #765172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765172 is #89AE8D. Grayscale: #5F5F5F. Windows color (decimal): -9023118 or 7491958. OLE color: 7491958.
HSL color Cylindrical-coordinate representation of color #765172: hue angle of 306.49º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #765172 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 81 | 114 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.54 |
| HSL | 306.49º | 0.19% | 0.39% | - |
| HSV(B) | 306.49º | 0.31% | 0.46% | - |
| XYZ | 13.45 | 10.95 | 17.32 | - |
| YUV | 95.83 | 138.26 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 81 | 114 | 0 | 0.31 | 0.03 | 0.54 | 306.49 | 0.19 | 0.39 |
| Hex | 76 | 51 | 72 | 0 | 1F | 3 | 36 | 132 | 13 | 27 |
| Octal | 166 | 121 | 162 | 0 | 37 | 3 | 66 | 462 | 23 | 47 |
| Binary | 1110110 | 1010001 | 1110010 | 0 | 11111 | 11 | 110110 | 100110010 | 10011 | 100111 |
Color Harmonies of #765172
Complementary color
Monochromatic Colors of #765172
Black with #765172
Text Example
Text Example
White with #765172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765172; }
p { color: rgb(118,81,114); }
H1.HeaderClassName
{
color: #765172;
}
.AnyTagClassName
{
color: #765172;
}
</style>
background-color css
<style>
a { background-color: #765172; }
a { background-color: rgb(118,81,114); }
div.DivClassName
{
background-color: #765172;
}
.BgClassName
{
background-color: #765172;
}
</style>
border-color css
<style>
span { border-color: #765172; }
span { border-color: rgb(118,81,114); }
td.TdClassName
{
border-color: #765172;
}
.TagClassName
{
border-color: #765172;
}
</style>