Shades of Trendy Pink #755173
Tints of Trendy Pink #755173
RGB
CMYK
RGB Variations
Color information
#755173 (or 0x755173) is known color: Trendy Pink. HEX triplet: 75, 51 and 73. RGB value is (117,81,115). Sum of RGB (Red+Green+Blue) = 117+81+115=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 81 (32.03% from 255 or 25.88% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 117 - color contains mainly: red. Hex color #755173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755173 is #8AAE8C. Grayscale: #5F5F5F. Windows color (decimal): -9088653 or 7557493. OLE color: 7557493.
HSL color Cylindrical-coordinate representation of color #755173: hue angle of 303.33º degrees, saturation: 0.18, 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 #755173 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 81 | 115 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.54 |
| HSL | 303.33º | 0.18% | 0.39% | - |
| HSV(B) | 303.33º | 0.31% | 0.46% | - |
| XYZ | 13.37 | 10.9 | 17.62 | - |
| YUV | 95.64 | 138.93 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 81 | 115 | 0 | 0.31 | 0.02 | 0.54 | 303.33 | 0.18 | 0.39 |
| Hex | 75 | 51 | 73 | 0 | 1F | 2 | 36 | 12F | 12 | 27 |
| Octal | 165 | 121 | 163 | 0 | 37 | 2 | 66 | 457 | 22 | 47 |
| Binary | 1110101 | 1010001 | 1110011 | 0 | 11111 | 10 | 110110 | 100101111 | 10010 | 100111 |
Color Harmonies of #755173
Complementary color
Monochromatic Colors of #755173
Black with #755173
Text Example
Text Example
White with #755173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755173; }
p { color: rgb(117,81,115); }
H1.HeaderClassName
{
color: #755173;
}
.AnyTagClassName
{
color: #755173;
}
</style>
background-color css
<style>
a { background-color: #755173; }
a { background-color: rgb(117,81,115); }
div.DivClassName
{
background-color: #755173;
}
.BgClassName
{
background-color: #755173;
}
</style>
border-color css
<style>
span { border-color: #755173; }
span { border-color: rgb(117,81,115); }
td.TdClassName
{
border-color: #755173;
}
.TagClassName
{
border-color: #755173;
}
</style>