COLOR #77984B

HEX: #77984B
RGB: (119,152,75)

Color info

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

RGB color model

#77984B color RGB value is (119,152,75).

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

RGB channels and saturation

R 119 of 255 = 47%
G 152 of 255 = 60%
B 75 of 255 = 29%

119
152
75

R + G + B ~ 45%. #77984B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 152 + 75 = 346 (100%)
R 119 of 346 ~ 34.39%
G 152 of 346 ~ 43.93%
B 75 of 346 ~ 21.68%

%34.39
%43.93
%21.68

CMYK color model

#77984B color CMYK value is (22,0,51,40).

  • cyan value is 21.71%
  • magenta value is 0.00%
  • yellow value is 50.66%
  • key color value is 40.39%
CMYK:
(22,0,51,40)
C22M0Y51K40 
(22%,0%,51%,40%)
(0.22/0.00/0.51/0.40)	

CMYK percentages

%21.71
%0
%50.66
%40.39

Codes

Color #77984B in popluar color models

77984B
RGB11915275
HSL86°33.92%44.51%
HSB/HSV86°50.66%59.61%
CMYK21.71%0.00%50.66%
40.39%

Color #77984B in popluar number systems.

HEX77984B
Decimal11915275
Binary1110111100110001001011
Octal167230113

Shades and tints

Shades of #77984B

#77984B
(119,152,75)
#6D8B45
(109,139,69)
#637E3F
(99,126,63)
#597139
(89,113,57)
#4F6433
(79,100,51)
#45572D
(69,87,45)
#3B4A27
(59,74,39)
#313D21
(49,61,33)
#27301B
(39,48,27)
#1D2315
(29,35,21)
#13160F
(19,22,15)
#000000
(0,0,0)

Tints of #77984B

#77984B
(119,152,75)
#83A15B
(131,161,91)
#8FAA6B
(143,170,107)
#9BB37B
(155,179,123)
#A7BC8B
(167,188,139)
#B3C59B
(179,197,155)
#BFCEAB
(191,206,171)
#CBD7BB
(203,215,187)
#D7E0CB
(215,224,203)
#E3E9DB
(227,233,219)
#EFF2EB
(239,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77984B color. Also use rgb(119,152,75) instead hex code.

Text Font Color

.myTextColor { color: #77984B; }

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

This text font color is #77984B.


Background Color

.myBgColor { background-color: #77984B; }

<div style="background-color:#77984B">Inner text</div>

This div background color is #77984B.


Border color

.myBorderColor { border: 1px solid #77984B; }

<div style="border:3px solid #77984B">Div</div>

This div border color is #77984B.


Opacity

.myOpacity80 { color: #77984B; opacity: 0.8; }

<p style="color:#77984B;opacity:0.8;">80%</p>

Text with #77984B 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 #77984B;}

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

This text has shadow with #77984B color.

.textShadow {text-shadow: 3px 3px 1px #77984B, 3px 3px 1px red;}

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

This text has shadow with #77984B primary color and red secondary color.


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

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

This text has shadow with #77984B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77984B on black background.


Color preview on white background

This text has color #77984B on white background.



Black color preview on #77984B background

This text has black color on #77984B background.


White color preview on #77984B background

This text has white color on #77984B background.