Shades of Trendy Pink #755876
Tints of Trendy Pink #755876
RGB
CMYK
RGB Variations
Color information
#755876 (or 0x755876) is known color: Trendy Pink. HEX triplet: 75, 58 and 76. RGB value is (117,88,118). Sum of RGB (Red+Green+Blue) = 117+88+118=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 118 (46.48% from 255 or 36.53% from 323); Max value from RGB is 118 - color contains mainly: blue. Hex color #755876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755876 is #8AA789. Grayscale: #646464. Windows color (decimal): -9086858 or 7755893. OLE color: 7755893.
HSL color Cylindrical-coordinate representation of color #755876: hue angle of 298º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #755876 is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 88 | 118 | - |
| CMYK | 0.01 | 0.25 | 0 | 0.54 |
| HSL | 298º | 0.15% | 0.4% | - |
| HSV(B) | 298º | 0.25% | 0.46% | - |
| XYZ | 14.1 | 12.07 | 18.73 | - |
| YUV | 100.09 | 138.11 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 88 | 118 | 0.01 | 0.25 | 0 | 0.54 | 298 | 0.15 | 0.4 |
| Hex | 75 | 58 | 76 | 1 | 19 | 0 | 36 | 12A | F | 28 |
| Octal | 165 | 130 | 166 | 1 | 31 | 0 | 66 | 452 | 17 | 50 |
| Binary | 1110101 | 1011000 | 1110110 | 1 | 11001 | 0 | 110110 | 100101010 | 1111 | 101000 |
Color Harmonies of #755876
Complementary color
Monochromatic Colors of #755876
Black with #755876
Text Example
Text Example
White with #755876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755876; }
p { color: rgb(117,88,118); }
H1.HeaderClassName
{
color: #755876;
}
.AnyTagClassName
{
color: #755876;
}
</style>
background-color css
<style>
a { background-color: #755876; }
a { background-color: rgb(117,88,118); }
div.DivClassName
{
background-color: #755876;
}
.BgClassName
{
background-color: #755876;
}
</style>
border-color css
<style>
span { border-color: #755876; }
span { border-color: rgb(117,88,118); }
td.TdClassName
{
border-color: #755876;
}
.TagClassName
{
border-color: #755876;
}
</style>