COLOR #7E795F

HEX: #7E795F
RGB: (126,121,95)

Color info

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

RGB color model

#7E795F color RGB value is (126,121,95).

  • red value is 126;
  • green value is 121;
  • blue value is 95.
RGB:
(126,121,95)
(49%,47%,37%)

RGB channels and saturation

R 126 of 255 = 49%
G 121 of 255 = 47%
B 95 of 255 = 37%

126
121
95

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

Portions of RGB colors in percentages

R + G + B =
126 + 121 + 95 = 342 (100%)
R 126 of 342 ~ 36.84%
G 121 of 342 ~ 35.38%
B 95 of 342 ~ 27.78%

%36.84
%35.38
%27.78

CMYK color model

#7E795F color CMYK value is (0,4,25,51).

  • cyan value is 0.00%
  • magenta value is 3.97%
  • yellow value is 24.60%
  • key color value is 50.59%
CMYK:
(0,4,25,51)
C0M4Y25K51 
(0%,4%,25%,51%)
(0.00/0.04/0.25/0.51)	

CMYK percentages

%0
%3.97
%24.6
%50.59

Codes

Color #7E795F in popluar color models

7E795F
RGB12612195
HSL50°14.03%43.33%
HSB/HSV50°24.60%49.41%
CMYK0.00%3.97%24.60%
50.59%

Color #7E795F in popluar number systems.

HEX7E795F
Decimal12612195
Binary111111011110011011111
Octal176171137

Shades and tints

Shades of #7E795F

#7E795F
(126,121,95)
#736E57
(115,110,87)
#68634F
(104,99,79)
#5D5847
(93,88,71)
#524D3F
(82,77,63)
#474237
(71,66,55)
#3C372F
(60,55,47)
#312C27
(49,44,39)
#26211F
(38,33,31)
#1B1617
(27,22,23)
#100B0F
(16,11,15)
#000000
(0,0,0)

Tints of #7E795F

#7E795F
(126,121,95)
#89856D
(137,133,109)
#94917B
(148,145,123)
#9F9D89
(159,157,137)
#AAA997
(170,169,151)
#B5B5A5
(181,181,165)
#C0C1B3
(192,193,179)
#CBCDC1
(203,205,193)
#D6D9CF
(214,217,207)
#E1E5DD
(225,229,221)
#ECF1EB
(236,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E795F; }

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

This text font color is #7E795F.


Background Color

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

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

This div background color is #7E795F.


Border color

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

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

This div border color is #7E795F.


Opacity

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

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

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

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

This text has shadow with #7E795F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E795F on black background.


Color preview on white background

This text has color #7E795F on white background.



Black color preview on #7E795F background

This text has black color on #7E795F background.


White color preview on #7E795F background

This text has white color on #7E795F background.