COLOR #7E674E

HEX: #7E674E
RGB: (126,103,78)

Color info

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

RGB color model

#7E674E color RGB value is (126,103,78).

  • red value is 126;
  • green value is 103;
  • blue value is 78.
RGB:
(126,103,78)
(49%,40%,31%)

RGB channels and saturation

R 126 of 255 = 49%
G 103 of 255 = 40%
B 78 of 255 = 31%

126
103
78

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

Portions of RGB colors in percentages

R + G + B =
126 + 103 + 78 = 307 (100%)
R 126 of 307 ~ 41.04%
G 103 of 307 ~ 33.55%
B 78 of 307 ~ 25.41%

%41.04
%33.55
%25.41

CMYK color model

#7E674E color CMYK value is (0,18,38,51).

  • cyan value is 0.00%
  • magenta value is 18.25%
  • yellow value is 38.10%
  • key color value is 50.59%
CMYK:
(0,18,38,51)
C0M18Y38K51 
(0%,18%,38%,51%)
(0.00/0.18/0.38/0.51)	

CMYK percentages

%0
%18.25
%38.1
%50.59

Codes

Color #7E674E in popluar color models

7E674E
RGB12610378
HSL31°23.53%40.00%
HSB/HSV31°38.10%49.41%
CMYK0.00%18.25%38.10%
50.59%

Color #7E674E in popluar number systems.

HEX7E674E
Decimal12610378
Binary111111011001111001110
Octal176147116

Shades and tints

Shades of #7E674E

#7E674E
(126,103,78)
#735E47
(115,94,71)
#685540
(104,85,64)
#5D4C39
(93,76,57)
#524332
(82,67,50)
#473A2B
(71,58,43)
#3C3124
(60,49,36)
#31281D
(49,40,29)
#261F16
(38,31,22)
#1B160F
(27,22,15)
#100D08
(16,13,8)
#000000
(0,0,0)

Tints of #7E674E

#7E674E
(126,103,78)
#89745E
(137,116,94)
#94816E
(148,129,110)
#9F8E7E
(159,142,126)
#AA9B8E
(170,155,142)
#B5A89E
(181,168,158)
#C0B5AE
(192,181,174)
#CBC2BE
(203,194,190)
#D6CFCE
(214,207,206)
#E1DCDE
(225,220,222)
#ECE9EE
(236,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E674E color. Also use rgb(126,103,78) instead hex code.

Text Font Color

.myTextColor { color: #7E674E; }

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

This text font color is #7E674E.


Background Color

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

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

This div background color is #7E674E.


Border color

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

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

This div border color is #7E674E.


Opacity

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

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

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

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

This text has shadow with #7E674E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E674E on black background.


Color preview on white background

This text has color #7E674E on white background.



Black color preview on #7E674E background

This text has black color on #7E674E background.


White color preview on #7E674E background

This text has white color on #7E674E background.