COLOR #77802E

HEX: #77802E
RGB: (119,128,46)

Color info

#77802E contains mainly red and green colors. Web safe color of #77802E is #666633 (or #663).

RGB color model

#77802E color RGB value is (119,128,46).

  • red value is 119;
  • green value is 128;
  • blue value is 46.
RGB:
(119,128,46)
(47%,50%,18%)

RGB channels and saturation

R 119 of 255 = 47%
G 128 of 255 = 50%
B 46 of 255 = 18%

119
128
46

R + G + B ~ 38%. #77802E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 128 + 46 = 293 (100%)
R 119 of 293 ~ 40.61%
G 128 of 293 ~ 43.69%
B 46 of 293 ~ 15.7%

%40.61
%43.69
%15.7

CMYK color model

#77802E color CMYK value is (7,0,64,50).

  • cyan value is 7.03%
  • magenta value is 0.00%
  • yellow value is 64.06%
  • key color value is 49.80%
CMYK:
(7,0,64,50)
C7M0Y64K50 
(7%,0%,64%,50%)
(0.07/0.00/0.64/0.50)	

CMYK percentages

%7.03
%0
%64.06
%49.8

Codes

Color #77802E in popluar color models

77802E
RGB11912846
HSL67°47.13%34.12%
HSB/HSV67°64.06%50.20%
CMYK7.03%0.00%64.06%
49.80%

Color #77802E in popluar number systems.

HEX77802E
Decimal11912846
Binary111011110000000101110
Octal16720056

Shades and tints

Shades of #77802E

#77802E
(119,128,46)
#6D752A
(109,117,42)
#636A26
(99,106,38)
#595F22
(89,95,34)
#4F541E
(79,84,30)
#45491A
(69,73,26)
#3B3E16
(59,62,22)
#313312
(49,51,18)
#27280E
(39,40,14)
#1D1D0A
(29,29,10)
#131206
(19,18,6)
#000000
(0,0,0)

Tints of #77802E

#77802E
(119,128,46)
#838B41
(131,139,65)
#8F9654
(143,150,84)
#9BA167
(155,161,103)
#A7AC7A
(167,172,122)
#B3B78D
(179,183,141)
#BFC2A0
(191,194,160)
#CBCDB3
(203,205,179)
#D7D8C6
(215,216,198)
#E3E3D9
(227,227,217)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77802E color. Also use rgb(119,128,46) instead hex code.

Text Font Color

.myTextColor { color: #77802E; }

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

This text font color is #77802E.


Background Color

.myBgColor { background-color: #77802E; }

<div style="background-color:#77802E">Inner text</div>

This div background color is #77802E.


Border color

.myBorderColor { border: 1px solid #77802E; }

<div style="border:3px solid #77802E">Div</div>

This div border color is #77802E.


Opacity

.myOpacity80 { color: #77802E; opacity: 0.8; }

<p style="color:#77802E;opacity:0.8;">80%</p>

Text with #77802E 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 #77802E;}

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

This text has shadow with #77802E color.

.textShadow {text-shadow: 3px 3px 1px #77802E, 3px 3px 1px red;}

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

This text has shadow with #77802E primary color and red secondary color.


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

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

This text has shadow with #77802E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77802E on black background.


Color preview on white background

This text has color #77802E on white background.



Black color preview on #77802E background

This text has black color on #77802E background.


White color preview on #77802E background

This text has white color on #77802E background.