COLOR #7E7365

HEX: #7E7365
RGB: (126,115,101)

Color info

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

RGB color model

#7E7365 color RGB value is (126,115,101).

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

RGB channels and saturation

R 126 of 255 = 49%
G 115 of 255 = 45%
B 101 of 255 = 40%

126
115
101

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

Portions of RGB colors in percentages

R + G + B =
126 + 115 + 101 = 342 (100%)
R 126 of 342 ~ 36.84%
G 115 of 342 ~ 33.63%
B 101 of 342 ~ 29.53%

%36.84
%33.63
%29.53

CMYK color model

#7E7365 color CMYK value is (0,9,20,51).

  • cyan value is 0.00%
  • magenta value is 8.73%
  • yellow value is 19.84%
  • key color value is 50.59%
CMYK:
(0,9,20,51)
C0M9Y20K51 
(0%,9%,20%,51%)
(0.00/0.09/0.20/0.51)	

CMYK percentages

%0
%8.73
%19.84
%50.59

Codes

Color #7E7365 in popluar color models

7E7365
RGB126115101
HSL34°11.01%44.51%
HSB/HSV34°19.84%49.41%
CMYK0.00%8.73%19.84%
50.59%

Color #7E7365 in popluar number systems.

HEX7E7365
Decimal126115101
Binary111111011100111100101
Octal176163145

Shades and tints

Shades of #7E7365

#7E7365
(126,115,101)
#73695C
(115,105,92)
#685F53
(104,95,83)
#5D554A
(93,85,74)
#524B41
(82,75,65)
#474138
(71,65,56)
#3C372F
(60,55,47)
#312D26
(49,45,38)
#26231D
(38,35,29)
#1B1914
(27,25,20)
#100F0B
(16,15,11)
#000000
(0,0,0)

Tints of #7E7365

#7E7365
(126,115,101)
#897F73
(137,127,115)
#948B81
(148,139,129)
#9F978F
(159,151,143)
#AAA39D
(170,163,157)
#B5AFAB
(181,175,171)
#C0BBB9
(192,187,185)
#CBC7C7
(203,199,199)
#D6D3D5
(214,211,213)
#E1DFE3
(225,223,227)
#ECEBF1
(236,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7365; }

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

This text font color is #7E7365.


Background Color

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

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

This div background color is #7E7365.


Border color

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

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

This div border color is #7E7365.


Opacity

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

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

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

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

This text has shadow with #7E7365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7365 on black background.


Color preview on white background

This text has color #7E7365 on white background.



Black color preview on #7E7365 background

This text has black color on #7E7365 background.


White color preview on #7E7365 background

This text has white color on #7E7365 background.