COLOR #77A343

HEX: #77A343
RGB: (119,163,67)

Color info

#77A343 contains mainly red and green colors. Web safe color of #77A343 is #669933 (or #693).

RGB color model

#77A343 color RGB value is (119,163,67).

  • red value is 119;
  • green value is 163;
  • blue value is 67.
RGB:
(119,163,67)
(47%,64%,26%)

RGB channels and saturation

R 119 of 255 = 47%
G 163 of 255 = 64%
B 67 of 255 = 26%

119
163
67

R + G + B ~ 46%. #77A343 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 163 + 67 = 349 (100%)
R 119 of 349 ~ 34.1%
G 163 of 349 ~ 46.7%
B 67 of 349 ~ 19.2%

%34.1
%46.7
%19.2

CMYK color model

#77A343 color CMYK value is (27,0,59,36).

  • cyan value is 26.99%
  • magenta value is 0.00%
  • yellow value is 58.90%
  • key color value is 36.08%
CMYK:
(27,0,59,36)
C27M0Y59K36 
(27%,0%,59%,36%)
(0.27/0.00/0.59/0.36)	

CMYK percentages

%26.99
%0
%58.9
%36.08

Codes

Color #77A343 in popluar color models

77A343
RGB11916367
HSL88°41.74%45.10%
HSB/HSV88°58.90%63.92%
CMYK26.99%0.00%58.90%
36.08%

Color #77A343 in popluar number systems.

HEX77A343
Decimal11916367
Binary1110111101000111000011
Octal167243103

Shades and tints

Shades of #77A343

#77A343
(119,163,67)
#6D953D
(109,149,61)
#638737
(99,135,55)
#597931
(89,121,49)
#4F6B2B
(79,107,43)
#455D25
(69,93,37)
#3B4F1F
(59,79,31)
#314119
(49,65,25)
#273313
(39,51,19)
#1D250D
(29,37,13)
#131707
(19,23,7)
#000000
(0,0,0)

Tints of #77A343

#77A343
(119,163,67)
#83AB54
(131,171,84)
#8FB365
(143,179,101)
#9BBB76
(155,187,118)
#A7C387
(167,195,135)
#B3CB98
(179,203,152)
#BFD3A9
(191,211,169)
#CBDBBA
(203,219,186)
#D7E3CB
(215,227,203)
#E3EBDC
(227,235,220)
#EFF3ED
(239,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77A343 color. Also use rgb(119,163,67) instead hex code.

Text Font Color

.myTextColor { color: #77A343; }

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

This text font color is #77A343.


Background Color

.myBgColor { background-color: #77A343; }

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

This div background color is #77A343.


Border color

.myBorderColor { border: 1px solid #77A343; }

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

This div border color is #77A343.


Opacity

.myOpacity80 { color: #77A343; opacity: 0.8; }

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

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

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

This text has shadow with #77A343 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77A343 on black background.


Color preview on white background

This text has color #77A343 on white background.



Black color preview on #77A343 background

This text has black color on #77A343 background.


White color preview on #77A343 background

This text has white color on #77A343 background.