COLOR #7E763C

HEX: #7E763C
RGB: (126,118,60)

Color info

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

RGB color model

#7E763C color RGB value is (126,118,60).

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

RGB channels and saturation

R 126 of 255 = 49%
G 118 of 255 = 46%
B 60 of 255 = 24%

126
118
60

R + G + B ~ 40%. #7E763C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
126 + 118 + 60 = 304 (100%)
R 126 of 304 ~ 41.45%
G 118 of 304 ~ 38.82%
B 60 of 304 ~ 19.74%

%41.45
%38.82
%19.74

CMYK color model

#7E763C color CMYK value is (0,6,52,51).

  • cyan value is 0.00%
  • magenta value is 6.35%
  • yellow value is 52.38%
  • key color value is 50.59%
CMYK:
(0,6,52,51)
C0M6Y52K51 
(0%,6%,52%,51%)
(0.00/0.06/0.52/0.51)	

CMYK percentages

%0
%6.35
%52.38
%50.59

Codes

Color #7E763C in popluar color models

7E763C
RGB12611860
HSL53°35.48%36.47%
HSB/HSV53°52.38%49.41%
CMYK0.00%6.35%52.38%
50.59%

Color #7E763C in popluar number systems.

HEX7E763C
Decimal12611860
Binary11111101110110111100
Octal17616674

Shades and tints

Shades of #7E763C

#7E763C
(126,118,60)
#736C37
(115,108,55)
#686232
(104,98,50)
#5D582D
(93,88,45)
#524E28
(82,78,40)
#474423
(71,68,35)
#3C3A1E
(60,58,30)
#313019
(49,48,25)
#262614
(38,38,20)
#1B1C0F
(27,28,15)
#10120A
(16,18,10)
#000000
(0,0,0)

Tints of #7E763C

#7E763C
(126,118,60)
#89824D
(137,130,77)
#948E5E
(148,142,94)
#9F9A6F
(159,154,111)
#AAA680
(170,166,128)
#B5B291
(181,178,145)
#C0BEA2
(192,190,162)
#CBCAB3
(203,202,179)
#D6D6C4
(214,214,196)
#E1E2D5
(225,226,213)
#ECEEE6
(236,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E763C; }

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

This text font color is #7E763C.


Background Color

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

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

This div background color is #7E763C.


Border color

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

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

This div border color is #7E763C.


Opacity

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

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

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

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

This text has shadow with #7E763C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E763C on black background.


Color preview on white background

This text has color #7E763C on white background.



Black color preview on #7E763C background

This text has black color on #7E763C background.


White color preview on #7E763C background

This text has white color on #7E763C background.