COLOR #78949E

HEX: #78949E
RGB: (120,148,158)

Color info

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

RGB color model

#78949E color RGB value is (120,148,158).

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

RGB channels and saturation

R 120 of 255 = 47%
G 148 of 255 = 58%
B 158 of 255 = 62%

120
148
158

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

Portions of RGB colors in percentages

R + G + B =
120 + 148 + 158 = 426 (100%)
R 120 of 426 ~ 28.17%
G 148 of 426 ~ 34.74%
B 158 of 426 ~ 37.09%

%28.17
%34.74
%37.09

CMYK color model

#78949E color CMYK value is (24,6,0,38).

  • cyan value is 24.05%
  • magenta value is 6.33%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(24,6,0,38)
C24M6Y0K38 
(24%,6%,0%,38%)
(0.24/0.06/0.00/0.38)	

CMYK percentages

%24.05
%6.33
%0
%38.04

Codes

Color #78949E in popluar color models

78949E
RGB120148158
HSL196°16.38%54.51%
HSB/HSV196°24.05%61.96%
CMYK24.05%6.33%0.00%
38.04%

Color #78949E in popluar number systems.

HEX78949E
Decimal120148158
Binary11110001001010010011110
Octal170224236

Shades and tints

Shades of #78949E

#78949E
(120,148,158)
#6E8790
(110,135,144)
#647A82
(100,122,130)
#5A6D74
(90,109,116)
#506066
(80,96,102)
#465358
(70,83,88)
#3C464A
(60,70,74)
#32393C
(50,57,60)
#282C2E
(40,44,46)
#1E1F20
(30,31,32)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #78949E

#78949E
(120,148,158)
#849DA6
(132,157,166)
#90A6AE
(144,166,174)
#9CAFB6
(156,175,182)
#A8B8BE
(168,184,190)
#B4C1C6
(180,193,198)
#C0CACE
(192,202,206)
#CCD3D6
(204,211,214)
#D8DCDE
(216,220,222)
#E4E5E6
(228,229,230)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78949E; }

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

This text font color is #78949E.


Background Color

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

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

This div background color is #78949E.


Border color

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

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

This div border color is #78949E.


Opacity

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

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

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

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

This text has shadow with #78949E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78949E on black background.


Color preview on white background

This text has color #78949E on white background.



Black color preview on #78949E background

This text has black color on #78949E background.


White color preview on #78949E background

This text has white color on #78949E background.