COLOR #779B65

HEX: #779B65
RGB: (119,155,101)

Color info

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

RGB color model

#779B65 color RGB value is (119,155,101).

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

RGB channels and saturation

R 119 of 255 = 47%
G 155 of 255 = 61%
B 101 of 255 = 40%

119
155
101

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

Portions of RGB colors in percentages

R + G + B =
119 + 155 + 101 = 375 (100%)
R 119 of 375 ~ 31.73%
G 155 of 375 ~ 41.33%
B 101 of 375 ~ 26.93%

%31.73
%41.33
%26.93

CMYK color model

#779B65 color CMYK value is (23,0,35,39).

  • cyan value is 23.23%
  • magenta value is 0.00%
  • yellow value is 34.84%
  • key color value is 39.22%
CMYK:
(23,0,35,39)
C23M0Y35K39 
(23%,0%,35%,39%)
(0.23/0.00/0.35/0.39)	

CMYK percentages

%23.23
%0
%34.84
%39.22

Codes

Color #779B65 in popluar color models

779B65
RGB119155101
HSL100°21.26%50.20%
HSB/HSV100°34.84%60.78%
CMYK23.23%0.00%34.84%
39.22%

Color #779B65 in popluar number systems.

HEX779B65
Decimal119155101
Binary1110111100110111100101
Octal167233145

Shades and tints

Shades of #779B65

#779B65
(119,155,101)
#6D8D5C
(109,141,92)
#637F53
(99,127,83)
#59714A
(89,113,74)
#4F6341
(79,99,65)
#455538
(69,85,56)
#3B472F
(59,71,47)
#313926
(49,57,38)
#272B1D
(39,43,29)
#1D1D14
(29,29,20)
#130F0B
(19,15,11)
#000000
(0,0,0)

Tints of #779B65

#779B65
(119,155,101)
#83A473
(131,164,115)
#8FAD81
(143,173,129)
#9BB68F
(155,182,143)
#A7BF9D
(167,191,157)
#B3C8AB
(179,200,171)
#BFD1B9
(191,209,185)
#CBDAC7
(203,218,199)
#D7E3D5
(215,227,213)
#E3ECE3
(227,236,227)
#EFF5F1
(239,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #779B65; }

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

This text font color is #779B65.


Background Color

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

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

This div background color is #779B65.


Border color

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

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

This div border color is #779B65.


Opacity

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

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

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

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

This text has shadow with #779B65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779B65 on black background.


Color preview on white background

This text has color #779B65 on white background.



Black color preview on #779B65 background

This text has black color on #779B65 background.


White color preview on #779B65 background

This text has white color on #779B65 background.