COLOR #7E6755

HEX: #7E6755
RGB: (126,103,85)

Color info

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

RGB color model

#7E6755 color RGB value is (126,103,85).

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

RGB channels and saturation

R 126 of 255 = 49%
G 103 of 255 = 40%
B 85 of 255 = 33%

126
103
85

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

Portions of RGB colors in percentages

R + G + B =
126 + 103 + 85 = 314 (100%)
R 126 of 314 ~ 40.13%
G 103 of 314 ~ 32.8%
B 85 of 314 ~ 27.07%

%40.13
%32.8
%27.07

CMYK color model

#7E6755 color CMYK value is (0,18,33,51).

  • cyan value is 0.00%
  • magenta value is 18.25%
  • yellow value is 32.54%
  • key color value is 50.59%
CMYK:
(0,18,33,51)
C0M18Y33K51 
(0%,18%,33%,51%)
(0.00/0.18/0.33/0.51)	

CMYK percentages

%0
%18.25
%32.54
%50.59

Codes

Color #7E6755 in popluar color models

7E6755
RGB12610385
HSL26°19.43%41.37%
HSB/HSV26°32.54%49.41%
CMYK0.00%18.25%32.54%
50.59%

Color #7E6755 in popluar number systems.

HEX7E6755
Decimal12610385
Binary111111011001111010101
Octal176147125

Shades and tints

Shades of #7E6755

#7E6755
(126,103,85)
#735E4E
(115,94,78)
#685547
(104,85,71)
#5D4C40
(93,76,64)
#524339
(82,67,57)
#473A32
(71,58,50)
#3C312B
(60,49,43)
#312824
(49,40,36)
#261F1D
(38,31,29)
#1B1616
(27,22,22)
#100D0F
(16,13,15)
#000000
(0,0,0)

Tints of #7E6755

#7E6755
(126,103,85)
#897464
(137,116,100)
#948173
(148,129,115)
#9F8E82
(159,142,130)
#AA9B91
(170,155,145)
#B5A8A0
(181,168,160)
#C0B5AF
(192,181,175)
#CBC2BE
(203,194,190)
#D6CFCD
(214,207,205)
#E1DCDC
(225,220,220)
#ECE9EB
(236,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6755; }

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

This text font color is #7E6755.


Background Color

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

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

This div background color is #7E6755.


Border color

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

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

This div border color is #7E6755.


Opacity

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

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

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

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

This text has shadow with #7E6755 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6755 on black background.


Color preview on white background

This text has color #7E6755 on white background.



Black color preview on #7E6755 background

This text has black color on #7E6755 background.


White color preview on #7E6755 background

This text has white color on #7E6755 background.