COLOR #7E760E

HEX: #7E760E
RGB: (126,118,14)

Color info

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

RGB color model

#7E760E color RGB value is (126,118,14).

  • red value is 126;
  • green value is 118;
  • blue value is 14.
RGB:
(126,118,14)
(49%,46%,5%)

RGB channels and saturation

R 126 of 255 = 49%
G 118 of 255 = 46%
B 14 of 255 = 5%

126
118
14

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

Portions of RGB colors in percentages

R + G + B =
126 + 118 + 14 = 258 (100%)
R 126 of 258 ~ 48.84%
G 118 of 258 ~ 45.74%
B 14 of 258 ~ 5.43%

%48.84
%45.74

CMYK color model

#7E760E color CMYK value is (0,6,89,51).

  • cyan value is 0.00%
  • magenta value is 6.35%
  • yellow value is 88.89%
  • key color value is 50.59%
CMYK:
(0,6,89,51)
C0M6Y89K51 
(0%,6%,89%,51%)
(0.00/0.06/0.89/0.51)	

CMYK percentages

%0
%6.35
%88.89
%50.59

Codes

Color #7E760E in popluar color models

7E760E
RGB12611814
HSL56°80.00%27.45%
HSB/HSV56°88.89%49.41%
CMYK0.00%6.35%88.89%
50.59%

Color #7E760E in popluar number systems.

HEX7E760E
Decimal12611814
Binary111111011101101110
Octal17616616

Shades and tints

Shades of #7E760E

#7E760E
(126,118,14)
#736C0D
(115,108,13)
#68620C
(104,98,12)
#5D580B
(93,88,11)
#524E0A
(82,78,10)
#474409
(71,68,9)
#3C3A08
(60,58,8)
#313007
(49,48,7)
#262606
(38,38,6)
#1B1C05
(27,28,5)
#101204
(16,18,4)
#000000
(0,0,0)

Tints of #7E760E

#7E760E
(126,118,14)
#898223
(137,130,35)
#948E38
(148,142,56)
#9F9A4D
(159,154,77)
#AAA662
(170,166,98)
#B5B277
(181,178,119)
#C0BE8C
(192,190,140)
#CBCAA1
(203,202,161)
#D6D6B6
(214,214,182)
#E1E2CB
(225,226,203)
#ECEEE0
(236,238,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E760E color. Also use rgb(126,118,14) instead hex code.

Text Font Color

.myTextColor { color: #7E760E; }

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

This text font color is #7E760E.


Background Color

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

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

This div background color is #7E760E.


Border color

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

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

This div border color is #7E760E.


Opacity

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

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

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

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

This text has shadow with #7E760E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E760E on black background.


Color preview on white background

This text has color #7E760E on white background.



Black color preview on #7E760E background

This text has black color on #7E760E background.


White color preview on #7E760E background

This text has white color on #7E760E background.