COLOR #779B5C

HEX: #779B5C
RGB: (119,155,92)

Color info

#779B5C contains mainly red and green colors. Web safe color of #779B5C is #669966 (or #696).

RGB color model

#779B5C color RGB value is (119,155,92).

  • red value is 119;
  • green value is 155;
  • blue value is 92.
RGB:
(119,155,92)
(47%,61%,36%)

RGB channels and saturation

R 119 of 255 = 47%
G 155 of 255 = 61%
B 92 of 255 = 36%

119
155
92

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

Portions of RGB colors in percentages

R + G + B =
119 + 155 + 92 = 366 (100%)
R 119 of 366 ~ 32.51%
G 155 of 366 ~ 42.35%
B 92 of 366 ~ 25.14%

%32.51
%42.35
%25.14

CMYK color model

#779B5C color CMYK value is (23,0,41,39).

  • cyan value is 23.23%
  • magenta value is 0.00%
  • yellow value is 40.65%
  • key color value is 39.22%
CMYK:
(23,0,41,39)
C23M0Y41K39 
(23%,0%,41%,39%)
(0.23/0.00/0.41/0.39)	

CMYK percentages

%23.23
%0
%40.65
%39.22

Codes

Color #779B5C in popluar color models

779B5C
RGB11915592
HSL94°25.51%48.43%
HSB/HSV94°40.65%60.78%
CMYK23.23%0.00%40.65%
39.22%

Color #779B5C in popluar number systems.

HEX779B5C
Decimal11915592
Binary1110111100110111011100
Octal167233134

Shades and tints

Shades of #779B5C

#779B5C
(119,155,92)
#6D8D54
(109,141,84)
#637F4C
(99,127,76)
#597144
(89,113,68)
#4F633C
(79,99,60)
#455534
(69,85,52)
#3B472C
(59,71,44)
#313924
(49,57,36)
#272B1C
(39,43,28)
#1D1D14
(29,29,20)
#130F0C
(19,15,12)
#000000
(0,0,0)

Tints of #779B5C

#779B5C
(119,155,92)
#83A46A
(131,164,106)
#8FAD78
(143,173,120)
#9BB686
(155,182,134)
#A7BF94
(167,191,148)
#B3C8A2
(179,200,162)
#BFD1B0
(191,209,176)
#CBDABE
(203,218,190)
#D7E3CC
(215,227,204)
#E3ECDA
(227,236,218)
#EFF5E8
(239,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #779B5C color. Also use rgb(119,155,92) instead hex code.

Text Font Color

.myTextColor { color: #779B5C; }

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

This text font color is #779B5C.


Background Color

.myBgColor { background-color: #779B5C; }

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

This div background color is #779B5C.


Border color

.myBorderColor { border: 1px solid #779B5C; }

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

This div border color is #779B5C.


Opacity

.myOpacity80 { color: #779B5C; opacity: 0.8; }

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

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

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

This text has shadow with #779B5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779B5C on black background.


Color preview on white background

This text has color #779B5C on white background.



Black color preview on #779B5C background

This text has black color on #779B5C background.


White color preview on #779B5C background

This text has white color on #779B5C background.