#78557C

Color #78557C Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #78557C

Tints of Trendy Pink #78557C

Color information

#78557C (or 0x78557C) is unknown color: approx Trendy Pink. HEX triplet: 78, 55 and 7C. RGB value is (120,85,124). Sum of RGB (Red+Green+Blue) = 120+85+124=329 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.47% from 329); Green value is 85 (33.59% from 255 or 25.84% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 124 - color contains mainly: blue. Hex color #78557C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78557C is #87AA83. Grayscale: #636363. Windows color (decimal): -8891012 or 8148344. OLE color: 8148344.

HSL color Cylindrical-coordinate representation of color #78557C: hue angle of 293.85º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #78557C is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12085124-
CMYK0.030.3100.51
HSL293.85º18.66%40.98%-
HSV(B)293.85º31.45%48.63%-
XYZ14.6311.9520.6-
YUV99.91141.6142.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 120 (47.27% from 255) = 36.47%
GREEN value IS 85 (33.59% from 255) = 25.84%
BLUE value IS 124 (48.83% from 255) = 37.69%
R=36.47%
G=25.84%
B=37.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal120851240.030.3100.51293.8518.6640.98
Hex78557C31F0331261329
Octal1701251743370634462351
Binary1111000101010111111001111111011001110010011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78557C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78557C; }

 p { color: rgb(120,85,124); }

 H1.HeaderClassName
 {
   color: #78557C;
 }
 .AnyTagClassName
 {
   color: #78557C;
 }
</style>
background-color css

<style>
 a { background-color: #78557C; }

 a { background-color: rgb(120,85,124); }

 div.DivClassName
 {
   background-color: #78557C;
 }
 .BgClassName
 {
   background-color: #78557C;
 }
</style>
border-color css

<style>
 span { border-color: #78557C; }

 span { border-color: rgb(120,85,124); }

 td.TdClassName
 {
   border-color: #78557C;
 }
 .TagClassName
 {
   border-color: #78557C;
 }
</style>