COLOR #779364

HEX: #779364
RGB: (119,147,100)

Color info

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

RGB color model

#779364 color RGB value is (119,147,100).

  • red value is 119;
  • green value is 147;
  • blue value is 100.
RGB:
(119,147,100)
(47%,58%,39%)

RGB channels and saturation

R 119 of 255 = 47%
G 147 of 255 = 58%
B 100 of 255 = 39%

119
147
100

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

Portions of RGB colors in percentages

R + G + B =
119 + 147 + 100 = 366 (100%)
R 119 of 366 ~ 32.51%
G 147 of 366 ~ 40.16%
B 100 of 366 ~ 27.32%

%32.51
%40.16
%27.32

CMYK color model

#779364 color CMYK value is (19,0,32,42).

  • cyan value is 19.05%
  • magenta value is 0.00%
  • yellow value is 31.97%
  • key color value is 42.35%
CMYK:
(19,0,32,42)
C19M0Y32K42 
(19%,0%,32%,42%)
(0.19/0.00/0.32/0.42)	

CMYK percentages

%19.05
%0
%31.97
%42.35

Codes

Color #779364 in popluar color models

779364
RGB119147100
HSL96°19.03%48.43%
HSB/HSV96°31.97%57.65%
CMYK19.05%0.00%31.97%
42.35%

Color #779364 in popluar number systems.

HEX779364
Decimal119147100
Binary1110111100100111100100
Octal167223144

Shades and tints

Shades of #779364

#779364
(119,147,100)
#6D865B
(109,134,91)
#637952
(99,121,82)
#596C49
(89,108,73)
#4F5F40
(79,95,64)
#455237
(69,82,55)
#3B452E
(59,69,46)
#313825
(49,56,37)
#272B1C
(39,43,28)
#1D1E13
(29,30,19)
#13110A
(19,17,10)
#000000
(0,0,0)

Tints of #779364

#779364
(119,147,100)
#839C72
(131,156,114)
#8FA580
(143,165,128)
#9BAE8E
(155,174,142)
#A7B79C
(167,183,156)
#B3C0AA
(179,192,170)
#BFC9B8
(191,201,184)
#CBD2C6
(203,210,198)
#D7DBD4
(215,219,212)
#E3E4E2
(227,228,226)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #779364 color. Also use rgb(119,147,100) instead hex code.

Text Font Color

.myTextColor { color: #779364; }

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

This text font color is #779364.


Background Color

.myBgColor { background-color: #779364; }

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

This div background color is #779364.


Border color

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

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

This div border color is #779364.


Opacity

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

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

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

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

This text has shadow with #779364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779364 on black background.


Color preview on white background

This text has color #779364 on white background.



Black color preview on #779364 background

This text has black color on #779364 background.


White color preview on #779364 background

This text has white color on #779364 background.