COLOR #7E7754

HEX: #7E7754
RGB: (126,119,84)

Color info

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

RGB color model

#7E7754 color RGB value is (126,119,84).

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

RGB channels and saturation

R 126 of 255 = 49%
G 119 of 255 = 47%
B 84 of 255 = 33%

126
119
84

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

Portions of RGB colors in percentages

R + G + B =
126 + 119 + 84 = 329 (100%)
R 126 of 329 ~ 38.3%
G 119 of 329 ~ 36.17%
B 84 of 329 ~ 25.53%

%38.3
%36.17
%25.53

CMYK color model

#7E7754 color CMYK value is (0,6,33,51).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 33.33%
  • key color value is 50.59%
CMYK:
(0,6,33,51)
C0M6Y33K51 
(0%,6%,33%,51%)
(0.00/0.06/0.33/0.51)	

CMYK percentages

%0
%5.56
%33.33
%50.59

Codes

Color #7E7754 in popluar color models

7E7754
RGB12611984
HSL50°20.00%41.18%
HSB/HSV50°33.33%49.41%
CMYK0.00%5.56%33.33%
50.59%

Color #7E7754 in popluar number systems.

HEX7E7754
Decimal12611984
Binary111111011101111010100
Octal176167124

Shades and tints

Shades of #7E7754

#7E7754
(126,119,84)
#736D4D
(115,109,77)
#686346
(104,99,70)
#5D593F
(93,89,63)
#524F38
(82,79,56)
#474531
(71,69,49)
#3C3B2A
(60,59,42)
#313123
(49,49,35)
#26271C
(38,39,28)
#1B1D15
(27,29,21)
#10130E
(16,19,14)
#000000
(0,0,0)

Tints of #7E7754

#7E7754
(126,119,84)
#898363
(137,131,99)
#948F72
(148,143,114)
#9F9B81
(159,155,129)
#AAA790
(170,167,144)
#B5B39F
(181,179,159)
#C0BFAE
(192,191,174)
#CBCBBD
(203,203,189)
#D6D7CC
(214,215,204)
#E1E3DB
(225,227,219)
#ECEFEA
(236,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7754; }

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

This text font color is #7E7754.


Background Color

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

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

This div background color is #7E7754.


Border color

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

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

This div border color is #7E7754.


Opacity

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

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

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

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

This text has shadow with #7E7754 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7754 on black background.


Color preview on white background

This text has color #7E7754 on white background.



Black color preview on #7E7754 background

This text has black color on #7E7754 background.


White color preview on #7E7754 background

This text has white color on #7E7754 background.