COLOR #7E7838

HEX: #7E7838 RGB: (126,120,56)

Color info

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

RGB color model

#7E7838 color RGB value is (126,120,56).

RGB: (126,120,56) (49%, 47%, 22%)

RGB channels and saturation

R 126 of 255 = 49%
G 120 of 255 = 47%
B 56 of 255 = 22%

126
120
56

R + G + B ~ 39%. #7E7838 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 126 + 120 + 56 = 302 (100%)
R 126 of 302 ~ 41.72%
G 120 of 302 ~ 39.74%
B 56 of 302 ~ 18.54'%

%41.72
%39.74
%18.54

CMYK color model

#7E7838 color CMYK value is (0,5,56,51).

  • cyan value is 0.00%
  • magenta value is 4.76%
  • yellow value is 55.56%
  • key color value is 50.59%

CMYK: (0,5,56,51)
C0M5Y56K51 (0%, 5%, 56%, 51%)
(0.00 / 0.05 / 0.56 / 0.51)

CMYK percentages

%0
%4.76
%55.56
%50.59

Codes

Color #7E7838 in popluar color models

7E 78 38
RGB 126 120 56
HSL 55° 38.46% 35.69%
HSB/HSV 55° 55.56% 49.41%
CMYK 0.00% 4.76% 55.56%
50.59%

Color #7E7838 in popluar number systems.

HEX 7E 78 38
Decimal 126 120 56
Binary 1111110 1111000 111000
Octal 176 170 70

Shades and tints

Shades of #7E7838

#7E7838
(126,120,56)
#736E33
(115,110,51)
#68642E
(104,100,46)
#5D5A29
(93,90,41)
#525024
(82,80,36)
#47461F
(71,70,31)
#3C3C1A
(60,60,26)
#313215
(49,50,21)
#262810
(38,40,16)
#1B1E0B
(27,30,11)
#101406
(16,20,6)
#000000
(0,0,0)

Tints of #7E7838

#7E7838
(126,120,56)
#89844A
(137,132,74)
#94905C
(148,144,92)
#9F9C6E
(159,156,110)
#AAA880
(170,168,128)
#B5B492
(181,180,146)
#C0C0A4
(192,192,164)
#CBCCB6
(203,204,182)
#D6D8C8
(214,216,200)
#E1E4DA
(225,228,218)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E7838 color. Also use rgb(126,120,56) instead hex code.

Text Font Color

.myTextColor { color: #7E7838; }

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

This text font color is #7E7838.

Background Color

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

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

This div background color is #7E7838.

Border color

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

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

This div border color is #7E7838.

Opacity

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

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

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

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

This text has shadow with #7E7838 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E7838.

Preview

Color preview on black background

This text has color #7E7838 on black background.


Color preview on white background

This text has color #7E7838 on white background.


Black color preview on #7E7838 background

This text has black color on #7E7838 background.


White color preview on #7E7838 background

This text has white color on #7E7838 background.


Related colors

Complementary color

Complementary color for #hex is #8187C7.


I love getcolorcode.com

Triadic colors

1 #387E78 and #78387E with #7E7838 are triadic colors.

2 #38787E and #787E38 with #7E7838 are triadic colors.