COLOR #7E736F

HEX: #7E736F
RGB: (126,115,111)

Color info

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

RGB color model

#7E736F color RGB value is (126,115,111).

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

RGB channels and saturation

R 126 of 255 = 49%
G 115 of 255 = 45%
B 111 of 255 = 44%

126
115
111

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

Portions of RGB colors in percentages

R + G + B =
126 + 115 + 111 = 352 (100%)
R 126 of 352 ~ 35.8%
G 115 of 352 ~ 32.67%
B 111 of 352 ~ 31.53%

%35.8
%32.67
%31.53

CMYK color model

#7E736F color CMYK value is (0,9,12,51).

  • cyan value is 0.00%
  • magenta value is 8.73%
  • yellow value is 11.90%
  • key color value is 50.59%
CMYK:
(0,9,12,51)
C0M9Y12K51 
(0%,9%,12%,51%)
(0.00/0.09/0.12/0.51)	

CMYK percentages

%0
%8.73
%11.9
%50.59

Codes

Color #7E736F in popluar color models

7E736F
RGB126115111
HSL16°6.33%46.47%
HSB/HSV16°11.90%49.41%
CMYK0.00%8.73%11.90%
50.59%

Color #7E736F in popluar number systems.

HEX7E736F
Decimal126115111
Binary111111011100111101111
Octal176163157

Shades and tints

Shades of #7E736F

#7E736F
(126,115,111)
#736965
(115,105,101)
#685F5B
(104,95,91)
#5D5551
(93,85,81)
#524B47
(82,75,71)
#47413D
(71,65,61)
#3C3733
(60,55,51)
#312D29
(49,45,41)
#26231F
(38,35,31)
#1B1915
(27,25,21)
#100F0B
(16,15,11)
#000000
(0,0,0)

Tints of #7E736F

#7E736F
(126,115,111)
#897F7C
(137,127,124)
#948B89
(148,139,137)
#9F9796
(159,151,150)
#AAA3A3
(170,163,163)
#B5AFB0
(181,175,176)
#C0BBBD
(192,187,189)
#CBC7CA
(203,199,202)
#D6D3D7
(214,211,215)
#E1DFE4
(225,223,228)
#ECEBF1
(236,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E736F; }

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

This text font color is #7E736F.


Background Color

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

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

This div background color is #7E736F.


Border color

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

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

This div border color is #7E736F.


Opacity

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

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

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

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

This text has shadow with #7E736F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E736F on black background.


Color preview on white background

This text has color #7E736F on white background.



Black color preview on #7E736F background

This text has black color on #7E736F background.


White color preview on #7E736F background

This text has white color on #7E736F background.