COLOR #77893D

HEX: #77893D
RGB: (119,137,61)

Color info

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

RGB color model

#77893D color RGB value is (119,137,61).

  • red value is 119;
  • green value is 137;
  • blue value is 61.
RGB:
(119,137,61)
(47%,54%,24%)

RGB channels and saturation

R 119 of 255 = 47%
G 137 of 255 = 54%
B 61 of 255 = 24%

119
137
61

R + G + B ~ 42%. #77893D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 137 + 61 = 317 (100%)
R 119 of 317 ~ 37.54%
G 137 of 317 ~ 43.22%
B 61 of 317 ~ 19.24%

%37.54
%43.22
%19.24

CMYK color model

#77893D color CMYK value is (13,0,55,46).

  • cyan value is 13.14%
  • magenta value is 0.00%
  • yellow value is 55.47%
  • key color value is 46.27%
CMYK:
(13,0,55,46)
C13M0Y55K46 
(13%,0%,55%,46%)
(0.13/0.00/0.55/0.46)	

CMYK percentages

%13.14
%0
%55.47
%46.27

Codes

Color #77893D in popluar color models

77893D
RGB11913761
HSL74°38.38%38.82%
HSB/HSV74°55.47%53.73%
CMYK13.14%0.00%55.47%
46.27%

Color #77893D in popluar number systems.

HEX77893D
Decimal11913761
Binary111011110001001111101
Octal16721175

Shades and tints

Shades of #77893D

#77893D
(119,137,61)
#6D7D38
(109,125,56)
#637133
(99,113,51)
#59652E
(89,101,46)
#4F5929
(79,89,41)
#454D24
(69,77,36)
#3B411F
(59,65,31)
#31351A
(49,53,26)
#272915
(39,41,21)
#1D1D10
(29,29,16)
#13110B
(19,17,11)
#000000
(0,0,0)

Tints of #77893D

#77893D
(119,137,61)
#83934E
(131,147,78)
#8F9D5F
(143,157,95)
#9BA770
(155,167,112)
#A7B181
(167,177,129)
#B3BB92
(179,187,146)
#BFC5A3
(191,197,163)
#CBCFB4
(203,207,180)
#D7D9C5
(215,217,197)
#E3E3D6
(227,227,214)
#EFEDE7
(239,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77893D color. Also use rgb(119,137,61) instead hex code.

Text Font Color

.myTextColor { color: #77893D; }

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

This text font color is #77893D.


Background Color

.myBgColor { background-color: #77893D; }

<div style="background-color:#77893D">Inner text</div>

This div background color is #77893D.


Border color

.myBorderColor { border: 1px solid #77893D; }

<div style="border:3px solid #77893D">Div</div>

This div border color is #77893D.


Opacity

.myOpacity80 { color: #77893D; opacity: 0.8; }

<p style="color:#77893D;opacity:0.8;">80%</p>

Text with #77893D 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 #77893D;}

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

This text has shadow with #77893D color.

.textShadow {text-shadow: 3px 3px 1px #77893D, 3px 3px 1px red;}

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

This text has shadow with #77893D primary color and red secondary color.


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

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

This text has shadow with #77893D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77893D on black background.


Color preview on white background

This text has color #77893D on white background.



Black color preview on #77893D background

This text has black color on #77893D background.


White color preview on #77893D background

This text has white color on #77893D background.