COLOR #78577C

HEX: #78577C
RGB: (120,87,124)

Color info

#78577C contains red, green and blue colors in about the same proportion. Web safe color of #78577C is #666666 (or #666).

RGB color model

#78577C color RGB value is (120,87,124).

  • red value is 120;
  • green value is 87;
  • blue value is 124.
RGB:
(120,87,124)
(47%,34%,49%)

RGB channels and saturation

R 120 of 255 = 47%
G 87 of 255 = 34%
B 124 of 255 = 49%

120
87
124

R + G + B ~ 43%. #78577C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 87 + 124 = 331 (100%)
R 120 of 331 ~ 36.25%
G 87 of 331 ~ 26.28%
B 124 of 331 ~ 37.46%

%36.25
%26.28
%37.46

CMYK color model

#78577C color CMYK value is (3,30,0,51).

  • cyan value is 3.23%
  • magenta value is 29.84%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(3,30,0,51)
C3M30Y0K51 
(3%,30%,0%,51%)
(0.03/0.30/0.00/0.51)	

CMYK percentages

%3.23
%29.84
%0
%51.37

Codes

Color #78577C in popluar color models

78577C
RGB12087124
HSL294°17.54%41.37%
HSB/HSV294°29.84%48.63%
CMYK3.23%29.84%0.00%
51.37%

Color #78577C in popluar number systems.

HEX78577C
Decimal12087124
Binary111100010101111111100
Octal170127174

Shades and tints

Shades of #78577C

#78577C
(120,87,124)
#6E5071
(110,80,113)
#644966
(100,73,102)
#5A425B
(90,66,91)
#503B50
(80,59,80)
#463445
(70,52,69)
#3C2D3A
(60,45,58)
#32262F
(50,38,47)
#281F24
(40,31,36)
#1E1819
(30,24,25)
#14110E
(20,17,14)
#000000
(0,0,0)

Tints of #78577C

#78577C
(120,87,124)
#846687
(132,102,135)
#907592
(144,117,146)
#9C849D
(156,132,157)
#A893A8
(168,147,168)
#B4A2B3
(180,162,179)
#C0B1BE
(192,177,190)
#CCC0C9
(204,192,201)
#D8CFD4
(216,207,212)
#E4DEDF
(228,222,223)
#F0EDEA
(240,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78577C color. Also use rgb(120,87,124) instead hex code.

Text Font Color

.myTextColor { color: #78577C; }

<p style="color:#78577C">This sample text font color is #78577C.</p>

This text font color is #78577C.


Background Color

.myBgColor { background-color: #78577C; }

<div style="background-color:#78577C">Inner text</div>

This div background color is #78577C.


Border color

.myBorderColor { border: 1px solid #78577C; }

<div style="border:3px solid #78577C">Div</div>

This div border color is #78577C.


Opacity

.myOpacity80 { color: #78577C; opacity: 0.8; }

<p style="color:#78577C;opacity:0.8;">80%</p>

Text with #78577C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #78577C;}

<p style="text-shadow: 3px 3px 1px #78577C">Text here.</p>

This text has shadow with #78577C color.

.textShadow {text-shadow: 3px 3px 1px #78577C, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #78577C, 5px 5px 20px red">Text here.</p>

This text has shadow with #78577C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#78577C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#78577C, Direction=45, Strength=4)">Text</p>

This text has shadow with #78577C and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #78577C;
  -webkit-box-shadow:	1px 1px 3px 2px #78577C;
  box-shadow:		1px 1px 3px 2px #78577C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #78577C;
-webkit-box-shadow: 1px 1px 3px 2px #78577C;
box-shadow:1px 1px 3px 2px #78577C;">
Div content here</div>
This div box has shadow with color #78577C.

Preview

Color preview on black background

This text has color #78577C on black background.


Color preview on white background

This text has color #78577C on white background.



Black color preview on #78577C background

This text has black color on #78577C background.


White color preview on #78577C background

This text has white color on #78577C background.