Shades of Trendy Pink #755174
Tints of Trendy Pink #755174
RGB
CMYK
RGB Variations
Color information
#755174 (or 0x755174) is known color: Trendy Pink. HEX triplet: 75, 51 and 74. RGB value is (117,81,116). Sum of RGB (Red+Green+Blue) = 117+81+116=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 116 (45.70% from 255 or 36.94% from 314); Max value from RGB is 117 - color contains mainly: red. Hex color #755174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755174 is #8AAE8B. Grayscale: #5F5F5F. Windows color (decimal): -9088652 or 7623029. OLE color: 7623029.
HSL color Cylindrical-coordinate representation of color #755174: hue angle of 301.67º 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 #755174 is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 81 | 116 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.54 |
| HSL | 301.67º | 0.18% | 0.39% | - |
| HSV(B) | 301.67º | 0.31% | 0.46% | - |
| XYZ | 13.43 | 10.93 | 17.92 | - |
| YUV | 95.75 | 139.43 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 81 | 116 | 0 | 0.31 | 0.01 | 0.54 | 301.67 | 0.18 | 0.39 |
| Hex | 75 | 51 | 74 | 0 | 1F | 1 | 36 | 12E | 12 | 27 |
| Octal | 165 | 121 | 164 | 0 | 37 | 1 | 66 | 456 | 22 | 47 |
| Binary | 1110101 | 1010001 | 1110100 | 0 | 11111 | 1 | 110110 | 100101110 | 10010 | 100111 |
Color Harmonies of #755174
Complementary color
Monochromatic Colors of #755174
Black with #755174
Text Example
Text Example
White with #755174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755174; }
p { color: rgb(117,81,116); }
H1.HeaderClassName
{
color: #755174;
}
.AnyTagClassName
{
color: #755174;
}
</style>
background-color css
<style>
a { background-color: #755174; }
a { background-color: rgb(117,81,116); }
div.DivClassName
{
background-color: #755174;
}
.BgClassName
{
background-color: #755174;
}
</style>
border-color css
<style>
span { border-color: #755174; }
span { border-color: rgb(117,81,116); }
td.TdClassName
{
border-color: #755174;
}
.TagClassName
{
border-color: #755174;
}
</style>