COLOR #78508E

HEX: #78508E
RGB: (120,80,142)

Color info

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

RGB color model

#78508E color RGB value is (120,80,142).

  • red value is 120;
  • green value is 80;
  • blue value is 142.
RGB:
(120,80,142)
(47%,31%,56%)

RGB channels and saturation

R 120 of 255 = 47%
G 80 of 255 = 31%
B 142 of 255 = 56%

120
80
142

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

Portions of RGB colors in percentages

R + G + B =
120 + 80 + 142 = 342 (100%)
R 120 of 342 ~ 35.09%
G 80 of 342 ~ 23.39%
B 142 of 342 ~ 41.52%

%35.09
%23.39
%41.52

CMYK color model

#78508E color CMYK value is (15,44,0,44).

  • cyan value is 15.49%
  • magenta value is 43.66%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(15,44,0,44)
C15M44Y0K44 
(15%,44%,0%,44%)
(0.15/0.44/0.00/0.44)	

CMYK percentages

%15.49
%43.66
%0
%44.31

Codes

Color #78508E in popluar color models

78508E
RGB12080142
HSL279°27.93%43.53%
HSB/HSV279°43.66%55.69%
CMYK15.49%43.66%0.00%
44.31%

Color #78508E in popluar number systems.

HEX78508E
Decimal12080142
Binary1111000101000010001110
Octal170120216

Shades and tints

Shades of #78508E

#78508E
(120,80,142)
#6E4982
(110,73,130)
#644276
(100,66,118)
#5A3B6A
(90,59,106)
#50345E
(80,52,94)
#462D52
(70,45,82)
#3C2646
(60,38,70)
#321F3A
(50,31,58)
#28182E
(40,24,46)
#1E1122
(30,17,34)
#140A16
(20,10,22)
#000000
(0,0,0)

Tints of #78508E

#78508E
(120,80,142)
#845F98
(132,95,152)
#906EA2
(144,110,162)
#9C7DAC
(156,125,172)
#A88CB6
(168,140,182)
#B49BC0
(180,155,192)
#C0AACA
(192,170,202)
#CCB9D4
(204,185,212)
#D8C8DE
(216,200,222)
#E4D7E8
(228,215,232)
#F0E6F2
(240,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78508E color. Also use rgb(120,80,142) instead hex code.

Text Font Color

.myTextColor { color: #78508E; }

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

This text font color is #78508E.


Background Color

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

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

This div background color is #78508E.


Border color

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

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

This div border color is #78508E.


Opacity

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

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

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

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

This text has shadow with #78508E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78508E on black background.


Color preview on white background

This text has color #78508E on white background.



Black color preview on #78508E background

This text has black color on #78508E background.


White color preview on #78508E background

This text has white color on #78508E background.