COLOR #78979E

HEX: #78979E
RGB: (120,151,158)

Color info

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

RGB color model

#78979E color RGB value is (120,151,158).

  • red value is 120;
  • green value is 151;
  • blue value is 158.
RGB:
(120,151,158)
(47%,59%,62%)

RGB channels and saturation

R 120 of 255 = 47%
G 151 of 255 = 59%
B 158 of 255 = 62%

120
151
158

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

Portions of RGB colors in percentages

R + G + B =
120 + 151 + 158 = 429 (100%)
R 120 of 429 ~ 27.97%
G 151 of 429 ~ 35.2%
B 158 of 429 ~ 36.83%

%27.97
%35.2
%36.83

CMYK color model

#78979E color CMYK value is (24,4,0,38).

  • cyan value is 24.05%
  • magenta value is 4.43%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(24,4,0,38)
C24M4Y0K38 
(24%,4%,0%,38%)
(0.24/0.04/0.00/0.38)	

CMYK percentages

%24.05
%4.43
%0
%38.04

Codes

Color #78979E in popluar color models

78979E
RGB120151158
HSL191°16.38%54.51%
HSB/HSV191°24.05%61.96%
CMYK24.05%4.43%0.00%
38.04%

Color #78979E in popluar number systems.

HEX78979E
Decimal120151158
Binary11110001001011110011110
Octal170227236

Shades and tints

Shades of #78979E

#78979E
(120,151,158)
#6E8A90
(110,138,144)
#647D82
(100,125,130)
#5A7074
(90,112,116)
#506366
(80,99,102)
#465658
(70,86,88)
#3C494A
(60,73,74)
#323C3C
(50,60,60)
#282F2E
(40,47,46)
#1E2220
(30,34,32)
#141512
(20,21,18)
#000000
(0,0,0)

Tints of #78979E

#78979E
(120,151,158)
#84A0A6
(132,160,166)
#90A9AE
(144,169,174)
#9CB2B6
(156,178,182)
#A8BBBE
(168,187,190)
#B4C4C6
(180,196,198)
#C0CDCE
(192,205,206)
#CCD6D6
(204,214,214)
#D8DFDE
(216,223,222)
#E4E8E6
(228,232,230)
#F0F1EE
(240,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78979E color. Also use rgb(120,151,158) instead hex code.

Text Font Color

.myTextColor { color: #78979E; }

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

This text font color is #78979E.


Background Color

.myBgColor { background-color: #78979E; }

<div style="background-color:#78979E">Inner text</div>

This div background color is #78979E.


Border color

.myBorderColor { border: 1px solid #78979E; }

<div style="border:3px solid #78979E">Div</div>

This div border color is #78979E.


Opacity

.myOpacity80 { color: #78979E; opacity: 0.8; }

<p style="color:#78979E;opacity:0.8;">80%</p>

Text with #78979E 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 #78979E;}

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

This text has shadow with #78979E color.

.textShadow {text-shadow: 3px 3px 1px #78979E, 3px 3px 1px red;}

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

This text has shadow with #78979E primary color and red secondary color.


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

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

This text has shadow with #78979E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78979E on black background.


Color preview on white background

This text has color #78979E on white background.



Black color preview on #78979E background

This text has black color on #78979E background.


White color preview on #78979E background

This text has white color on #78979E background.