COLOR #7E6759

HEX: #7E6759
RGB: (126,103,89)

Color info

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

RGB color model

#7E6759 color RGB value is (126,103,89).

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

RGB channels and saturation

R 126 of 255 = 49%
G 103 of 255 = 40%
B 89 of 255 = 35%

126
103
89

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

Portions of RGB colors in percentages

R + G + B =
126 + 103 + 89 = 318 (100%)
R 126 of 318 ~ 39.62%
G 103 of 318 ~ 32.39%
B 89 of 318 ~ 27.99%

%39.62
%32.39
%27.99

CMYK color model

#7E6759 color CMYK value is (0,18,29,51).

  • cyan value is 0.00%
  • magenta value is 18.25%
  • yellow value is 29.37%
  • key color value is 50.59%
CMYK:
(0,18,29,51)
C0M18Y29K51 
(0%,18%,29%,51%)
(0.00/0.18/0.29/0.51)	

CMYK percentages

%0
%18.25
%29.37
%50.59

Codes

Color #7E6759 in popluar color models

7E6759
RGB12610389
HSL23°17.21%42.16%
HSB/HSV23°29.37%49.41%
CMYK0.00%18.25%29.37%
50.59%

Color #7E6759 in popluar number systems.

HEX7E6759
Decimal12610389
Binary111111011001111011001
Octal176147131

Shades and tints

Shades of #7E6759

#7E6759
(126,103,89)
#735E51
(115,94,81)
#685549
(104,85,73)
#5D4C41
(93,76,65)
#524339
(82,67,57)
#473A31
(71,58,49)
#3C3129
(60,49,41)
#312821
(49,40,33)
#261F19
(38,31,25)
#1B1611
(27,22,17)
#100D09
(16,13,9)
#000000
(0,0,0)

Tints of #7E6759

#7E6759
(126,103,89)
#897468
(137,116,104)
#948177
(148,129,119)
#9F8E86
(159,142,134)
#AA9B95
(170,155,149)
#B5A8A4
(181,168,164)
#C0B5B3
(192,181,179)
#CBC2C2
(203,194,194)
#D6CFD1
(214,207,209)
#E1DCE0
(225,220,224)
#ECE9EF
(236,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6759; }

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

This text font color is #7E6759.


Background Color

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

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

This div background color is #7E6759.


Border color

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

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

This div border color is #7E6759.


Opacity

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

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

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

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

This text has shadow with #7E6759 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6759 on black background.


Color preview on white background

This text has color #7E6759 on white background.



Black color preview on #7E6759 background

This text has black color on #7E6759 background.


White color preview on #7E6759 background

This text has white color on #7E6759 background.