COLOR #78939F

HEX: #78939F
RGB: (120,147,159)

Color info

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

RGB color model

#78939F color RGB value is (120,147,159).

  • red value is 120;
  • green value is 147;
  • blue value is 159.
RGB:
(120,147,159)
(47%,58%,62%)

RGB channels and saturation

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

120
147
159

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

Portions of RGB colors in percentages

R + G + B =
120 + 147 + 159 = 426 (100%)
R 120 of 426 ~ 28.17%
G 147 of 426 ~ 34.51%
B 159 of 426 ~ 37.32%

%28.17
%34.51
%37.32

CMYK color model

#78939F color CMYK value is (25,8,0,38).

  • cyan value is 24.53%
  • magenta value is 7.55%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(25,8,0,38)
C25M8Y0K38 
(25%,8%,0%,38%)
(0.25/0.08/0.00/0.38)	

CMYK percentages

%24.53
%7.55
%0
%37.65

Codes

Color #78939F in popluar color models

78939F
RGB120147159
HSL198°16.88%54.71%
HSB/HSV198°24.53%62.35%
CMYK24.53%7.55%0.00%
37.65%

Color #78939F in popluar number systems.

HEX78939F
Decimal120147159
Binary11110001001001110011111
Octal170223237

Shades and tints

Shades of #78939F

#78939F
(120,147,159)
#6E8691
(110,134,145)
#647983
(100,121,131)
#5A6C75
(90,108,117)
#505F67
(80,95,103)
#465259
(70,82,89)
#3C454B
(60,69,75)
#32383D
(50,56,61)
#282B2F
(40,43,47)
#1E1E21
(30,30,33)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #78939F

#78939F
(120,147,159)
#849CA7
(132,156,167)
#90A5AF
(144,165,175)
#9CAEB7
(156,174,183)
#A8B7BF
(168,183,191)
#B4C0C7
(180,192,199)
#C0C9CF
(192,201,207)
#CCD2D7
(204,210,215)
#D8DBDF
(216,219,223)
#E4E4E7
(228,228,231)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78939F; }

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

This text font color is #78939F.


Background Color

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

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

This div background color is #78939F.


Border color

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

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

This div border color is #78939F.


Opacity

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

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

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

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

This text has shadow with #78939F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78939F on black background.


Color preview on white background

This text has color #78939F on white background.



Black color preview on #78939F background

This text has black color on #78939F background.


White color preview on #78939F background

This text has white color on #78939F background.