COLOR #78939D

HEX: #78939D RGB: (120,147,157)

Color info

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

RGB color model

#78939D color RGB value is (120,147,157).

RGB: (120,147,157) (47%, 58%, 62%)

RGB channels and saturation

R 120 of 255 = 47%
G 147 of 255 = 58%
B 157 of 255 = 62%

120
147
157

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

Portions of RGB colors in percentages

R + G + B = 120 + 147 + 157 = 424 (100%)
R 120 of 424 ~ 28.3%
G 147 of 424 ~ 34.67%
B 157 of 424 ~ 37.03'%

%28.3
%34.67
%37.03

CMYK color model

#78939D color CMYK value is (24,6,0,38).

  • cyan value is 23.57%
  • magenta value is 6.37%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (24,6,0,38)
C24M6Y0K38 (24%, 6%, 0%, 38%)
(0.24 / 0.06 / 0.00 / 0.38)

CMYK percentages

%23.57
%6.37
%0
%38.43

Codes

Color #78939D in popluar color models

78 93 9D
RGB 120 147 157
HSL 196° 15.88% 54.31%
HSB/HSV 196° 23.57% 61.57%
CMYK 23.57% 6.37% 0.00%
38.43%

Color #78939D in popluar number systems.

HEX 78 93 9D
Decimal 120 147 157
Binary 1111000 10010011 10011101
Octal 170 223 235

Shades and tints

Shades of #78939D

#78939D
(120,147,157)
#6E868F
(110,134,143)
#647981
(100,121,129)
#5A6C73
(90,108,115)
#505F65
(80,95,101)
#465257
(70,82,87)
#3C4549
(60,69,73)
#32383B
(50,56,59)
#282B2D
(40,43,45)
#1E1E1F
(30,30,31)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #78939D

#78939D
(120,147,157)
#849CA5
(132,156,165)
#90A5AD
(144,165,173)
#9CAEB5
(156,174,181)
#A8B7BD
(168,183,189)
#B4C0C5
(180,192,197)
#C0C9CD
(192,201,205)
#CCD2D5
(204,210,213)
#D8DBDD
(216,219,221)
#E4E4E5
(228,228,229)
#F0EDED
(240,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78939D; }

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

This text font color is #78939D.

Background Color

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

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

This div background color is #78939D.

Border color

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

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

This div border color is #78939D.

Opacity

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

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

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

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

This text has shadow with #78939D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78939D.

Preview

Color preview on black background

This text has color #78939D on black background.


Color preview on white background

This text has color #78939D on white background.


Black color preview on #78939D background

This text has black color on #78939D background.


White color preview on #78939D background

This text has white color on #78939D background.


Related colors

Complementary color

Complementary color for #hex is #876C62.


I love getcolorcode.com

Triadic colors

1 #9D7893 and #939D78 with #78939D are triadic colors.

2 #9D9378 and #93789D with #78939D are triadic colors.