COLOR #7E975E

HEX: #7E975E
RGB: (126,151,94)

Color info

#7E975E contains red, green and blue colors in about the same proportion. Web safe color of #7E975E is #669966 (or #696).

RGB color model

#7E975E color RGB value is (126,151,94).

  • red value is 126;
  • green value is 151;
  • blue value is 94.
RGB:
(126,151,94)
(49%,59%,37%)

RGB channels and saturation

R 126 of 255 = 49%
G 151 of 255 = 59%
B 94 of 255 = 37%

126
151
94

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

Portions of RGB colors in percentages

R + G + B =
126 + 151 + 94 = 371 (100%)
R 126 of 371 ~ 33.96%
G 151 of 371 ~ 40.7%
B 94 of 371 ~ 25.34%

%33.96
%40.7
%25.34

CMYK color model

#7E975E color CMYK value is (17,0,38,41).

  • cyan value is 16.56%
  • magenta value is 0.00%
  • yellow value is 37.75%
  • key color value is 40.78%
CMYK:
(17,0,38,41)
C17M0Y38K41 
(17%,0%,38%,41%)
(0.17/0.00/0.38/0.41)	

CMYK percentages

%16.56
%0
%37.75
%40.78

Codes

Color #7E975E in popluar color models

7E975E
RGB12615194
HSL86°23.27%48.04%
HSB/HSV86°37.75%59.22%
CMYK16.56%0.00%37.75%
40.78%

Color #7E975E in popluar number systems.

HEX7E975E
Decimal12615194
Binary1111110100101111011110
Octal176227136

Shades and tints

Shades of #7E975E

#7E975E
(126,151,94)
#738A56
(115,138,86)
#687D4E
(104,125,78)
#5D7046
(93,112,70)
#52633E
(82,99,62)
#475636
(71,86,54)
#3C492E
(60,73,46)
#313C26
(49,60,38)
#262F1E
(38,47,30)
#1B2216
(27,34,22)
#10150E
(16,21,14)
#000000
(0,0,0)

Tints of #7E975E

#7E975E
(126,151,94)
#89A06C
(137,160,108)
#94A97A
(148,169,122)
#9FB288
(159,178,136)
#AABB96
(170,187,150)
#B5C4A4
(181,196,164)
#C0CDB2
(192,205,178)
#CBD6C0
(203,214,192)
#D6DFCE
(214,223,206)
#E1E8DC
(225,232,220)
#ECF1EA
(236,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E975E; }

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

This text font color is #7E975E.


Background Color

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

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

This div background color is #7E975E.


Border color

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

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

This div border color is #7E975E.


Opacity

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

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

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

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

This text has shadow with #7E975E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E975E on black background.


Color preview on white background

This text has color #7E975E on white background.



Black color preview on #7E975E background

This text has black color on #7E975E background.


White color preview on #7E975E background

This text has white color on #7E975E background.