Shades of Trendy Pink #75557A
Tints of Trendy Pink #75557A
RGB
CMYK
RGB Variations
Color information
#75557A (or 0x75557A) is known color: Trendy Pink. HEX triplet: 75, 55 and 7A. RGB value is (117,85,122). Sum of RGB (Red+Green+Blue) = 117+85+122=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 122 (48.05% from 255 or 37.65% from 324); Max value from RGB is 122 - color contains mainly: blue. Hex color #75557A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75557A is #8AAA85. Grayscale: #626262. Windows color (decimal): -9087622 or 8017269. OLE color: 8017269.
HSL color Cylindrical-coordinate representation of color #75557A: hue angle of 291.89º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #75557A is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 117 | 85 | 122 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.52 |
| HSL | 291.89º | 0.18% | 0.41% | - |
| HSV(B) | 291.89º | 0.3% | 0.48% | - |
| XYZ | 14.1 | 11.68 | 19.92 | - |
| YUV | 98.79 | 141.1 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 85 | 122 | 0.04 | 0.30 | 0 | 0.52 | 291.89 | 0.18 | 0.41 |
| Hex | 75 | 55 | 7A | 4 | 1E | 0 | 34 | 124 | 12 | 29 |
| Octal | 165 | 125 | 172 | 4 | 36 | 0 | 64 | 444 | 22 | 51 |
| Binary | 1110101 | 1010101 | 1111010 | 100 | 11110 | 0 | 110100 | 100100100 | 10010 | 101001 |
Color Harmonies of #75557A
Complementary color
Monochromatic Colors of #75557A
Black with #75557A
Text Example
Text Example
White with #75557A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75557A; }
p { color: rgb(117,85,122); }
H1.HeaderClassName
{
color: #75557A;
}
.AnyTagClassName
{
color: #75557A;
}
</style>
background-color css
<style>
a { background-color: #75557A; }
a { background-color: rgb(117,85,122); }
div.DivClassName
{
background-color: #75557A;
}
.BgClassName
{
background-color: #75557A;
}
</style>
border-color css
<style>
span { border-color: #75557A; }
span { border-color: rgb(117,85,122); }
td.TdClassName
{
border-color: #75557A;
}
.TagClassName
{
border-color: #75557A;
}
</style>