COLOR #7E774C

HEX: #7E774C
RGB: (126,119,76)

Color info

#7E774C contains red, green and blue colors in about the same proportion. Web safe color of #7E774C is #666633 (or #663).

RGB color model

#7E774C color RGB value is (126,119,76).

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

RGB channels and saturation

R 126 of 255 = 49%
G 119 of 255 = 47%
B 76 of 255 = 30%

126
119
76

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

Portions of RGB colors in percentages

R + G + B =
126 + 119 + 76 = 321 (100%)
R 126 of 321 ~ 39.25%
G 119 of 321 ~ 37.07%
B 76 of 321 ~ 23.68%

%39.25
%37.07
%23.68

CMYK color model

#7E774C color CMYK value is (0,6,40,51).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 39.68%
  • key color value is 50.59%
CMYK:
(0,6,40,51)
C0M6Y40K51 
(0%,6%,40%,51%)
(0.00/0.06/0.40/0.51)	

CMYK percentages

%0
%5.56
%39.68
%50.59

Codes

Color #7E774C in popluar color models

7E774C
RGB12611976
HSL52°24.75%39.61%
HSB/HSV52°39.68%49.41%
CMYK0.00%5.56%39.68%
50.59%

Color #7E774C in popluar number systems.

HEX7E774C
Decimal12611976
Binary111111011101111001100
Octal176167114

Shades and tints

Shades of #7E774C

#7E774C
(126,119,76)
#736D46
(115,109,70)
#686340
(104,99,64)
#5D593A
(93,89,58)
#524F34
(82,79,52)
#47452E
(71,69,46)
#3C3B28
(60,59,40)
#313122
(49,49,34)
#26271C
(38,39,28)
#1B1D16
(27,29,22)
#101310
(16,19,16)
#000000
(0,0,0)

Tints of #7E774C

#7E774C
(126,119,76)
#89835C
(137,131,92)
#948F6C
(148,143,108)
#9F9B7C
(159,155,124)
#AAA78C
(170,167,140)
#B5B39C
(181,179,156)
#C0BFAC
(192,191,172)
#CBCBBC
(203,203,188)
#D6D7CC
(214,215,204)
#E1E3DC
(225,227,220)
#ECEFEC
(236,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E774C; }

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

This text font color is #7E774C.


Background Color

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

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

This div background color is #7E774C.


Border color

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

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

This div border color is #7E774C.


Opacity

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

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

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

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

This text has shadow with #7E774C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E774C on black background.


Color preview on white background

This text has color #7E774C on white background.



Black color preview on #7E774C background

This text has black color on #7E774C background.


White color preview on #7E774C background

This text has white color on #7E774C background.