Shades of Trendy Pink #755A76
Tints of Trendy Pink #755A76
RGB
CMYK
RGB Variations
Color information
#755A76 (or 0x755A76) is known color: Trendy Pink. HEX triplet: 75, 5A and 76. RGB value is (117,90,118). Sum of RGB (Red+Green+Blue) = 117+90+118=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 118 - color contains mainly: blue. Hex color #755A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755A76 is #8AA589. Grayscale: #656565. Windows color (decimal): -9086346 or 7756405. OLE color: 7756405.
HSL color Cylindrical-coordinate representation of color #755A76: hue angle of 297.86º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #755A76 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 90 | 118 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.54 |
| HSL | 297.86º | 0.13% | 0.41% | - |
| HSV(B) | 297.86º | 0.24% | 0.46% | - |
| XYZ | 14.26 | 12.4 | 18.78 | - |
| YUV | 101.27 | 137.45 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 90 | 118 | 0.01 | 0.24 | 0 | 0.54 | 297.86 | 0.13 | 0.41 |
| Hex | 75 | 5A | 76 | 1 | 18 | 0 | 36 | 12A | D | 29 |
| Octal | 165 | 132 | 166 | 1 | 30 | 0 | 66 | 452 | 15 | 51 |
| Binary | 1110101 | 1011010 | 1110110 | 1 | 11000 | 0 | 110110 | 100101010 | 1101 | 101001 |
Color Harmonies of #755A76
Complementary color
Monochromatic Colors of #755A76
Black with #755A76
Text Example
Text Example
White with #755A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755A76; }
p { color: rgb(117,90,118); }
H1.HeaderClassName
{
color: #755A76;
}
.AnyTagClassName
{
color: #755A76;
}
</style>
background-color css
<style>
a { background-color: #755A76; }
a { background-color: rgb(117,90,118); }
div.DivClassName
{
background-color: #755A76;
}
.BgClassName
{
background-color: #755A76;
}
</style>
border-color css
<style>
span { border-color: #755A76; }
span { border-color: rgb(117,90,118); }
td.TdClassName
{
border-color: #755A76;
}
.TagClassName
{
border-color: #755A76;
}
</style>