COLOR #78559A

HEX: #78559A
RGB: (120,85,154)

Color info

#78559A contains mainly red and blue colors. Web safe color of #78559A is #666699 (or #669).

RGB color model

#78559A color RGB value is (120,85,154).

  • red value is 120;
  • green value is 85;
  • blue value is 154.
RGB:
(120,85,154)
(47%,33%,60%)

RGB channels and saturation

R 120 of 255 = 47%
G 85 of 255 = 33%
B 154 of 255 = 60%

120
85
154

R + G + B ~ 47%. #78559A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 85 + 154 = 359 (100%)
R 120 of 359 ~ 33.43%
G 85 of 359 ~ 23.68%
B 154 of 359 ~ 42.9%

%33.43
%23.68
%42.9

CMYK color model

#78559A color CMYK value is (22,45,0,40).

  • cyan value is 22.08%
  • magenta value is 44.81%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(22,45,0,40)
C22M45Y0K40 
(22%,45%,0%,40%)
(0.22/0.45/0.00/0.40)	

CMYK percentages

%22.08
%44.81
%0
%39.61

Codes

Color #78559A in popluar color models

78559A
RGB12085154
HSL270°28.87%46.86%
HSB/HSV270°44.81%60.39%
CMYK22.08%44.81%0.00%
39.61%

Color #78559A in popluar number systems.

HEX78559A
Decimal12085154
Binary1111000101010110011010
Octal170125232

Shades and tints

Shades of #78559A

#78559A
(120,85,154)
#6E4E8C
(110,78,140)
#64477E
(100,71,126)
#5A4070
(90,64,112)
#503962
(80,57,98)
#463254
(70,50,84)
#3C2B46
(60,43,70)
#322438
(50,36,56)
#281D2A
(40,29,42)
#1E161C
(30,22,28)
#140F0E
(20,15,14)
#000000
(0,0,0)

Tints of #78559A

#78559A
(120,85,154)
#8464A3
(132,100,163)
#9073AC
(144,115,172)
#9C82B5
(156,130,181)
#A891BE
(168,145,190)
#B4A0C7
(180,160,199)
#C0AFD0
(192,175,208)
#CCBED9
(204,190,217)
#D8CDE2
(216,205,226)
#E4DCEB
(228,220,235)
#F0EBF4
(240,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78559A color. Also use rgb(120,85,154) instead hex code.

Text Font Color

.myTextColor { color: #78559A; }

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

This text font color is #78559A.


Background Color

.myBgColor { background-color: #78559A; }

<div style="background-color:#78559A">Inner text</div>

This div background color is #78559A.


Border color

.myBorderColor { border: 1px solid #78559A; }

<div style="border:3px solid #78559A">Div</div>

This div border color is #78559A.


Opacity

.myOpacity80 { color: #78559A; opacity: 0.8; }

<p style="color:#78559A;opacity:0.8;">80%</p>

Text with #78559A 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 #78559A;}

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

This text has shadow with #78559A color.

.textShadow {text-shadow: 3px 3px 1px #78559A, 3px 3px 1px red;}

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

This text has shadow with #78559A primary color and red secondary color.


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

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

This text has shadow with #78559A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78559A on black background.


Color preview on white background

This text has color #78559A on white background.



Black color preview on #78559A background

This text has black color on #78559A background.


White color preview on #78559A background

This text has white color on #78559A background.