COLOR #77702B

HEX: #77702B
RGB: (119,112,43)

Color info

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

RGB color model

#77702B color RGB value is (119,112,43).

  • red value is 119;
  • green value is 112;
  • blue value is 43.
RGB:
(119,112,43)
(47%,44%,17%)

RGB channels and saturation

R 119 of 255 = 47%
G 112 of 255 = 44%
B 43 of 255 = 17%

119
112
43

R + G + B ~ 36%. #77702B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 112 + 43 = 274 (100%)
R 119 of 274 ~ 43.43%
G 112 of 274 ~ 40.88%
B 43 of 274 ~ 15.69%

%43.43
%40.88
%15.69

CMYK color model

#77702B color CMYK value is (0,6,64,53).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 63.87%
  • key color value is 53.33%
CMYK:
(0,6,64,53)
C0M6Y64K53 
(0%,6%,64%,53%)
(0.00/0.06/0.64/0.53)	

CMYK percentages

%0
%5.88
%63.87
%53.33

Codes

Color #77702B in popluar color models

77702B
RGB11911243
HSL54°46.91%31.76%
HSB/HSV54°63.87%46.67%
CMYK0.00%5.88%63.87%
53.33%

Color #77702B in popluar number systems.

HEX77702B
Decimal11911243
Binary11101111110000101011
Octal16716053

Shades and tints

Shades of #77702B

#77702B
(119,112,43)
#6D6628
(109,102,40)
#635C25
(99,92,37)
#595222
(89,82,34)
#4F481F
(79,72,31)
#453E1C
(69,62,28)
#3B3419
(59,52,25)
#312A16
(49,42,22)
#272013
(39,32,19)
#1D1610
(29,22,16)
#130C0D
(19,12,13)
#000000
(0,0,0)

Tints of #77702B

#77702B
(119,112,43)
#837D3E
(131,125,62)
#8F8A51
(143,138,81)
#9B9764
(155,151,100)
#A7A477
(167,164,119)
#B3B18A
(179,177,138)
#BFBE9D
(191,190,157)
#CBCBB0
(203,203,176)
#D7D8C3
(215,216,195)
#E3E5D6
(227,229,214)
#EFF2E9
(239,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77702B color. Also use rgb(119,112,43) instead hex code.

Text Font Color

.myTextColor { color: #77702B; }

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

This text font color is #77702B.


Background Color

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

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

This div background color is #77702B.


Border color

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

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

This div border color is #77702B.


Opacity

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

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

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

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

This text has shadow with #77702B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77702B on black background.


Color preview on white background

This text has color #77702B on white background.



Black color preview on #77702B background

This text has black color on #77702B background.


White color preview on #77702B background

This text has white color on #77702B background.