COLOR #7E720D

HEX: #7E720D RGB: (126,114,13)

Color info

#7E720D contains mainly red and green colors. Web safe color of #7E720D is #666600 (or #660).

RGB color model

#7E720D color RGB value is (126,114,13).

RGB: (126,114,13) (49%, 45%, 5%)

RGB channels and saturation

R 126 of 255 = 49%
G 114 of 255 = 45%
B 13 of 255 = 5%

126
114
13

R + G + B ~ 33%. #7E720D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 126 + 114 + 13 = 253 (100%)
R 126 of 253 ~ 49.8%
G 114 of 253 ~ 45.06%
B 13 of 253 ~ 5.14'%

%49.8
%45.06

CMYK color model

#7E720D color CMYK value is (0,10,90,51).

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 89.68%
  • key color value is 50.59%

CMYK: (0,10,90,51)
C0M10Y90K51 (0%, 10%, 90%, 51%)
(0.00 / 0.10 / 0.90 / 0.51)

CMYK percentages

%0
%9.52
%89.68
%50.59

Codes

Color #7E720D in popluar color models

7E 72 0D
RGB 126 114 13
HSL 54° 81.29% 27.25%
HSB/HSV 54° 89.68% 49.41%
CMYK 0.00% 9.52% 89.68%
50.59%

Color #7E720D in popluar number systems.

HEX 7E 72 0D
Decimal 126 114 13
Binary 1111110 1110010 1101
Octal 176 162 15

Shades and tints

Shades of #7E720D

#7E720D
(126,114,13)
#73680C
(115,104,12)
#685E0B
(104,94,11)
#5D540A
(93,84,10)
#524A09
(82,74,9)
#474008
(71,64,8)
#3C3607
(60,54,7)
#312C06
(49,44,6)
#262205
(38,34,5)
#1B1804
(27,24,4)
#100E03
(16,14,3)
#000000
(0,0,0)

Tints of #7E720D

#7E720D
(126,114,13)
#897E23
(137,126,35)
#948A39
(148,138,57)
#9F964F
(159,150,79)
#AAA265
(170,162,101)
#B5AE7B
(181,174,123)
#C0BA91
(192,186,145)
#CBC6A7
(203,198,167)
#D6D2BD
(214,210,189)
#E1DED3
(225,222,211)
#ECEAE9
(236,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E720D color. Also use rgb(126,114,13) instead hex code.

Text Font Color

.myTextColor { color: #7E720D; }

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

This text font color is #7E720D.

Background Color

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

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

This div background color is #7E720D.

Border color

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

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

This div border color is #7E720D.

Opacity

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

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

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

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

This text has shadow with #7E720D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E720D.

Preview

Color preview on black background

This text has color #7E720D on black background.


Color preview on white background

This text has color #7E720D on white background.


Black color preview on #7E720D background

This text has black color on #7E720D background.


White color preview on #7E720D background

This text has white color on #7E720D background.


Related colors

Complementary color

Complementary color for #hex is #818DF2.


I love getcolorcode.com

Triadic colors

1 #0D7E72 and #720D7E with #7E720D are triadic colors.

2 #0D727E and #727E0D with #7E720D are triadic colors.