COLOR #7E7756

HEX: #7E7756
RGB: (126,119,86)

Color info

#7E7756 contains red, green and blue colors in about the same proportion. Web safe color of #7E7756 is #666666 (or #666).

RGB color model

#7E7756 color RGB value is (126,119,86).

  • red value is 126;
  • green value is 119;
  • blue value is 86.
RGB:
(126,119,86)
(49%,47%,34%)

RGB channels and saturation

R 126 of 255 = 49%
G 119 of 255 = 47%
B 86 of 255 = 34%

126
119
86

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

Portions of RGB colors in percentages

R + G + B =
126 + 119 + 86 = 331 (100%)
R 126 of 331 ~ 38.07%
G 119 of 331 ~ 35.95%
B 86 of 331 ~ 25.98%

%38.07
%35.95
%25.98

CMYK color model

#7E7756 color CMYK value is (0,6,32,51).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 31.75%
  • key color value is 50.59%
CMYK:
(0,6,32,51)
C0M6Y32K51 
(0%,6%,32%,51%)
(0.00/0.06/0.32/0.51)	

CMYK percentages

%0
%5.56
%31.75
%50.59

Codes

Color #7E7756 in popluar color models

7E7756
RGB12611986
HSL50°18.87%41.57%
HSB/HSV50°31.75%49.41%
CMYK0.00%5.56%31.75%
50.59%

Color #7E7756 in popluar number systems.

HEX7E7756
Decimal12611986
Binary111111011101111010110
Octal176167126

Shades and tints

Shades of #7E7756

#7E7756
(126,119,86)
#736D4F
(115,109,79)
#686348
(104,99,72)
#5D5941
(93,89,65)
#524F3A
(82,79,58)
#474533
(71,69,51)
#3C3B2C
(60,59,44)
#313125
(49,49,37)
#26271E
(38,39,30)
#1B1D17
(27,29,23)
#101310
(16,19,16)
#000000
(0,0,0)

Tints of #7E7756

#7E7756
(126,119,86)
#898365
(137,131,101)
#948F74
(148,143,116)
#9F9B83
(159,155,131)
#AAA792
(170,167,146)
#B5B3A1
(181,179,161)
#C0BFB0
(192,191,176)
#CBCBBF
(203,203,191)
#D6D7CE
(214,215,206)
#E1E3DD
(225,227,221)
#ECEFEC
(236,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E7756 color. Also use rgb(126,119,86) instead hex code.

Text Font Color

.myTextColor { color: #7E7756; }

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

This text font color is #7E7756.


Background Color

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

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

This div background color is #7E7756.


Border color

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

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

This div border color is #7E7756.


Opacity

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

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

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

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

This text has shadow with #7E7756 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7756 on black background.


Color preview on white background

This text has color #7E7756 on white background.



Black color preview on #7E7756 background

This text has black color on #7E7756 background.


White color preview on #7E7756 background

This text has white color on #7E7756 background.