COLOR #77711D

HEX: #77711D
RGB: (119,113,29)

Color info

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

RGB color model

#77711D color RGB value is (119,113,29).

  • red value is 119;
  • green value is 113;
  • blue value is 29.
RGB:
(119,113,29)
(47%,44%,11%)

RGB channels and saturation

R 119 of 255 = 47%
G 113 of 255 = 44%
B 29 of 255 = 11%

119
113
29

R + G + B ~ 34%. #77711D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 113 + 29 = 261 (100%)
R 119 of 261 ~ 45.59%
G 113 of 261 ~ 43.3%
B 29 of 261 ~ 11.11%

%45.59
%43.3
%11.11

CMYK color model

#77711D color CMYK value is (0,5,76,53).

  • cyan value is 0.00%
  • magenta value is 5.04%
  • yellow value is 75.63%
  • key color value is 53.33%
CMYK:
(0,5,76,53)
C0M5Y76K53 
(0%,5%,76%,53%)
(0.00/0.05/0.76/0.53)	

CMYK percentages

%0
%5.04
%75.63
%53.33

Codes

Color #77711D in popluar color models

77711D
RGB11911329
HSL56°60.81%29.02%
HSB/HSV56°75.63%46.67%
CMYK0.00%5.04%75.63%
53.33%

Color #77711D in popluar number systems.

HEX77711D
Decimal11911329
Binary1110111111000111101
Octal16716135

Shades and tints

Shades of #77711D

#77711D
(119,113,29)
#6D671B
(109,103,27)
#635D19
(99,93,25)
#595317
(89,83,23)
#4F4915
(79,73,21)
#453F13
(69,63,19)
#3B3511
(59,53,17)
#312B0F
(49,43,15)
#27210D
(39,33,13)
#1D170B
(29,23,11)
#130D09
(19,13,9)
#000000
(0,0,0)

Tints of #77711D

#77711D
(119,113,29)
#837D31
(131,125,49)
#8F8945
(143,137,69)
#9B9559
(155,149,89)
#A7A16D
(167,161,109)
#B3AD81
(179,173,129)
#BFB995
(191,185,149)
#CBC5A9
(203,197,169)
#D7D1BD
(215,209,189)
#E3DDD1
(227,221,209)
#EFE9E5
(239,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77711D color. Also use rgb(119,113,29) instead hex code.

Text Font Color

.myTextColor { color: #77711D; }

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

This text font color is #77711D.


Background Color

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

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

This div background color is #77711D.


Border color

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

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

This div border color is #77711D.


Opacity

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

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

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

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

This text has shadow with #77711D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77711D on black background.


Color preview on white background

This text has color #77711D on white background.



Black color preview on #77711D background

This text has black color on #77711D background.


White color preview on #77711D background

This text has white color on #77711D background.