COLOR #779E71

HEX: #779E71
RGB: (119,158,113)

Color info

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

RGB color model

#779E71 color RGB value is (119,158,113).

  • red value is 119;
  • green value is 158;
  • blue value is 113.
RGB:
(119,158,113)
(47%,62%,44%)

RGB channels and saturation

R 119 of 255 = 47%
G 158 of 255 = 62%
B 113 of 255 = 44%

119
158
113

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

Portions of RGB colors in percentages

R + G + B =
119 + 158 + 113 = 390 (100%)
R 119 of 390 ~ 30.51%
G 158 of 390 ~ 40.51%
B 113 of 390 ~ 28.97%

%30.51
%40.51
%28.97

CMYK color model

#779E71 color CMYK value is (25,0,28,38).

  • cyan value is 24.68%
  • magenta value is 0.00%
  • yellow value is 28.48%
  • key color value is 38.04%
CMYK:
(25,0,28,38)
C25M0Y28K38 
(25%,0%,28%,38%)
(0.25/0.00/0.28/0.38)	

CMYK percentages

%24.68
%0
%28.48
%38.04

Codes

Color #779E71 in popluar color models

779E71
RGB119158113
HSL112°18.83%53.14%
HSB/HSV112°28.48%61.96%
CMYK24.68%0.00%28.48%
38.04%

Color #779E71 in popluar number systems.

HEX779E71
Decimal119158113
Binary1110111100111101110001
Octal167236161

Shades and tints

Shades of #779E71

#779E71
(119,158,113)
#6D9067
(109,144,103)
#63825D
(99,130,93)
#597453
(89,116,83)
#4F6649
(79,102,73)
#45583F
(69,88,63)
#3B4A35
(59,74,53)
#313C2B
(49,60,43)
#272E21
(39,46,33)
#1D2017
(29,32,23)
#13120D
(19,18,13)
#000000
(0,0,0)

Tints of #779E71

#779E71
(119,158,113)
#83A67D
(131,166,125)
#8FAE89
(143,174,137)
#9BB695
(155,182,149)
#A7BEA1
(167,190,161)
#B3C6AD
(179,198,173)
#BFCEB9
(191,206,185)
#CBD6C5
(203,214,197)
#D7DED1
(215,222,209)
#E3E6DD
(227,230,221)
#EFEEE9
(239,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #779E71 color. Also use rgb(119,158,113) instead hex code.

Text Font Color

.myTextColor { color: #779E71; }

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

This text font color is #779E71.


Background Color

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

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

This div background color is #779E71.


Border color

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

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

This div border color is #779E71.


Opacity

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

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

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

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

This text has shadow with #779E71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779E71 on black background.


Color preview on white background

This text has color #779E71 on white background.



Black color preview on #779E71 background

This text has black color on #779E71 background.


White color preview on #779E71 background

This text has white color on #779E71 background.