COLOR #7E7D2A

HEX: #7E7D2A RGB: (126,125,42)

Color info

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

RGB color model

#7E7D2A color RGB value is (126,125,42).

RGB: (126,125,42) (49%, 49%, 16%)

RGB channels and saturation

R 126 of 255 = 49%
G 125 of 255 = 49%
B 42 of 255 = 16%

126
125
42

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

Portions of RGB colors in percentages

R + G + B = 126 + 125 + 42 = 293 (100%)
R 126 of 293 ~ 43%
G 125 of 293 ~ 42.66%
B 42 of 293 ~ 14.33'%

%43
%42.66
%14.33

CMYK color model

#7E7D2A color CMYK value is (0,1,67,51).

  • cyan value is 0.00%
  • magenta value is 0.79%
  • yellow value is 66.67%
  • key color value is 50.59%

CMYK: (0,1,67,51)
C0M1Y67K51 (0%, 1%, 67%, 51%)
(0.00 / 0.01 / 0.67 / 0.51)

CMYK percentages

%0
%0.79
%66.67
%50.59

Codes

Color #7E7D2A in popluar color models

7E 7D 2A
RGB 126 125 42
HSL 59° 50.00% 32.94%
HSB/HSV 59° 66.67% 49.41%
CMYK 0.00% 0.79% 66.67%
50.59%

Color #7E7D2A in popluar number systems.

HEX 7E 7D 2A
Decimal 126 125 42
Binary 1111110 1111101 101010
Octal 176 175 52

Shades and tints

Shades of #7E7D2A

#7E7D2A
(126,125,42)
#737227
(115,114,39)
#686724
(104,103,36)
#5D5C21
(93,92,33)
#52511E
(82,81,30)
#47461B
(71,70,27)
#3C3B18
(60,59,24)
#313015
(49,48,21)
#262512
(38,37,18)
#1B1A0F
(27,26,15)
#100F0C
(16,15,12)
#000000
(0,0,0)

Tints of #7E7D2A

#7E7D2A
(126,125,42)
#89883D
(137,136,61)
#949350
(148,147,80)
#9F9E63
(159,158,99)
#AAA976
(170,169,118)
#B5B489
(181,180,137)
#C0BF9C
(192,191,156)
#CBCAAF
(203,202,175)
#D6D5C2
(214,213,194)
#E1E0D5
(225,224,213)
#ECEBE8
(236,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E7D2A color. Also use rgb(126,125,42) instead hex code.

Text Font Color

.myTextColor { color: #7E7D2A; }

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

This text font color is #7E7D2A.

Background Color

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

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

This div background color is #7E7D2A.

Border color

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

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

This div border color is #7E7D2A.

Opacity

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

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

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

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

This text has shadow with #7E7D2A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E7D2A.

Preview

Color preview on black background

This text has color #7E7D2A on black background.


Color preview on white background

This text has color #7E7D2A on white background.


Black color preview on #7E7D2A background

This text has black color on #7E7D2A background.


White color preview on #7E7D2A background

This text has white color on #7E7D2A background.


Related colors

Complementary color

Complementary color for #hex is #8182D5.


I love getcolorcode.com

Triadic colors

1 #2A7E7D and #7D2A7E with #7E7D2A are triadic colors.

2 #2A7D7E and #7D7E2A with #7E7D2A are triadic colors.