COLOR #7E7E5C

HEX: #7E7E5C
RGB: (126,126,92)

Color info

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

RGB color model

#7E7E5C color RGB value is (126,126,92).

  • red value is 126;
  • green value is 126;
  • blue value is 92.
RGB:
(126,126,92)
(49%,49%,36%)

RGB channels and saturation

R 126 of 255 = 49%
G 126 of 255 = 49%
B 92 of 255 = 36%

126
126
92

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

Portions of RGB colors in percentages

R + G + B =
126 + 126 + 92 = 344 (100%)
R 126 of 344 ~ 36.63%
G 126 of 344 ~ 36.63%
B 92 of 344 ~ 26.74%

%36.63
%36.63
%26.74

CMYK color model

#7E7E5C color CMYK value is (0,0,27,51).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 26.98%
  • key color value is 50.59%
CMYK:
(0,0,27,51)
C0M0Y27K51 
(0%,0%,27%,51%)
(0.00/0.00/0.27/0.51)	

CMYK percentages

%0
%0
%26.98
%50.59

Codes

Color #7E7E5C in popluar color models

7E7E5C
RGB12612692
HSL60°15.60%42.75%
HSB/HSV60°26.98%49.41%
CMYK0.00%0.00%26.98%
50.59%

Color #7E7E5C in popluar number systems.

HEX7E7E5C
Decimal12612692
Binary111111011111101011100
Octal176176134

Shades and tints

Shades of #7E7E5C

#7E7E5C
(126,126,92)
#737354
(115,115,84)
#68684C
(104,104,76)
#5D5D44
(93,93,68)
#52523C
(82,82,60)
#474734
(71,71,52)
#3C3C2C
(60,60,44)
#313124
(49,49,36)
#26261C
(38,38,28)
#1B1B14
(27,27,20)
#10100C
(16,16,12)
#000000
(0,0,0)

Tints of #7E7E5C

#7E7E5C
(126,126,92)
#89896A
(137,137,106)
#949478
(148,148,120)
#9F9F86
(159,159,134)
#AAAA94
(170,170,148)
#B5B5A2
(181,181,162)
#C0C0B0
(192,192,176)
#CBCBBE
(203,203,190)
#D6D6CC
(214,214,204)
#E1E1DA
(225,225,218)
#ECECE8
(236,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7E5C; }

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

This text font color is #7E7E5C.


Background Color

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

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

This div background color is #7E7E5C.


Border color

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

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

This div border color is #7E7E5C.


Opacity

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

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

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

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

This text has shadow with #7E7E5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7E5C on black background.


Color preview on white background

This text has color #7E7E5C on white background.



Black color preview on #7E7E5C background

This text has black color on #7E7E5C background.


White color preview on #7E7E5C background

This text has white color on #7E7E5C background.