Shades of Trendy Pink #755074
Tints of Trendy Pink #755074
RGB
CMYK
RGB Variations
Color information
#755074 (or 0x755074) is known color: Trendy Pink. HEX triplet: 75, 50 and 74. RGB value is (117,80,116). Sum of RGB (Red+Green+Blue) = 117+80+116=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 116 (45.70% from 255 or 37.06% from 313); Max value from RGB is 117 - color contains mainly: red. Hex color #755074 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755074 is #8AAF8B. Grayscale: #5F5F5F. Windows color (decimal): -9088908 or 7622773. OLE color: 7622773.
HSL color Cylindrical-coordinate representation of color #755074: hue angle of 301.62º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #755074 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 80 | 116 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.54 |
| HSL | 301.62º | 0.19% | 0.39% | - |
| HSV(B) | 301.62º | 0.32% | 0.46% | - |
| XYZ | 13.36 | 10.78 | 17.9 | - |
| YUV | 95.17 | 139.76 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 80 | 116 | 0 | 0.32 | 0.01 | 0.54 | 301.62 | 0.19 | 0.39 |
| Hex | 75 | 50 | 74 | 0 | 20 | 1 | 36 | 12E | 13 | 27 |
| Octal | 165 | 120 | 164 | 0 | 40 | 1 | 66 | 456 | 23 | 47 |
| Binary | 1110101 | 1010000 | 1110100 | 0 | 100000 | 1 | 110110 | 100101110 | 10011 | 100111 |
Color Harmonies of #755074
Complementary color
Monochromatic Colors of #755074
Black with #755074
Text Example
Text Example
White with #755074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755074; }
p { color: rgb(117,80,116); }
H1.HeaderClassName
{
color: #755074;
}
.AnyTagClassName
{
color: #755074;
}
</style>
background-color css
<style>
a { background-color: #755074; }
a { background-color: rgb(117,80,116); }
div.DivClassName
{
background-color: #755074;
}
.BgClassName
{
background-color: #755074;
}
</style>
border-color css
<style>
span { border-color: #755074; }
span { border-color: rgb(117,80,116); }
td.TdClassName
{
border-color: #755074;
}
.TagClassName
{
border-color: #755074;
}
</style>