Shades of Trendy Pink #765372
Tints of Trendy Pink #765372
RGB
CMYK
RGB Variations
Color information
#765372 (or 0x765372) is known color: Trendy Pink. HEX triplet: 76, 53 and 72. RGB value is (118,83,114). Sum of RGB (Red+Green+Blue) = 118+83+114=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 118 - color contains mainly: red. Hex color #765372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765372 is #89AC8D. Grayscale: #606060. Windows color (decimal): -9022606 or 7492470. OLE color: 7492470.
HSL color Cylindrical-coordinate representation of color #765372: hue angle of 306.86º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #765372 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 83 | 114 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.54 |
| HSL | 306.86º | 0.17% | 0.39% | - |
| HSV(B) | 306.86º | 0.3% | 0.46% | - |
| XYZ | 13.6 | 11.25 | 17.37 | - |
| YUV | 97 | 137.6 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 83 | 114 | 0 | 0.30 | 0.03 | 0.54 | 306.86 | 0.17 | 0.39 |
| Hex | 76 | 53 | 72 | 0 | 1E | 3 | 36 | 133 | 11 | 27 |
| Octal | 166 | 123 | 162 | 0 | 36 | 3 | 66 | 463 | 21 | 47 |
| Binary | 1110110 | 1010011 | 1110010 | 0 | 11110 | 11 | 110110 | 100110011 | 10001 | 100111 |
Color Harmonies of #765372
Complementary color
Monochromatic Colors of #765372
Black with #765372
Text Example
Text Example
White with #765372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765372; }
p { color: rgb(118,83,114); }
H1.HeaderClassName
{
color: #765372;
}
.AnyTagClassName
{
color: #765372;
}
</style>
background-color css
<style>
a { background-color: #765372; }
a { background-color: rgb(118,83,114); }
div.DivClassName
{
background-color: #765372;
}
.BgClassName
{
background-color: #765372;
}
</style>
border-color css
<style>
span { border-color: #765372; }
span { border-color: rgb(118,83,114); }
td.TdClassName
{
border-color: #765372;
}
.TagClassName
{
border-color: #765372;
}
</style>