COLOR #779065

HEX: #779065
RGB: (119,144,101)

Color info

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

RGB color model

#779065 color RGB value is (119,144,101).

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

RGB channels and saturation

R 119 of 255 = 47%
G 144 of 255 = 56%
B 101 of 255 = 40%

119
144
101

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

Portions of RGB colors in percentages

R + G + B =
119 + 144 + 101 = 364 (100%)
R 119 of 364 ~ 32.69%
G 144 of 364 ~ 39.56%
B 101 of 364 ~ 27.75%

%32.69
%39.56
%27.75

CMYK color model

#779065 color CMYK value is (17,0,30,44).

  • cyan value is 17.36%
  • magenta value is 0.00%
  • yellow value is 29.86%
  • key color value is 43.53%
CMYK:
(17,0,30,44)
C17M0Y30K44 
(17%,0%,30%,44%)
(0.17/0.00/0.30/0.44)	

CMYK percentages

%17.36
%0
%29.86
%43.53

Codes

Color #779065 in popluar color models

779065
RGB119144101
HSL95°17.55%48.04%
HSB/HSV95°29.86%56.47%
CMYK17.36%0.00%29.86%
43.53%

Color #779065 in popluar number systems.

HEX779065
Decimal119144101
Binary1110111100100001100101
Octal167220145

Shades and tints

Shades of #779065

#779065
(119,144,101)
#6D835C
(109,131,92)
#637653
(99,118,83)
#59694A
(89,105,74)
#4F5C41
(79,92,65)
#454F38
(69,79,56)
#3B422F
(59,66,47)
#313526
(49,53,38)
#27281D
(39,40,29)
#1D1B14
(29,27,20)
#130E0B
(19,14,11)
#000000
(0,0,0)

Tints of #779065

#779065
(119,144,101)
#839A73
(131,154,115)
#8FA481
(143,164,129)
#9BAE8F
(155,174,143)
#A7B89D
(167,184,157)
#B3C2AB
(179,194,171)
#BFCCB9
(191,204,185)
#CBD6C7
(203,214,199)
#D7E0D5
(215,224,213)
#E3EAE3
(227,234,227)
#EFF4F1
(239,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #779065; }

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

This text font color is #779065.


Background Color

.myBgColor { background-color: #779065; }

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

This div background color is #779065.


Border color

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

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

This div border color is #779065.


Opacity

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

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

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

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

This text has shadow with #779065 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779065 on black background.


Color preview on white background

This text has color #779065 on white background.



Black color preview on #779065 background

This text has black color on #779065 background.


White color preview on #779065 background

This text has white color on #779065 background.