Shades of Trendy Pink #78537B
Tints of Trendy Pink #78537B
RGB
CMYK
RGB Variations
Color information
#78537B (or 0x78537B) is known color: Trendy Pink. HEX triplet: 78, 53 and 7B. RGB value is (120,83,123). Sum of RGB (Red+Green+Blue) = 120+83+123=326 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.81% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 123 (48.44% from 255 or 37.73% from 326); Max value from RGB is 123 - color contains mainly: blue. Hex color #78537B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78537B is #87AC84. Grayscale: #626262. Windows color (decimal): -8891525 or 8082296. OLE color: 8082296.
HSL color Cylindrical-coordinate representation of color #78537B: hue angle of 295.5º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #78537B is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 120 | 83 | 123 | - |
| CMYK | 0.02 | 0.33 | 0 | 0.52 |
| HSL | 295.5º | 0.19% | 0.4% | - |
| HSV(B) | 295.5º | 0.33% | 0.48% | - |
| XYZ | 14.41 | 11.61 | 20.22 | - |
| YUV | 98.62 | 141.76 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 83 | 123 | 0.02 | 0.33 | 0 | 0.52 | 295.5 | 0.19 | 0.4 |
| Hex | 78 | 53 | 7B | 2 | 21 | 0 | 34 | 128 | 13 | 28 |
| Octal | 170 | 123 | 173 | 2 | 41 | 0 | 64 | 450 | 23 | 50 |
| Binary | 1111000 | 1010011 | 1111011 | 10 | 100001 | 0 | 110100 | 100101000 | 10011 | 101000 |
Color Harmonies of #78537B
Complementary color
Monochromatic Colors of #78537B
Black with #78537B
Text Example
Text Example
White with #78537B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78537B; }
p { color: rgb(120,83,123); }
H1.HeaderClassName
{
color: #78537B;
}
.AnyTagClassName
{
color: #78537B;
}
</style>
background-color css
<style>
a { background-color: #78537B; }
a { background-color: rgb(120,83,123); }
div.DivClassName
{
background-color: #78537B;
}
.BgClassName
{
background-color: #78537B;
}
</style>
border-color css
<style>
span { border-color: #78537B; }
span { border-color: rgb(120,83,123); }
td.TdClassName
{
border-color: #78537B;
}
.TagClassName
{
border-color: #78537B;
}
</style>