Shades of Trendy Pink #755373
Tints of Trendy Pink #755373
RGB
CMYK
RGB Variations
Color information
#755373 (or 0x755373) is known color: Trendy Pink. HEX triplet: 75, 53 and 73. RGB value is (117,83,115). Sum of RGB (Red+Green+Blue) = 117+83+115=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 117 - color contains mainly: red. Hex color #755373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755373 is #8AAC8C. Grayscale: #606060. Windows color (decimal): -9088141 or 7558005. OLE color: 7558005.
HSL color Cylindrical-coordinate representation of color #755373: hue angle of 303.53º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #755373 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 83 | 115 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.54 |
| HSL | 303.53º | 0.17% | 0.39% | - |
| HSV(B) | 303.53º | 0.29% | 0.46% | - |
| XYZ | 13.52 | 11.21 | 17.67 | - |
| YUV | 96.81 | 138.26 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 83 | 115 | 0 | 0.29 | 0.02 | 0.54 | 303.53 | 0.17 | 0.39 |
| Hex | 75 | 53 | 73 | 0 | 1D | 2 | 36 | 130 | 11 | 27 |
| Octal | 165 | 123 | 163 | 0 | 35 | 2 | 66 | 460 | 21 | 47 |
| Binary | 1110101 | 1010011 | 1110011 | 0 | 11101 | 10 | 110110 | 100110000 | 10001 | 100111 |
Color Harmonies of #755373
Complementary color
Monochromatic Colors of #755373
Black with #755373
Text Example
Text Example
White with #755373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755373; }
p { color: rgb(117,83,115); }
H1.HeaderClassName
{
color: #755373;
}
.AnyTagClassName
{
color: #755373;
}
</style>
background-color css
<style>
a { background-color: #755373; }
a { background-color: rgb(117,83,115); }
div.DivClassName
{
background-color: #755373;
}
.BgClassName
{
background-color: #755373;
}
</style>
border-color css
<style>
span { border-color: #755373; }
span { border-color: rgb(117,83,115); }
td.TdClassName
{
border-color: #755373;
}
.TagClassName
{
border-color: #755373;
}
</style>