COLOR #77720B

HEX: #77720B
RGB: (119,114,11)

Color info

#77720B contains mainly red and green colors. Web safe color of #77720B is #666600 (or #660).

RGB color model

#77720B color RGB value is (119,114,11).

  • red value is 119;
  • green value is 114;
  • blue value is 11.
RGB:
(119,114,11)
(47%,45%,4%)

RGB channels and saturation

R 119 of 255 = 47%
G 114 of 255 = 45%
B 11 of 255 = 4%

119
114
11

R + G + B ~ 32%. #77720B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 114 + 11 = 244 (100%)
R 119 of 244 ~ 48.77%
G 114 of 244 ~ 46.72%
B 11 of 244 ~ 4.51%

%48.77
%46.72

CMYK color model

#77720B color CMYK value is (0,4,91,53).

  • cyan value is 0.00%
  • magenta value is 4.20%
  • yellow value is 90.76%
  • key color value is 53.33%
CMYK:
(0,4,91,53)
C0M4Y91K53 
(0%,4%,91%,53%)
(0.00/0.04/0.91/0.53)	

CMYK percentages

%0
%4.2
%90.76
%53.33

Codes

Color #77720B in popluar color models

77720B
RGB11911411
HSL57°83.08%25.49%
HSB/HSV57°90.76%46.67%
CMYK0.00%4.20%90.76%
53.33%

Color #77720B in popluar number systems.

HEX77720B
Decimal11911411
Binary111011111100101011
Octal16716213

Shades and tints

Shades of #77720B

#77720B
(119,114,11)
#6D680A
(109,104,10)
#635E09
(99,94,9)
#595408
(89,84,8)
#4F4A07
(79,74,7)
#454006
(69,64,6)
#3B3605
(59,54,5)
#312C04
(49,44,4)
#272203
(39,34,3)
#1D1802
(29,24,2)
#130E01
(19,14,1)
#000000
(0,0,0)

Tints of #77720B

#77720B
(119,114,11)
#837E21
(131,126,33)
#8F8A37
(143,138,55)
#9B964D
(155,150,77)
#A7A263
(167,162,99)
#B3AE79
(179,174,121)
#BFBA8F
(191,186,143)
#CBC6A5
(203,198,165)
#D7D2BB
(215,210,187)
#E3DED1
(227,222,209)
#EFEAE7
(239,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77720B color. Also use rgb(119,114,11) instead hex code.

Text Font Color

.myTextColor { color: #77720B; }

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

This text font color is #77720B.


Background Color

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

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

This div background color is #77720B.


Border color

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

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

This div border color is #77720B.


Opacity

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

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

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

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

This text has shadow with #77720B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77720B on black background.


Color preview on white background

This text has color #77720B on white background.



Black color preview on #77720B background

This text has black color on #77720B background.


White color preview on #77720B background

This text has white color on #77720B background.