COLOR #78599E

HEX: #78599E
RGB: (120,89,158)

Color info

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

RGB color model

#78599E color RGB value is (120,89,158).

  • red value is 120;
  • green value is 89;
  • blue value is 158.
RGB:
(120,89,158)
(47%,35%,62%)

RGB channels and saturation

R 120 of 255 = 47%
G 89 of 255 = 35%
B 158 of 255 = 62%

120
89
158

R + G + B ~ 48%. #78599E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 89 + 158 = 367 (100%)
R 120 of 367 ~ 32.7%
G 89 of 367 ~ 24.25%
B 158 of 367 ~ 43.05%

%32.7
%24.25
%43.05

CMYK color model

#78599E color CMYK value is (24,44,0,38).

  • cyan value is 24.05%
  • magenta value is 43.67%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(24,44,0,38)
C24M44Y0K38 
(24%,44%,0%,38%)
(0.24/0.44/0.00/0.38)	

CMYK percentages

%24.05
%43.67
%0
%38.04

Codes

Color #78599E in popluar color models

78599E
RGB12089158
HSL267°27.94%48.43%
HSB/HSV267°43.67%61.96%
CMYK24.05%43.67%0.00%
38.04%

Color #78599E in popluar number systems.

HEX78599E
Decimal12089158
Binary1111000101100110011110
Octal170131236

Shades and tints

Shades of #78599E

#78599E
(120,89,158)
#6E5190
(110,81,144)
#644982
(100,73,130)
#5A4174
(90,65,116)
#503966
(80,57,102)
#463158
(70,49,88)
#3C294A
(60,41,74)
#32213C
(50,33,60)
#28192E
(40,25,46)
#1E1120
(30,17,32)
#140912
(20,9,18)
#000000
(0,0,0)

Tints of #78599E

#78599E
(120,89,158)
#8468A6
(132,104,166)
#9077AE
(144,119,174)
#9C86B6
(156,134,182)
#A895BE
(168,149,190)
#B4A4C6
(180,164,198)
#C0B3CE
(192,179,206)
#CCC2D6
(204,194,214)
#D8D1DE
(216,209,222)
#E4E0E6
(228,224,230)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78599E color. Also use rgb(120,89,158) instead hex code.

Text Font Color

.myTextColor { color: #78599E; }

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

This text font color is #78599E.


Background Color

.myBgColor { background-color: #78599E; }

<div style="background-color:#78599E">Inner text</div>

This div background color is #78599E.


Border color

.myBorderColor { border: 1px solid #78599E; }

<div style="border:3px solid #78599E">Div</div>

This div border color is #78599E.


Opacity

.myOpacity80 { color: #78599E; opacity: 0.8; }

<p style="color:#78599E;opacity:0.8;">80%</p>

Text with #78599E 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 #78599E;}

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

This text has shadow with #78599E color.

.textShadow {text-shadow: 3px 3px 1px #78599E, 3px 3px 1px red;}

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

This text has shadow with #78599E primary color and red secondary color.


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

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

This text has shadow with #78599E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78599E on black background.


Color preview on white background

This text has color #78599E on white background.



Black color preview on #78599E background

This text has black color on #78599E background.


White color preview on #78599E background

This text has white color on #78599E background.