Shades of Trendy Pink #755577
Tints of Trendy Pink #755577
RGB
CMYK
RGB Variations
Color information
#755577 (or 0x755577) is known color: Trendy Pink. HEX triplet: 75, 55 and 77. RGB value is (117,85,119). Sum of RGB (Red+Green+Blue) = 117+85+119=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 119 (46.88% from 255 or 37.07% from 321); Max value from RGB is 119 - color contains mainly: blue. Hex color #755577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755577 is #8AAA88. Grayscale: #626262. Windows color (decimal): -9087625 or 7820661. OLE color: 7820661.
HSL color Cylindrical-coordinate representation of color #755577: hue angle of 296.47º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #755577 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 85 | 119 | - |
| CMYK | 0.02 | 0.29 | 0 | 0.53 |
| HSL | 296.47º | 0.17% | 0.4% | - |
| HSV(B) | 296.47º | 0.29% | 0.47% | - |
| XYZ | 13.91 | 11.61 | 18.96 | - |
| YUV | 98.44 | 139.6 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 85 | 119 | 0.02 | 0.29 | 0 | 0.53 | 296.47 | 0.17 | 0.4 |
| Hex | 75 | 55 | 77 | 2 | 1D | 0 | 35 | 128 | 11 | 28 |
| Octal | 165 | 125 | 167 | 2 | 35 | 0 | 65 | 450 | 21 | 50 |
| Binary | 1110101 | 1010101 | 1110111 | 10 | 11101 | 0 | 110101 | 100101000 | 10001 | 101000 |
Color Harmonies of #755577
Complementary color
Monochromatic Colors of #755577
Black with #755577
Text Example
Text Example
White with #755577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755577; }
p { color: rgb(117,85,119); }
H1.HeaderClassName
{
color: #755577;
}
.AnyTagClassName
{
color: #755577;
}
</style>
background-color css
<style>
a { background-color: #755577; }
a { background-color: rgb(117,85,119); }
div.DivClassName
{
background-color: #755577;
}
.BgClassName
{
background-color: #755577;
}
</style>
border-color css
<style>
span { border-color: #755577; }
span { border-color: rgb(117,85,119); }
td.TdClassName
{
border-color: #755577;
}
.TagClassName
{
border-color: #755577;
}
</style>