COLOR #779072

HEX: #779072
RGB: (119,144,114)

Color info

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

RGB color model

#779072 color RGB value is (119,144,114).

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

RGB channels and saturation

R 119 of 255 = 47%
G 144 of 255 = 56%
B 114 of 255 = 45%

119
144
114

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

Portions of RGB colors in percentages

R + G + B =
119 + 144 + 114 = 377 (100%)
R 119 of 377 ~ 31.56%
G 144 of 377 ~ 38.2%
B 114 of 377 ~ 30.24%

%31.56
%38.2
%30.24

CMYK color model

#779072 color CMYK value is (17,0,21,44).

  • cyan value is 17.36%
  • magenta value is 0.00%
  • yellow value is 20.83%
  • key color value is 43.53%
CMYK:
(17,0,21,44)
C17M0Y21K44 
(17%,0%,21%,44%)
(0.17/0.00/0.21/0.44)	

CMYK percentages

%17.36
%0
%20.83
%43.53

Codes

Color #779072 in popluar color models

779072
RGB119144114
HSL110°11.90%50.59%
HSB/HSV110°20.83%56.47%
CMYK17.36%0.00%20.83%
43.53%

Color #779072 in popluar number systems.

HEX779072
Decimal119144114
Binary1110111100100001110010
Octal167220162

Shades and tints

Shades of #779072

#779072
(119,144,114)
#6D8368
(109,131,104)
#63765E
(99,118,94)
#596954
(89,105,84)
#4F5C4A
(79,92,74)
#454F40
(69,79,64)
#3B4236
(59,66,54)
#31352C
(49,53,44)
#272822
(39,40,34)
#1D1B18
(29,27,24)
#130E0E
(19,14,14)
#000000
(0,0,0)

Tints of #779072

#779072
(119,144,114)
#839A7E
(131,154,126)
#8FA48A
(143,164,138)
#9BAE96
(155,174,150)
#A7B8A2
(167,184,162)
#B3C2AE
(179,194,174)
#BFCCBA
(191,204,186)
#CBD6C6
(203,214,198)
#D7E0D2
(215,224,210)
#E3EADE
(227,234,222)
#EFF4EA
(239,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #779072; }

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

This text font color is #779072.


Background Color

.myBgColor { background-color: #779072; }

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

This div background color is #779072.


Border color

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

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

This div border color is #779072.


Opacity

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

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

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

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

This text has shadow with #779072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779072 on black background.


Color preview on white background

This text has color #779072 on white background.



Black color preview on #779072 background

This text has black color on #779072 background.


White color preview on #779072 background

This text has white color on #779072 background.