Shades of Trendy Pink #78577B
Tints of Trendy Pink #78577B
RGB
CMYK
RGB Variations
Color information
#78577B (or 0x78577B) is known color: Trendy Pink. HEX triplet: 78, 57 and 7B. RGB value is (120,87,123). Sum of RGB (Red+Green+Blue) = 120+87+123=330 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.36% from 330); Green value is 87 (34.38% from 255 or 26.36% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 123 - color contains mainly: blue. Hex color #78577B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78577B is #87A884. Grayscale: #646464. Windows color (decimal): -8890501 or 8083320. OLE color: 8083320.
HSL color Cylindrical-coordinate representation of color #78577B: hue angle of 295º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #78577B is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 120 | 87 | 123 | - |
| CMYK | 0.02 | 0.29 | 0 | 0.52 |
| HSL | 295º | 0.17% | 0.41% | - |
| HSV(B) | 295º | 0.29% | 0.48% | - |
| XYZ | 14.73 | 12.24 | 20.33 | - |
| YUV | 100.97 | 140.43 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 87 | 123 | 0.02 | 0.29 | 0 | 0.52 | 295 | 0.17 | 0.41 |
| Hex | 78 | 57 | 7B | 2 | 1D | 0 | 34 | 127 | 11 | 29 |
| Octal | 170 | 127 | 173 | 2 | 35 | 0 | 64 | 447 | 21 | 51 |
| Binary | 1111000 | 1010111 | 1111011 | 10 | 11101 | 0 | 110100 | 100100111 | 10001 | 101001 |
Color Harmonies of #78577B
Complementary color
Monochromatic Colors of #78577B
Black with #78577B
Text Example
Text Example
White with #78577B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78577B; }
p { color: rgb(120,87,123); }
H1.HeaderClassName
{
color: #78577B;
}
.AnyTagClassName
{
color: #78577B;
}
</style>
background-color css
<style>
a { background-color: #78577B; }
a { background-color: rgb(120,87,123); }
div.DivClassName
{
background-color: #78577B;
}
.BgClassName
{
background-color: #78577B;
}
</style>
border-color css
<style>
span { border-color: #78577B; }
span { border-color: rgb(120,87,123); }
td.TdClassName
{
border-color: #78577B;
}
.TagClassName
{
border-color: #78577B;
}
</style>