COLOR #77986C

HEX: #77986C
RGB: (119,152,108)

Color info

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

RGB color model

#77986C color RGB value is (119,152,108).

  • red value is 119;
  • green value is 152;
  • blue value is 108.
RGB:
(119,152,108)
(47%,60%,42%)

RGB channels and saturation

R 119 of 255 = 47%
G 152 of 255 = 60%
B 108 of 255 = 42%

119
152
108

R + G + B ~ 50%. #77986C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 152 + 108 = 379 (100%)
R 119 of 379 ~ 31.4%
G 152 of 379 ~ 40.11%
B 108 of 379 ~ 28.5%

%31.4
%40.11
%28.5

CMYK color model

#77986C color CMYK value is (22,0,29,40).

  • cyan value is 21.71%
  • magenta value is 0.00%
  • yellow value is 28.95%
  • key color value is 40.39%
CMYK:
(22,0,29,40)
C22M0Y29K40 
(22%,0%,29%,40%)
(0.22/0.00/0.29/0.40)	

CMYK percentages

%21.71
%0
%28.95
%40.39

Codes

Color #77986C in popluar color models

77986C
RGB119152108
HSL105°17.60%50.98%
HSB/HSV105°28.95%59.61%
CMYK21.71%0.00%28.95%
40.39%

Color #77986C in popluar number systems.

HEX77986C
Decimal119152108
Binary1110111100110001101100
Octal167230154

Shades and tints

Shades of #77986C

#77986C
(119,152,108)
#6D8B63
(109,139,99)
#637E5A
(99,126,90)
#597151
(89,113,81)
#4F6448
(79,100,72)
#45573F
(69,87,63)
#3B4A36
(59,74,54)
#313D2D
(49,61,45)
#273024
(39,48,36)
#1D231B
(29,35,27)
#131612
(19,22,18)
#000000
(0,0,0)

Tints of #77986C

#77986C
(119,152,108)
#83A179
(131,161,121)
#8FAA86
(143,170,134)
#9BB393
(155,179,147)
#A7BCA0
(167,188,160)
#B3C5AD
(179,197,173)
#BFCEBA
(191,206,186)
#CBD7C7
(203,215,199)
#D7E0D4
(215,224,212)
#E3E9E1
(227,233,225)
#EFF2EE
(239,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77986C color. Also use rgb(119,152,108) instead hex code.

Text Font Color

.myTextColor { color: #77986C; }

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

This text font color is #77986C.


Background Color

.myBgColor { background-color: #77986C; }

<div style="background-color:#77986C">Inner text</div>

This div background color is #77986C.


Border color

.myBorderColor { border: 1px solid #77986C; }

<div style="border:3px solid #77986C">Div</div>

This div border color is #77986C.


Opacity

.myOpacity80 { color: #77986C; opacity: 0.8; }

<p style="color:#77986C;opacity:0.8;">80%</p>

Text with #77986C 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 #77986C;}

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

This text has shadow with #77986C color.

.textShadow {text-shadow: 3px 3px 1px #77986C, 3px 3px 1px red;}

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

This text has shadow with #77986C primary color and red secondary color.


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

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

This text has shadow with #77986C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77986C on black background.


Color preview on white background

This text has color #77986C on white background.



Black color preview on #77986C background

This text has black color on #77986C background.


White color preview on #77986C background

This text has white color on #77986C background.