COLOR #7E6837

HEX: #7E6837 RGB: (126,104,55)

Color info

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

RGB color model

#7E6837 color RGB value is (126,104,55).

RGB: (126,104,55) (49%, 41%, 22%)

RGB channels and saturation

R 126 of 255 = 49%
G 104 of 255 = 41%
B 55 of 255 = 22%

126
104
55

R + G + B ~ 37%. #7E6837 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 126 + 104 + 55 = 285 (100%)
R 126 of 285 ~ 44.21%
G 104 of 285 ~ 36.49%
B 55 of 285 ~ 19.3'%

%44.21
%36.49
%19.3

CMYK color model

#7E6837 color CMYK value is (0,17,56,51).

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

CMYK: (0,17,56,51)
C0M17Y56K51 (0%, 17%, 56%, 51%)
(0.00 / 0.17 / 0.56 / 0.51)

CMYK percentages

%0
%17.46
%56.35
%50.59

Codes

Color #7E6837 in popluar color models

7E 68 37
RGB 126 104 55
HSL 41° 39.23% 35.49%
HSB/HSV 41° 56.35% 49.41%
CMYK 0.00% 17.46% 56.35%
50.59%

Color #7E6837 in popluar number systems.

HEX 7E 68 37
Decimal 126 104 55
Binary 1111110 1101000 110111
Octal 176 150 67

Shades and tints

Shades of #7E6837

#7E6837
(126,104,55)
#735F32
(115,95,50)
#68562D
(104,86,45)
#5D4D28
(93,77,40)
#524423
(82,68,35)
#473B1E
(71,59,30)
#3C3219
(60,50,25)
#312914
(49,41,20)
#26200F
(38,32,15)
#1B170A
(27,23,10)
#100E05
(16,14,5)
#000000
(0,0,0)

Tints of #7E6837

#7E6837
(126,104,55)
#897549
(137,117,73)
#94825B
(148,130,91)
#9F8F6D
(159,143,109)
#AA9C7F
(170,156,127)
#B5A991
(181,169,145)
#C0B6A3
(192,182,163)
#CBC3B5
(203,195,181)
#D6D0C7
(214,208,199)
#E1DDD9
(225,221,217)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6837; }

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

This text font color is #7E6837.

Background Color

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

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

This div background color is #7E6837.

Border color

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

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

This div border color is #7E6837.

Opacity

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

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

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

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

This text has shadow with #7E6837 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E6837.

Preview

Color preview on black background

This text has color #7E6837 on black background.


Color preview on white background

This text has color #7E6837 on white background.


Black color preview on #7E6837 background

This text has black color on #7E6837 background.


White color preview on #7E6837 background

This text has white color on #7E6837 background.


Related colors

Complementary color

Complementary color for #hex is #8197C8.


I love getcolorcode.com

Triadic colors

1 #377E68 and #68377E with #7E6837 are triadic colors.

2 #37687E and #687E37 with #7E6837 are triadic colors.