COLOR #78899D

HEX: #78899D
RGB: (120,137,157)

Color info

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

RGB color model

#78899D color RGB value is (120,137,157).

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

RGB channels and saturation

R 120 of 255 = 47%
G 137 of 255 = 54%
B 157 of 255 = 62%

120
137
157

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

Portions of RGB colors in percentages

R + G + B =
120 + 137 + 157 = 414 (100%)
R 120 of 414 ~ 28.99%
G 137 of 414 ~ 33.09%
B 157 of 414 ~ 37.92%

%28.99
%33.09
%37.92

CMYK color model

#78899D color CMYK value is (24,13,0,38).

  • cyan value is 23.57%
  • magenta value is 12.74%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(24,13,0,38)
C24M13Y0K38 
(24%,13%,0%,38%)
(0.24/0.13/0.00/0.38)	

CMYK percentages

%23.57
%12.74
%0
%38.43

Codes

Color #78899D in popluar color models

78899D
RGB120137157
HSL212°15.88%54.31%
HSB/HSV212°23.57%61.57%
CMYK23.57%12.74%0.00%
38.43%

Color #78899D in popluar number systems.

HEX78899D
Decimal120137157
Binary11110001000100110011101
Octal170211235

Shades and tints

Shades of #78899D

#78899D
(120,137,157)
#6E7D8F
(110,125,143)
#647181
(100,113,129)
#5A6573
(90,101,115)
#505965
(80,89,101)
#464D57
(70,77,87)
#3C4149
(60,65,73)
#32353B
(50,53,59)
#28292D
(40,41,45)
#1E1D1F
(30,29,31)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #78899D

#78899D
(120,137,157)
#8493A5
(132,147,165)
#909DAD
(144,157,173)
#9CA7B5
(156,167,181)
#A8B1BD
(168,177,189)
#B4BBC5
(180,187,197)
#C0C5CD
(192,197,205)
#CCCFD5
(204,207,213)
#D8D9DD
(216,217,221)
#E4E3E5
(228,227,229)
#F0EDED
(240,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78899D; }

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

This text font color is #78899D.


Background Color

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

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

This div background color is #78899D.


Border color

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

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

This div border color is #78899D.


Opacity

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

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

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

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

This text has shadow with #78899D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78899D on black background.


Color preview on white background

This text has color #78899D on white background.



Black color preview on #78899D background

This text has black color on #78899D background.


White color preview on #78899D background

This text has white color on #78899D background.