Shades of Trendy Pink #755176
Tints of Trendy Pink #755176
RGB
CMYK
RGB Variations
Color information
#755176 (or 0x755176) is known color: Trendy Pink. HEX triplet: 75, 51 and 76. RGB value is (117,81,118). Sum of RGB (Red+Green+Blue) = 117+81+118=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 118 (46.48% from 255 or 37.34% from 316); Max value from RGB is 118 - color contains mainly: blue. Hex color #755176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755176 is #8AAE89. Grayscale: #5F5F5F. Windows color (decimal): -9088650 or 7754101. OLE color: 7754101.
HSL color Cylindrical-coordinate representation of color #755176: hue angle of 298.38º degrees, saturation: 0.19, 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 #755176 is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 81 | 118 | - |
| CMYK | 0.01 | 0.31 | 0 | 0.54 |
| HSL | 298.38º | 0.19% | 0.39% | - |
| HSV(B) | 298.38º | 0.31% | 0.46% | - |
| XYZ | 13.55 | 10.97 | 18.54 | - |
| YUV | 95.98 | 140.43 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 81 | 118 | 0.01 | 0.31 | 0 | 0.54 | 298.38 | 0.19 | 0.39 |
| Hex | 75 | 51 | 76 | 1 | 1F | 0 | 36 | 12A | 13 | 27 |
| Octal | 165 | 121 | 166 | 1 | 37 | 0 | 66 | 452 | 23 | 47 |
| Binary | 1110101 | 1010001 | 1110110 | 1 | 11111 | 0 | 110110 | 100101010 | 10011 | 100111 |
Color Harmonies of #755176
Complementary color
Monochromatic Colors of #755176
Black with #755176
Text Example
Text Example
White with #755176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755176; }
p { color: rgb(117,81,118); }
H1.HeaderClassName
{
color: #755176;
}
.AnyTagClassName
{
color: #755176;
}
</style>
background-color css
<style>
a { background-color: #755176; }
a { background-color: rgb(117,81,118); }
div.DivClassName
{
background-color: #755176;
}
.BgClassName
{
background-color: #755176;
}
</style>
border-color css
<style>
span { border-color: #755176; }
span { border-color: rgb(117,81,118); }
td.TdClassName
{
border-color: #755176;
}
.TagClassName
{
border-color: #755176;
}
</style>