COLOR #77842E

HEX: #77842E
RGB: (119,132,46)

Color info

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

RGB color model

#77842E color RGB value is (119,132,46).

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

RGB channels and saturation

R 119 of 255 = 47%
G 132 of 255 = 52%
B 46 of 255 = 18%

119
132
46

R + G + B ~ 39%. #77842E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 132 + 46 = 297 (100%)
R 119 of 297 ~ 40.07%
G 132 of 297 ~ 44.44%
B 46 of 297 ~ 15.49%

%40.07
%44.44
%15.49

CMYK color model

#77842E color CMYK value is (10,0,65,48).

  • cyan value is 9.85%
  • magenta value is 0.00%
  • yellow value is 65.15%
  • key color value is 48.24%
CMYK:
(10,0,65,48)
C10M0Y65K48 
(10%,0%,65%,48%)
(0.10/0.00/0.65/0.48)	

CMYK percentages

%9.85
%0
%65.15
%48.24

Codes

Color #77842E in popluar color models

77842E
RGB11913246
HSL69°48.31%34.90%
HSB/HSV69°65.15%51.76%
CMYK9.85%0.00%65.15%
48.24%

Color #77842E in popluar number systems.

HEX77842E
Decimal11913246
Binary111011110000100101110
Octal16720456

Shades and tints

Shades of #77842E

#77842E
(119,132,46)
#6D782A
(109,120,42)
#636C26
(99,108,38)
#596022
(89,96,34)
#4F541E
(79,84,30)
#45481A
(69,72,26)
#3B3C16
(59,60,22)
#313012
(49,48,18)
#27240E
(39,36,14)
#1D180A
(29,24,10)
#130C06
(19,12,6)
#000000
(0,0,0)

Tints of #77842E

#77842E
(119,132,46)
#838F41
(131,143,65)
#8F9A54
(143,154,84)
#9BA567
(155,165,103)
#A7B07A
(167,176,122)
#B3BB8D
(179,187,141)
#BFC6A0
(191,198,160)
#CBD1B3
(203,209,179)
#D7DCC6
(215,220,198)
#E3E7D9
(227,231,217)
#EFF2EC
(239,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77842E; }

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

This text font color is #77842E.


Background Color

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

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

This div background color is #77842E.


Border color

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

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

This div border color is #77842E.


Opacity

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

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

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

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

This text has shadow with #77842E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77842E on black background.


Color preview on white background

This text has color #77842E on white background.



Black color preview on #77842E background

This text has black color on #77842E background.


White color preview on #77842E background

This text has white color on #77842E background.