Shades of Trendy Pink #78587A
Tints of Trendy Pink #78587A
RGB
CMYK
RGB Variations
Color information
#78587A (or 0x78587A) is known color: Trendy Pink. HEX triplet: 78, 58 and 7A. RGB value is (120,88,122). Sum of RGB (Red+Green+Blue) = 120+88+122=330 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.36% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 122 (48.05% from 255 or 36.97% from 330); Max value from RGB is 122 - color contains mainly: blue. Hex color #78587A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78587A is #87A785. Grayscale: #656565. Windows color (decimal): -8890246 or 8018040. OLE color: 8018040.
HSL color Cylindrical-coordinate representation of color #78587A: hue angle of 296.47º 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 #78587A is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 120 | 88 | 122 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.52 |
| HSL | 296.47º | 0.16% | 0.41% | - |
| HSV(B) | 296.47º | 0.28% | 0.48% | - |
| XYZ | 14.75 | 12.38 | 20.02 | - |
| YUV | 101.44 | 139.6 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 88 | 122 | 0.02 | 0.28 | 0 | 0.52 | 296.47 | 0.16 | 0.41 |
| Hex | 78 | 58 | 7A | 2 | 1C | 0 | 34 | 128 | 10 | 29 |
| Octal | 170 | 130 | 172 | 2 | 34 | 0 | 64 | 450 | 20 | 51 |
| Binary | 1111000 | 1011000 | 1111010 | 10 | 11100 | 0 | 110100 | 100101000 | 10000 | 101001 |
Color Harmonies of #78587A
Complementary color
Monochromatic Colors of #78587A
Black with #78587A
Text Example
Text Example
White with #78587A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78587A; }
p { color: rgb(120,88,122); }
H1.HeaderClassName
{
color: #78587A;
}
.AnyTagClassName
{
color: #78587A;
}
</style>
background-color css
<style>
a { background-color: #78587A; }
a { background-color: rgb(120,88,122); }
div.DivClassName
{
background-color: #78587A;
}
.BgClassName
{
background-color: #78587A;
}
</style>
border-color css
<style>
span { border-color: #78587A; }
span { border-color: rgb(120,88,122); }
td.TdClassName
{
border-color: #78587A;
}
.TagClassName
{
border-color: #78587A;
}
</style>