COLOR #7E772B

HEX: #7E772B
RGB: (126,119,43)

Color info

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

RGB color model

#7E772B color RGB value is (126,119,43).

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

RGB channels and saturation

R 126 of 255 = 49%
G 119 of 255 = 47%
B 43 of 255 = 17%

126
119
43

R + G + B ~ 38%. #7E772B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 119 + 43 = 288 (100%)
R 126 of 288 ~ 43.75%
G 119 of 288 ~ 41.32%
B 43 of 288 ~ 14.93%

%43.75
%41.32
%14.93

CMYK color model

#7E772B color CMYK value is (0,6,66,51).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 65.87%
  • key color value is 50.59%
CMYK:
(0,6,66,51)
C0M6Y66K51 
(0%,6%,66%,51%)
(0.00/0.06/0.66/0.51)	

CMYK percentages

%0
%5.56
%65.87
%50.59

Codes

Color #7E772B in popluar color models

7E772B
RGB12611943
HSL55°49.11%33.14%
HSB/HSV55°65.87%49.41%
CMYK0.00%5.56%65.87%
50.59%

Color #7E772B in popluar number systems.

HEX7E772B
Decimal12611943
Binary11111101110111101011
Octal17616753

Shades and tints

Shades of #7E772B

#7E772B
(126,119,43)
#736D28
(115,109,40)
#686325
(104,99,37)
#5D5922
(93,89,34)
#524F1F
(82,79,31)
#47451C
(71,69,28)
#3C3B19
(60,59,25)
#313116
(49,49,22)
#262713
(38,39,19)
#1B1D10
(27,29,16)
#10130D
(16,19,13)
#000000
(0,0,0)

Tints of #7E772B

#7E772B
(126,119,43)
#89833E
(137,131,62)
#948F51
(148,143,81)
#9F9B64
(159,155,100)
#AAA777
(170,167,119)
#B5B38A
(181,179,138)
#C0BF9D
(192,191,157)
#CBCBB0
(203,203,176)
#D6D7C3
(214,215,195)
#E1E3D6
(225,227,214)
#ECEFE9
(236,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E772B color. Also use rgb(126,119,43) instead hex code.

Text Font Color

.myTextColor { color: #7E772B; }

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

This text font color is #7E772B.


Background Color

.myBgColor { background-color: #7E772B; }

<div style="background-color:#7E772B">Inner text</div>

This div background color is #7E772B.


Border color

.myBorderColor { border: 1px solid #7E772B; }

<div style="border:3px solid #7E772B">Div</div>

This div border color is #7E772B.


Opacity

.myOpacity80 { color: #7E772B; opacity: 0.8; }

<p style="color:#7E772B;opacity:0.8;">80%</p>

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

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

This text has shadow with #7E772B color.

.textShadow {text-shadow: 3px 3px 1px #7E772B, 3px 3px 1px red;}

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

This text has shadow with #7E772B primary color and red secondary color.


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

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

This text has shadow with #7E772B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E772B on black background.


Color preview on white background

This text has color #7E772B on white background.



Black color preview on #7E772B background

This text has black color on #7E772B background.


White color preview on #7E772B background

This text has white color on #7E772B background.