COLOR #7E654E

HEX: #7E654E
RGB: (126,101,78)

Color info

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

RGB color model

#7E654E color RGB value is (126,101,78).

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

RGB channels and saturation

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

126
101
78

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

Portions of RGB colors in percentages

R + G + B =
126 + 101 + 78 = 305 (100%)
R 126 of 305 ~ 41.31%
G 101 of 305 ~ 33.11%
B 78 of 305 ~ 25.57%

%41.31
%33.11
%25.57

CMYK color model

#7E654E color CMYK value is (0,20,38,51).

  • cyan value is 0.00%
  • magenta value is 19.84%
  • yellow value is 38.10%
  • key color value is 50.59%
CMYK: (0,20,38,51) C0M20Y38K51 (0%,20%,38%,51%) (0.00/0.20/0.38/0.51)

CMYK percentages

%0
%19.84
%38.1
%50.59

Codes

Color #7E654E in popluar color models

7E654E
RGB12610178
HSL29°23.53%40.00%
HSB/HSV29°38.10%49.41%
CMYK0.00%19.84%38.10%
50.59%

Color #7E654E in popluar number systems.

HEX7E654E
Decimal12610178
Binary111111011001011001110
Octal176145116

Shades and tints

Shades of #7E654E

#7E654E
(126,101,78)
#735C47
(115,92,71)
#685340
(104,83,64)
#5D4A39
(93,74,57)
#524132
(82,65,50)
#47382B
(71,56,43)
#3C2F24
(60,47,36)
#31261D
(49,38,29)
#261D16
(38,29,22)
#1B140F
(27,20,15)
#100B08
(16,11,8)
#000000
(0,0,0)

Tints of #7E654E

#7E654E
(126,101,78)
#89735E
(137,115,94)
#94816E
(148,129,110)
#9F8F7E
(159,143,126)
#AA9D8E
(170,157,142)
#B5AB9E
(181,171,158)
#C0B9AE
(192,185,174)
#CBC7BE
(203,199,190)
#D6D5CE
(214,213,206)
#E1E3DE
(225,227,222)
#ECF1EE
(236,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E654E; }

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

This text font color is #7E654E.


Background Color

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

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

This div background color is #7E654E.


Border color

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

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

This div border color is #7E654E.


Opacity

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

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

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

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

This text has shadow with #7E654E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7E654E on black background.


Color preview on white background

This text has color #7E654E on white background.



Black color preview on #7E654E background

This text has black color on #7E654E background.


White color preview on #7E654E background

This text has white color on #7E654E background.