COLOR #78849D

HEX: #78849D
RGB: (120,132,157)

Color info

#78849D contains red, green and blue colors in about the same proportion. Web safe color of #78849D is #669999 (or #699).

RGB color model

#78849D color RGB value is (120,132,157).

  • red value is 120;
  • green value is 132;
  • blue value is 157.
RGB:
(120,132,157)
(47%,52%,62%)

RGB channels and saturation

R 120 of 255 = 47%
G 132 of 255 = 52%
B 157 of 255 = 62%

120
132
157

R + G + B ~ 54%. #78849D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 132 + 157 = 409 (100%)
R 120 of 409 ~ 29.34%
G 132 of 409 ~ 32.27%
B 157 of 409 ~ 38.39%

%29.34
%32.27
%38.39

CMYK color model

#78849D color CMYK value is (24,16,0,38).

  • cyan value is 23.57%
  • magenta value is 15.92%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(24,16,0,38)
C24M16Y0K38 
(24%,16%,0%,38%)
(0.24/0.16/0.00/0.38)	

CMYK percentages

%23.57
%15.92
%0
%38.43

Codes

Color #78849D in popluar color models

78849D
RGB120132157
HSL221°15.88%54.31%
HSB/HSV221°23.57%61.57%
CMYK23.57%15.92%0.00%
38.43%

Color #78849D in popluar number systems.

HEX78849D
Decimal120132157
Binary11110001000010010011101
Octal170204235

Shades and tints

Shades of #78849D

#78849D
(120,132,157)
#6E788F
(110,120,143)
#646C81
(100,108,129)
#5A6073
(90,96,115)
#505465
(80,84,101)
#464857
(70,72,87)
#3C3C49
(60,60,73)
#32303B
(50,48,59)
#28242D
(40,36,45)
#1E181F
(30,24,31)
#140C11
(20,12,17)
#000000
(0,0,0)

Tints of #78849D

#78849D
(120,132,157)
#848FA5
(132,143,165)
#909AAD
(144,154,173)
#9CA5B5
(156,165,181)
#A8B0BD
(168,176,189)
#B4BBC5
(180,187,197)
#C0C6CD
(192,198,205)
#CCD1D5
(204,209,213)
#D8DCDD
(216,220,221)
#E4E7E5
(228,231,229)
#F0F2ED
(240,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78849D color. Also use rgb(120,132,157) instead hex code.

Text Font Color

.myTextColor { color: #78849D; }

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

This text font color is #78849D.


Background Color

.myBgColor { background-color: #78849D; }

<div style="background-color:#78849D">Inner text</div>

This div background color is #78849D.


Border color

.myBorderColor { border: 1px solid #78849D; }

<div style="border:3px solid #78849D">Div</div>

This div border color is #78849D.


Opacity

.myOpacity80 { color: #78849D; opacity: 0.8; }

<p style="color:#78849D;opacity:0.8;">80%</p>

Text with #78849D 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 #78849D;}

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

This text has shadow with #78849D color.

.textShadow {text-shadow: 3px 3px 1px #78849D, 3px 3px 1px red;}

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

This text has shadow with #78849D primary color and red secondary color.


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

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

This text has shadow with #78849D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78849D on black background.


Color preview on white background

This text has color #78849D on white background.



Black color preview on #78849D background

This text has black color on #78849D background.


White color preview on #78849D background

This text has white color on #78849D background.