COLOR #77B338

HEX: #77B338 RGB: (119,179,56)

Color info

#77B338 contains mainly green color. Web safe color of #77B338 is #669933 (or #693).

RGB color model

#77B338 color RGB value is (119,179,56).

RGB: (119,179,56) (47%, 70%, 22%)

RGB channels and saturation

R 119 of 255 = 47%
G 179 of 255 = 70%
B 56 of 255 = 22%

119
179
56

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

Portions of RGB colors in percentages

R + G + B = 119 + 179 + 56 = 354 (100%)
R 119 of 354 ~ 33.62%
G 179 of 354 ~ 50.56%
B 56 of 354 ~ 15.82'%

%33.62
%50.56
%15.82

CMYK color model

#77B338 color CMYK value is (34,0,69,30).

  • cyan value is 33.52%
  • magenta value is 0.00%
  • yellow value is 68.72%
  • key color value is 29.80%

CMYK: (34,0,69,30)
C34M0Y69K30 (34%, 0%, 69%, 30%)
(0.34 / 0.00 / 0.69 / 0.30)

CMYK percentages

%33.52
%0
%68.72
%29.8

Codes

Color #77B338 in popluar color models

77 B3 38
RGB 119 179 56
HSL 89° 52.34% 46.08%
HSB/HSV 89° 68.72% 70.20%
CMYK 33.52% 0.00% 68.72%
29.80%

Color #77B338 in popluar number systems.

HEX 77 B3 38
Decimal 119 179 56
Binary 1110111 10110011 111000
Octal 167 263 70

Shades and tints

Shades of #77B338

#77B338
(119,179,56)
#6DA333
(109,163,51)
#63932E
(99,147,46)
#598329
(89,131,41)
#4F7324
(79,115,36)
#45631F
(69,99,31)
#3B531A
(59,83,26)
#314315
(49,67,21)
#273310
(39,51,16)
#1D230B
(29,35,11)
#131306
(19,19,6)
#000000
(0,0,0)

Tints of #77B338

#77B338
(119,179,56)
#83B94A
(131,185,74)
#8FBF5C
(143,191,92)
#9BC56E
(155,197,110)
#A7CB80
(167,203,128)
#B3D192
(179,209,146)
#BFD7A4
(191,215,164)
#CBDDB6
(203,221,182)
#D7E3C8
(215,227,200)
#E3E9DA
(227,233,218)
#EFEFEC
(239,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77B338 color. Also use rgb(119,179,56) instead hex code.

Text Font Color

.myTextColor { color: #77B338; }

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

This text font color is #77B338.

Background Color

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

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

This div background color is #77B338.

Border color

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

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

This div border color is #77B338.

Opacity

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

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

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

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

This text has shadow with #77B338 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77B338.

Preview

Color preview on black background

This text has color #77B338 on black background.


Color preview on white background

This text has color #77B338 on white background.


Black color preview on #77B338 background

This text has black color on #77B338 background.


White color preview on #77B338 background

This text has white color on #77B338 background.


Related colors

Complementary color

Complementary color for #77B338 is #884CC7.


I love getcolorcode.com

Triadic colors

1 #3877B3 and #B33877 with #77B338 are triadic colors.

2 #38B377 and #B37738 with #77B338 are triadic colors.