COLOR #779B32

HEX: #779B32 RGB: (119,155,50)

Color info

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

RGB color model

#779B32 color RGB value is (119,155,50).

RGB: (119,155,50) (47%, 61%, 20%)

RGB channels and saturation

R 119 of 255 = 47%
G 155 of 255 = 61%
B 50 of 255 = 20%

119
155
50

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

Portions of RGB colors in percentages

R + G + B = 119 + 155 + 50 = 324 (100%)
R 119 of 324 ~ 36.73%
G 155 of 324 ~ 47.84%
B 50 of 324 ~ 15.43'%

%36.73
%47.84
%15.43

CMYK color model

#779B32 color CMYK value is (23,0,68,39).

  • cyan value is 23.23%
  • magenta value is 0.00%
  • yellow value is 67.74%
  • key color value is 39.22%

CMYK: (23,0,68,39)
C23M0Y68K39 (23%, 0%, 68%, 39%)
(0.23 / 0.00 / 0.68 / 0.39)

CMYK percentages

%23.23
%0
%67.74
%39.22

Codes

Color #779B32 in popluar color models

77 9B 32
RGB 119 155 50
HSL 81° 51.22% 40.20%
HSB/HSV 81° 67.74% 60.78%
CMYK 23.23% 0.00% 67.74%
39.22%

Color #779B32 in popluar number systems.

HEX 77 9B 32
Decimal 119 155 50
Binary 1110111 10011011 110010
Octal 167 233 62

Shades and tints

Shades of #779B32

#779B32
(119,155,50)
#6D8D2E
(109,141,46)
#637F2A
(99,127,42)
#597126
(89,113,38)
#4F6322
(79,99,34)
#45551E
(69,85,30)
#3B471A
(59,71,26)
#313916
(49,57,22)
#272B12
(39,43,18)
#1D1D0E
(29,29,14)
#130F0A
(19,15,10)
#000000
(0,0,0)

Tints of #779B32

#779B32
(119,155,50)
#83A444
(131,164,68)
#8FAD56
(143,173,86)
#9BB668
(155,182,104)
#A7BF7A
(167,191,122)
#B3C88C
(179,200,140)
#BFD19E
(191,209,158)
#CBDAB0
(203,218,176)
#D7E3C2
(215,227,194)
#E3ECD4
(227,236,212)
#EFF5E6
(239,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #779B32; }

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

This text font color is #779B32.

Background Color

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

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

This div background color is #779B32.

Border color

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

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

This div border color is #779B32.

Opacity

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

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

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

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

This text has shadow with #779B32 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #779B32.

Preview

Color preview on black background

This text has color #779B32 on black background.


Color preview on white background

This text has color #779B32 on white background.


Black color preview on #779B32 background

This text has black color on #779B32 background.


White color preview on #779B32 background

This text has white color on #779B32 background.


Related colors

Complementary color

Complementary color for #hex is #8864CD.


I love getcolorcode.com

Triadic colors

1 #32779B and #9B3277 with #779B32 are triadic colors.

2 #329B77 and #9B7732 with #779B32 are triadic colors.