COLOR #779B54

HEX: #779B54
RGB: (119,155,84)

Color info

#779B54 contains mainly red and green colors. Web safe color of #779B54 is #669966 (or #696).

RGB color model

#779B54 color RGB value is (119,155,84).

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

RGB channels and saturation

R 119 of 255 = 47%
G 155 of 255 = 61%
B 84 of 255 = 33%

119
155
84

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

Portions of RGB colors in percentages

R + G + B =
119 + 155 + 84 = 358 (100%)
R 119 of 358 ~ 33.24%
G 155 of 358 ~ 43.3%
B 84 of 358 ~ 23.46%

%33.24
%43.3
%23.46

CMYK color model

#779B54 color CMYK value is (23,0,46,39).

  • cyan value is 23.23%
  • magenta value is 0.00%
  • yellow value is 45.81%
  • key color value is 39.22%
CMYK:
(23,0,46,39)
C23M0Y46K39 
(23%,0%,46%,39%)
(0.23/0.00/0.46/0.39)	

CMYK percentages

%23.23
%0
%45.81
%39.22

Codes

Color #779B54 in popluar color models

779B54
RGB11915584
HSL90°29.71%46.86%
HSB/HSV90°45.81%60.78%
CMYK23.23%0.00%45.81%
39.22%

Color #779B54 in popluar number systems.

HEX779B54
Decimal11915584
Binary1110111100110111010100
Octal167233124

Shades and tints

Shades of #779B54

#779B54
(119,155,84)
#6D8D4D
(109,141,77)
#637F46
(99,127,70)
#59713F
(89,113,63)
#4F6338
(79,99,56)
#455531
(69,85,49)
#3B472A
(59,71,42)
#313923
(49,57,35)
#272B1C
(39,43,28)
#1D1D15
(29,29,21)
#130F0E
(19,15,14)
#000000
(0,0,0)

Tints of #779B54

#779B54
(119,155,84)
#83A463
(131,164,99)
#8FAD72
(143,173,114)
#9BB681
(155,182,129)
#A7BF90
(167,191,144)
#B3C89F
(179,200,159)
#BFD1AE
(191,209,174)
#CBDABD
(203,218,189)
#D7E3CC
(215,227,204)
#E3ECDB
(227,236,219)
#EFF5EA
(239,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #779B54; }

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

This text font color is #779B54.


Background Color

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

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

This div background color is #779B54.


Border color

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

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

This div border color is #779B54.


Opacity

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

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

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

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

This text has shadow with #779B54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779B54 on black background.


Color preview on white background

This text has color #779B54 on white background.



Black color preview on #779B54 background

This text has black color on #779B54 background.


White color preview on #779B54 background

This text has white color on #779B54 background.