COLOR #78839D

HEX: #78839D
RGB: (120,131,157)

Color info

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

RGB color model

#78839D color RGB value is (120,131,157).

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

RGB channels and saturation

R 120 of 255 = 47%
G 131 of 255 = 51%
B 157 of 255 = 62%

120
131
157

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

Portions of RGB colors in percentages

R + G + B =
120 + 131 + 157 = 408 (100%)
R 120 of 408 ~ 29.41%
G 131 of 408 ~ 32.11%
B 157 of 408 ~ 38.48%

%29.41
%32.11
%38.48

CMYK color model

#78839D color CMYK value is (24,17,0,38).

  • cyan value is 23.57%
  • magenta value is 16.56%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(24,17,0,38)
C24M17Y0K38 
(24%,17%,0%,38%)
(0.24/0.17/0.00/0.38)	

CMYK percentages

%23.57
%16.56
%0
%38.43

Codes

Color #78839D in popluar color models

78839D
RGB120131157
HSL222°15.88%54.31%
HSB/HSV222°23.57%61.57%
CMYK23.57%16.56%0.00%
38.43%

Color #78839D in popluar number systems.

HEX78839D
Decimal120131157
Binary11110001000001110011101
Octal170203235

Shades and tints

Shades of #78839D

#78839D
(120,131,157)
#6E788F
(110,120,143)
#646D81
(100,109,129)
#5A6273
(90,98,115)
#505765
(80,87,101)
#464C57
(70,76,87)
#3C4149
(60,65,73)
#32363B
(50,54,59)
#282B2D
(40,43,45)
#1E201F
(30,32,31)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #78839D

#78839D
(120,131,157)
#848EA5
(132,142,165)
#9099AD
(144,153,173)
#9CA4B5
(156,164,181)
#A8AFBD
(168,175,189)
#B4BAC5
(180,186,197)
#C0C5CD
(192,197,205)
#CCD0D5
(204,208,213)
#D8DBDD
(216,219,221)
#E4E6E5
(228,230,229)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78839D; }

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

This text font color is #78839D.


Background Color

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

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

This div background color is #78839D.


Border color

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

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

This div border color is #78839D.


Opacity

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

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

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

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

This text has shadow with #78839D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78839D on black background.


Color preview on white background

This text has color #78839D on white background.



Black color preview on #78839D background

This text has black color on #78839D background.


White color preview on #78839D background

This text has white color on #78839D background.