COLOR #7E7E60

HEX: #7E7E60 RGB: (126,126,96)

Color info

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

RGB color model

#7E7E60 color RGB value is (126,126,96).

RGB: (126,126,96) (49%, 49%, 38%)

RGB channels and saturation

R 126 of 255 = 49%
G 126 of 255 = 49%
B 96 of 255 = 38%

126
126
96

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

Portions of RGB colors in percentages

R + G + B = 126 + 126 + 96 = 348 (100%)
R 126 of 348 ~ 36.21%
G 126 of 348 ~ 36.21%
B 96 of 348 ~ 27.59'%

%36.21
%36.21
%27.59

CMYK color model

#7E7E60 color CMYK value is (0,0,24,51).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 23.81%
  • key color value is 50.59%
CMYK: (0,0,24,51) C0M0Y24K51 (0%,0%,24%,51%) (0.00/0.00/0.24/0.51) 

CMYK percentages

%0
%0
%23.81
%50.59

Codes

Color #7E7E60 in popluar color models

7E 7E 60
RGB 126 126 96
HSL 60° 13.51% 43.53%
HSB/HSV 60° 23.81% 49.41%
CMYK 0.00% 0.00% 23.81%
50.59%

Color #7E7E60 in popluar number systems.

HEX 7E 7E 60
Decimal 126 126 96
Binary 1111110 1111110 1100000
Octal 176 176 140

Shades and tints

Shades of #7E7E60

#7E7E60
(126,126,96)
#737358
(115,115,88)
#686850
(104,104,80)
#5D5D48
(93,93,72)
#525240
(82,82,64)
#474738
(71,71,56)
#3C3C30
(60,60,48)
#313128
(49,49,40)
#262620
(38,38,32)
#1B1B18
(27,27,24)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #7E7E60

#7E7E60
(126,126,96)
#89896E
(137,137,110)
#94947C
(148,148,124)
#9F9F8A
(159,159,138)
#AAAA98
(170,170,152)
#B5B5A6
(181,181,166)
#C0C0B4
(192,192,180)
#CBCBC2
(203,203,194)
#D6D6D0
(214,214,208)
#E1E1DE
(225,225,222)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7E60; }

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

This text font color is #7E7E60.

Background Color

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

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

This div background color is #7E7E60.

Border color

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

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

This div border color is #7E7E60.

Opacity

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

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

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

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

This text has shadow with #7E7E60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E7E60.

Preview

Color preview on black background

This text has color #7E7E60 on black background.


Color preview on white background

This text has color #7E7E60 on white background.


Black color preview on #7E7E60 background

This text has black color on #7E7E60 background.


White color preview on #7E7E60 background

This text has white color on #7E7E60 background.


Related colors

Complementary color

Complementary color for #hex is #81819F.


I love getcolorcode.com