COLOR #7E762A

HEX: #7E762A RGB: (126,118,42)

Color info

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

RGB color model

#7E762A color RGB value is (126,118,42).

RGB: (126,118,42) (49%, 46%, 16%)

RGB channels and saturation

R 126 of 255 = 49%
G 118 of 255 = 46%
B 42 of 255 = 16%

126
118
42

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

Portions of RGB colors in percentages

R + G + B = 126 + 118 + 42 = 286 (100%)
R 126 of 286 ~ 44.06%
G 118 of 286 ~ 41.26%
B 42 of 286 ~ 14.69'%

%44.06
%41.26
%14.69

CMYK color model

#7E762A color CMYK value is (0,6,67,51).

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

CMYK: (0,6,67,51)
C0M6Y67K51 (0%, 6%, 67%, 51%)
(0.00 / 0.06 / 0.67 / 0.51)

CMYK percentages

%0
%6.35
%66.67
%50.59

Codes

Color #7E762A in popluar color models

7E 76 2A
RGB 126 118 42
HSL 54° 50.00% 32.94%
HSB/HSV 54° 66.67% 49.41%
CMYK 0.00% 6.35% 66.67%
50.59%

Color #7E762A in popluar number systems.

HEX 7E 76 2A
Decimal 126 118 42
Binary 1111110 1110110 101010
Octal 176 166 52

Shades and tints

Shades of #7E762A

#7E762A
(126,118,42)
#736C27
(115,108,39)
#686224
(104,98,36)
#5D5821
(93,88,33)
#524E1E
(82,78,30)
#47441B
(71,68,27)
#3C3A18
(60,58,24)
#313015
(49,48,21)
#262612
(38,38,18)
#1B1C0F
(27,28,15)
#10120C
(16,18,12)
#000000
(0,0,0)

Tints of #7E762A

#7E762A
(126,118,42)
#89823D
(137,130,61)
#948E50
(148,142,80)
#9F9A63
(159,154,99)
#AAA676
(170,166,118)
#B5B289
(181,178,137)
#C0BE9C
(192,190,156)
#CBCAAF
(203,202,175)
#D6D6C2
(214,214,194)
#E1E2D5
(225,226,213)
#ECEEE8
(236,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E762A; }

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

This text font color is #7E762A.

Background Color

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

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

This div background color is #7E762A.

Border color

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

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

This div border color is #7E762A.

Opacity

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

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

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

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

This text has shadow with #7E762A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E762A.

Preview

Color preview on black background

This text has color #7E762A on black background.


Color preview on white background

This text has color #7E762A on white background.


Black color preview on #7E762A background

This text has black color on #7E762A background.


White color preview on #7E762A background

This text has white color on #7E762A background.


Related colors

Complementary color

Complementary color for #hex is #8189D5.


I love getcolorcode.com

Triadic colors

1 #2A7E76 and #762A7E with #7E762A are triadic colors.

2 #2A767E and #767E2A with #7E762A are triadic colors.