Shades of Trendy Pink #75587A
Tints of Trendy Pink #75587A
RGB
CMYK
RGB Variations
Color information
#75587A (or 0x75587A) is known color: Trendy Pink. HEX triplet: 75, 58 and 7A. RGB value is (117,88,122). Sum of RGB (Red+Green+Blue) = 117+88+122=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 122 (48.05% from 255 or 37.31% from 327); Max value from RGB is 122 - color contains mainly: blue. Hex color #75587A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75587A is #8AA785. Grayscale: #646464. Windows color (decimal): -9086854 or 8018037. OLE color: 8018037.
HSL color Cylindrical-coordinate representation of color #75587A: hue angle of 291.18º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #75587A is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 117 | 88 | 122 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.52 |
| HSL | 291.18º | 0.16% | 0.41% | - |
| HSV(B) | 291.18º | 0.28% | 0.48% | - |
| XYZ | 14.34 | 12.17 | 20 | - |
| YUV | 100.55 | 140.11 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 88 | 122 | 0.04 | 0.28 | 0 | 0.52 | 291.18 | 0.16 | 0.41 |
| Hex | 75 | 58 | 7A | 4 | 1C | 0 | 34 | 123 | 10 | 29 |
| Octal | 165 | 130 | 172 | 4 | 34 | 0 | 64 | 443 | 20 | 51 |
| Binary | 1110101 | 1011000 | 1111010 | 100 | 11100 | 0 | 110100 | 100100011 | 10000 | 101001 |
Color Harmonies of #75587A
Complementary color
Monochromatic Colors of #75587A
Black with #75587A
Text Example
Text Example
White with #75587A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75587A; }
p { color: rgb(117,88,122); }
H1.HeaderClassName
{
color: #75587A;
}
.AnyTagClassName
{
color: #75587A;
}
</style>
background-color css
<style>
a { background-color: #75587A; }
a { background-color: rgb(117,88,122); }
div.DivClassName
{
background-color: #75587A;
}
.BgClassName
{
background-color: #75587A;
}
</style>
border-color css
<style>
span { border-color: #75587A; }
span { border-color: rgb(117,88,122); }
td.TdClassName
{
border-color: #75587A;
}
.TagClassName
{
border-color: #75587A;
}
</style>