COLOR #78498E

HEX: #78498E
RGB: (120,73,142)

Color info

#78498E contains mainly red and blue colors. Web safe color of #78498E is #663399 (or #639).

RGB color model

#78498E color RGB value is (120,73,142).

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

RGB channels and saturation

R 120 of 255 = 47%
G 73 of 255 = 29%
B 142 of 255 = 56%

120
73
142

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

Portions of RGB colors in percentages

R + G + B =
120 + 73 + 142 = 335 (100%)
R 120 of 335 ~ 35.82%
G 73 of 335 ~ 21.79%
B 142 of 335 ~ 42.39%

%35.82
%21.79
%42.39

CMYK color model

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

  • cyan value is 15.49%
  • magenta value is 48.59%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(15,49,0,44)
C15M49Y0K44 
(15%,49%,0%,44%)
(0.15/0.49/0.00/0.44)	

CMYK percentages

%15.49
%48.59
%0
%44.31

Codes

Color #78498E in popluar color models

78498E
RGB12073142
HSL281°32.09%42.16%
HSB/HSV281°48.59%55.69%
CMYK15.49%48.59%0.00%
44.31%

Color #78498E in popluar number systems.

HEX78498E
Decimal12073142
Binary1111000100100110001110
Octal170111216

Shades and tints

Shades of #78498E

#78498E
(120,73,142)
#6E4382
(110,67,130)
#643D76
(100,61,118)
#5A376A
(90,55,106)
#50315E
(80,49,94)
#462B52
(70,43,82)
#3C2546
(60,37,70)
#321F3A
(50,31,58)
#28192E
(40,25,46)
#1E1322
(30,19,34)
#140D16
(20,13,22)
#000000
(0,0,0)

Tints of #78498E

#78498E
(120,73,142)
#845998
(132,89,152)
#9069A2
(144,105,162)
#9C79AC
(156,121,172)
#A889B6
(168,137,182)
#B499C0
(180,153,192)
#C0A9CA
(192,169,202)
#CCB9D4
(204,185,212)
#D8C9DE
(216,201,222)
#E4D9E8
(228,217,232)
#F0E9F2
(240,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78498E; }

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

This text font color is #78498E.


Background Color

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

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

This div background color is #78498E.


Border color

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

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

This div border color is #78498E.


Opacity

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

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

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

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

This text has shadow with #78498E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78498E on black background.


Color preview on white background

This text has color #78498E on white background.



Black color preview on #78498E background

This text has black color on #78498E background.


White color preview on #78498E background

This text has white color on #78498E background.