COLOR #78949B

HEX: #78949B
RGB: (120,148,155)

Color info

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

RGB color model

#78949B color RGB value is (120,148,155).

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

RGB channels and saturation

R 120 of 255 = 47%
G 148 of 255 = 58%
B 155 of 255 = 61%

120
148
155

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

Portions of RGB colors in percentages

R + G + B =
120 + 148 + 155 = 423 (100%)
R 120 of 423 ~ 28.37%
G 148 of 423 ~ 34.99%
B 155 of 423 ~ 36.64%

%28.37
%34.99
%36.64

CMYK color model

#78949B color CMYK value is (23,5,0,39).

  • cyan value is 22.58%
  • magenta value is 4.52%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(23,5,0,39)
C23M5Y0K39 
(23%,5%,0%,39%)
(0.23/0.05/0.00/0.39)	

CMYK percentages

%22.58
%4.52
%0
%39.22

Codes

Color #78949B in popluar color models

78949B
RGB120148155
HSL192°14.89%53.92%
HSB/HSV192°22.58%60.78%
CMYK22.58%4.52%0.00%
39.22%

Color #78949B in popluar number systems.

HEX78949B
Decimal120148155
Binary11110001001010010011011
Octal170224233

Shades and tints

Shades of #78949B

#78949B
(120,148,155)
#6E878D
(110,135,141)
#647A7F
(100,122,127)
#5A6D71
(90,109,113)
#506063
(80,96,99)
#465355
(70,83,85)
#3C4647
(60,70,71)
#323939
(50,57,57)
#282C2B
(40,44,43)
#1E1F1D
(30,31,29)
#14120F
(20,18,15)
#000000
(0,0,0)

Tints of #78949B

#78949B
(120,148,155)
#849DA4
(132,157,164)
#90A6AD
(144,166,173)
#9CAFB6
(156,175,182)
#A8B8BF
(168,184,191)
#B4C1C8
(180,193,200)
#C0CAD1
(192,202,209)
#CCD3DA
(204,211,218)
#D8DCE3
(216,220,227)
#E4E5EC
(228,229,236)
#F0EEF5
(240,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78949B; }

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

This text font color is #78949B.


Background Color

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

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

This div background color is #78949B.


Border color

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

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

This div border color is #78949B.


Opacity

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

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

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

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

This text has shadow with #78949B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78949B on black background.


Color preview on white background

This text has color #78949B on white background.



Black color preview on #78949B background

This text has black color on #78949B background.


White color preview on #78949B background

This text has white color on #78949B background.