Shades of Trendy Pink #755078
Tints of Trendy Pink #755078
RGB
CMYK
RGB Variations
Color information
#755078 (or 0x755078) is known color: Trendy Pink. HEX triplet: 75, 50 and 78. RGB value is (117,80,120). Sum of RGB (Red+Green+Blue) = 117+80+120=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 120 (47.27% from 255 or 37.85% from 317); Max value from RGB is 120 - color contains mainly: blue. Hex color #755078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755078 is #8AAF87. Grayscale: #5F5F5F. Windows color (decimal): -9088904 or 7884917. OLE color: 7884917.
HSL color Cylindrical-coordinate representation of color #755078: hue angle of 295.5º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #755078 is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 80 | 120 | - |
| CMYK | 0.02 | 0.33 | 0 | 0.53 |
| HSL | 295.5º | 0.2% | 0.39% | - |
| HSV(B) | 295.5º | 0.33% | 0.47% | - |
| XYZ | 13.59 | 10.88 | 19.15 | - |
| YUV | 95.62 | 141.76 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 80 | 120 | 0.02 | 0.33 | 0 | 0.53 | 295.5 | 0.2 | 0.39 |
| Hex | 75 | 50 | 78 | 2 | 21 | 0 | 35 | 128 | 14 | 27 |
| Octal | 165 | 120 | 170 | 2 | 41 | 0 | 65 | 450 | 24 | 47 |
| Binary | 1110101 | 1010000 | 1111000 | 10 | 100001 | 0 | 110101 | 100101000 | 10100 | 100111 |
Color Harmonies of #755078
Complementary color
Monochromatic Colors of #755078
Black with #755078
Text Example
Text Example
White with #755078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755078; }
p { color: rgb(117,80,120); }
H1.HeaderClassName
{
color: #755078;
}
.AnyTagClassName
{
color: #755078;
}
</style>
background-color css
<style>
a { background-color: #755078; }
a { background-color: rgb(117,80,120); }
div.DivClassName
{
background-color: #755078;
}
.BgClassName
{
background-color: #755078;
}
</style>
border-color css
<style>
span { border-color: #755078; }
span { border-color: rgb(117,80,120); }
td.TdClassName
{
border-color: #755078;
}
.TagClassName
{
border-color: #755078;
}
</style>