COLOR #779178

HEX: #779178
RGB: (119,145,120)

Color info

#779178 contains red, green and blue colors in about the same proportion. Web safe color of #779178 is #669966 (or #696).

RGB color model

#779178 color RGB value is (119,145,120).

  • red value is 119;
  • green value is 145;
  • blue value is 120.
RGB:
(119,145,120)
(47%,57%,47%)

RGB channels and saturation

R 119 of 255 = 47%
G 145 of 255 = 57%
B 120 of 255 = 47%

119
145
120

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

Portions of RGB colors in percentages

R + G + B =
119 + 145 + 120 = 384 (100%)
R 119 of 384 ~ 30.99%
G 145 of 384 ~ 37.76%
B 120 of 384 ~ 31.25%

%30.99
%37.76
%31.25

CMYK color model

#779178 color CMYK value is (18,0,17,43).

  • cyan value is 17.93%
  • magenta value is 0.00%
  • yellow value is 17.24%
  • key color value is 43.14%
CMYK:
(18,0,17,43)
C18M0Y17K43 
(18%,0%,17%,43%)
(0.18/0.00/0.17/0.43)	

CMYK percentages

%17.93
%0
%17.24
%43.14

Codes

Color #779178 in popluar color models

779178
RGB119145120
HSL122°10.57%51.76%
HSB/HSV122°17.93%56.86%
CMYK17.93%0.00%17.24%
43.14%

Color #779178 in popluar number systems.

HEX779178
Decimal119145120
Binary1110111100100011111000
Octal167221170

Shades and tints

Shades of #779178

#779178
(119,145,120)
#6D846E
(109,132,110)
#637764
(99,119,100)
#596A5A
(89,106,90)
#4F5D50
(79,93,80)
#455046
(69,80,70)
#3B433C
(59,67,60)
#313632
(49,54,50)
#272928
(39,41,40)
#1D1C1E
(29,28,30)
#130F14
(19,15,20)
#000000
(0,0,0)

Tints of #779178

#779178
(119,145,120)
#839B84
(131,155,132)
#8FA590
(143,165,144)
#9BAF9C
(155,175,156)
#A7B9A8
(167,185,168)
#B3C3B4
(179,195,180)
#BFCDC0
(191,205,192)
#CBD7CC
(203,215,204)
#D7E1D8
(215,225,216)
#E3EBE4
(227,235,228)
#EFF5F0
(239,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #779178 color. Also use rgb(119,145,120) instead hex code.

Text Font Color

.myTextColor { color: #779178; }

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

This text font color is #779178.


Background Color

.myBgColor { background-color: #779178; }

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

This div background color is #779178.


Border color

.myBorderColor { border: 1px solid #779178; }

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

This div border color is #779178.


Opacity

.myOpacity80 { color: #779178; opacity: 0.8; }

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

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

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

This text has shadow with #779178 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779178 on black background.


Color preview on white background

This text has color #779178 on white background.



Black color preview on #779178 background

This text has black color on #779178 background.


White color preview on #779178 background

This text has white color on #779178 background.