Shades of Trendy Pink #755179
Tints of Trendy Pink #755179
RGB
CMYK
RGB Variations
Color information
#755179 (or 0x755179) is known color: Trendy Pink. HEX triplet: 75, 51 and 79. RGB value is (117,81,121). Sum of RGB (Red+Green+Blue) = 117+81+121=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 81 (32.03% from 255 or 25.39% from 319); Blue value is 121 (47.66% from 255 or 37.93% from 319); Max value from RGB is 121 - color contains mainly: blue. Hex color #755179 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755179 is #8AAE86. Grayscale: #606060. Windows color (decimal): -9088647 or 7950709. OLE color: 7950709.
HSL color Cylindrical-coordinate representation of color #755179: hue angle of 294º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #755179 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 81 | 121 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.53 |
| HSL | 294º | 0.2% | 0.4% | - |
| HSV(B) | 294º | 0.33% | 0.47% | - |
| XYZ | 13.73 | 11.05 | 19.5 | - |
| YUV | 96.32 | 141.93 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 81 | 121 | 0.03 | 0.33 | 0 | 0.53 | 294 | 0.2 | 0.4 |
| Hex | 75 | 51 | 79 | 3 | 21 | 0 | 35 | 126 | 14 | 28 |
| Octal | 165 | 121 | 171 | 3 | 41 | 0 | 65 | 446 | 24 | 50 |
| Binary | 1110101 | 1010001 | 1111001 | 11 | 100001 | 0 | 110101 | 100100110 | 10100 | 101000 |
Color Harmonies of #755179
Complementary color
Monochromatic Colors of #755179
Black with #755179
Text Example
Text Example
White with #755179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755179; }
p { color: rgb(117,81,121); }
H1.HeaderClassName
{
color: #755179;
}
.AnyTagClassName
{
color: #755179;
}
</style>
background-color css
<style>
a { background-color: #755179; }
a { background-color: rgb(117,81,121); }
div.DivClassName
{
background-color: #755179;
}
.BgClassName
{
background-color: #755179;
}
</style>
border-color css
<style>
span { border-color: #755179; }
span { border-color: rgb(117,81,121); }
td.TdClassName
{
border-color: #755179;
}
.TagClassName
{
border-color: #755179;
}
</style>