COLOR #779079

HEX: #779079
RGB: (119,144,121)

Color info

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

RGB color model

#779079 color RGB value is (119,144,121).

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

RGB channels and saturation

R 119 of 255 = 47%
G 144 of 255 = 56%
B 121 of 255 = 47%

119
144
121

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

Portions of RGB colors in percentages

R + G + B =
119 + 144 + 121 = 384 (100%)
R 119 of 384 ~ 30.99%
G 144 of 384 ~ 37.5%
B 121 of 384 ~ 31.51%

%30.99
%37.5
%31.51

CMYK color model

#779079 color CMYK value is (17,0,16,44).

  • cyan value is 17.36%
  • magenta value is 0.00%
  • yellow value is 15.97%
  • key color value is 43.53%
CMYK:
(17,0,16,44)
C17M0Y16K44 
(17%,0%,16%,44%)
(0.17/0.00/0.16/0.44)	

CMYK percentages

%17.36
%0
%15.97
%43.53

Codes

Color #779079 in popluar color models

779079
RGB119144121
HSL125°10.12%51.57%
HSB/HSV125°17.36%56.47%
CMYK17.36%0.00%15.97%
43.53%

Color #779079 in popluar number systems.

HEX779079
Decimal119144121
Binary1110111100100001111001
Octal167220171

Shades and tints

Shades of #779079

#779079
(119,144,121)
#6D836E
(109,131,110)
#637663
(99,118,99)
#596958
(89,105,88)
#4F5C4D
(79,92,77)
#454F42
(69,79,66)
#3B4237
(59,66,55)
#31352C
(49,53,44)
#272821
(39,40,33)
#1D1B16
(29,27,22)
#130E0B
(19,14,11)
#000000
(0,0,0)

Tints of #779079

#779079
(119,144,121)
#839A85
(131,154,133)
#8FA491
(143,164,145)
#9BAE9D
(155,174,157)
#A7B8A9
(167,184,169)
#B3C2B5
(179,194,181)
#BFCCC1
(191,204,193)
#CBD6CD
(203,214,205)
#D7E0D9
(215,224,217)
#E3EAE5
(227,234,229)
#EFF4F1
(239,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #779079; }

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

This text font color is #779079.


Background Color

.myBgColor { background-color: #779079; }

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

This div background color is #779079.


Border color

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

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

This div border color is #779079.


Opacity

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

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

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

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

This text has shadow with #779079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779079 on black background.


Color preview on white background

This text has color #779079 on white background.



Black color preview on #779079 background

This text has black color on #779079 background.


White color preview on #779079 background

This text has white color on #779079 background.