COLOR #7E6822

HEX: #7E6822 RGB: (126,104,34)

Color info

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

RGB color model

#7E6822 color RGB value is (126,104,34).

RGB: (126,104,34) (49%, 41%, 13%)

RGB channels and saturation

R 126 of 255 = 49%
G 104 of 255 = 41%
B 34 of 255 = 13%

126
104
34

R + G + B ~ 34%. #7E6822 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 126 + 104 + 34 = 264 (100%)
R 126 of 264 ~ 47.73%
G 104 of 264 ~ 39.39%
B 34 of 264 ~ 12.88'%

%47.73
%39.39
%12.88

CMYK color model

#7E6822 color CMYK value is (0,17,73,51).

  • cyan value is 0.00%
  • magenta value is 17.46%
  • yellow value is 73.02%
  • key color value is 50.59%

CMYK: (0,17,73,51)
C0M17Y73K51 (0%, 17%, 73%, 51%)
(0.00 / 0.17 / 0.73 / 0.51)

CMYK percentages

%0
%17.46
%73.02
%50.59

Codes

Color #7E6822 in popluar color models

7E 68 22
RGB 126 104 34
HSL 46° 57.50% 31.37%
HSB/HSV 46° 73.02% 49.41%
CMYK 0.00% 17.46% 73.02%
50.59%

Color #7E6822 in popluar number systems.

HEX 7E 68 22
Decimal 126 104 34
Binary 1111110 1101000 100010
Octal 176 150 42

Shades and tints

Shades of #7E6822

#7E6822
(126,104,34)
#735F1F
(115,95,31)
#68561C
(104,86,28)
#5D4D19
(93,77,25)
#524416
(82,68,22)
#473B13
(71,59,19)
#3C3210
(60,50,16)
#31290D
(49,41,13)
#26200A
(38,32,10)
#1B1707
(27,23,7)
#100E04
(16,14,4)
#000000
(0,0,0)

Tints of #7E6822

#7E6822
(126,104,34)
#897536
(137,117,54)
#94824A
(148,130,74)
#9F8F5E
(159,143,94)
#AA9C72
(170,156,114)
#B5A986
(181,169,134)
#C0B69A
(192,182,154)
#CBC3AE
(203,195,174)
#D6D0C2
(214,208,194)
#E1DDD6
(225,221,214)
#ECEAEA
(236,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E6822 color. Also use rgb(126,104,34) instead hex code.

Text Font Color

.myTextColor { color: #7E6822; }

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

This text font color is #7E6822.

Background Color

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

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

This div background color is #7E6822.

Border color

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

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

This div border color is #7E6822.

Opacity

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

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

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

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

This text has shadow with #7E6822 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E6822.

Preview

Color preview on black background

This text has color #7E6822 on black background.


Color preview on white background

This text has color #7E6822 on white background.


Black color preview on #7E6822 background

This text has black color on #7E6822 background.


White color preview on #7E6822 background

This text has white color on #7E6822 background.


Related colors

Complementary color

Complementary color for #hex is #8197DD.


I love getcolorcode.com

Triadic colors

1 #227E68 and #68227E with #7E6822 are triadic colors.

2 #22687E and #687E22 with #7E6822 are triadic colors.