COLOR #7E795D

HEX: #7E795D RGB: (126,121,93)

Color info

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

RGB color model

#7E795D color RGB value is (126,121,93).

RGB: (126,121,93) (49%, 47%, 36%)

RGB channels and saturation

R 126 of 255 = 49%
G 121 of 255 = 47%
B 93 of 255 = 36%

126
121
93

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

Portions of RGB colors in percentages

R + G + B = 126 + 121 + 93 = 340 (100%)
R 126 of 340 ~ 37.06%
G 121 of 340 ~ 35.59%
B 93 of 340 ~ 27.35'%

%37.06
%35.59
%27.35

CMYK color model

#7E795D color CMYK value is (0,4,26,51).

  • cyan value is 0.00%
  • magenta value is 3.97%
  • yellow value is 26.19%
  • key color value is 50.59%

CMYK: (0,4,26,51)
C0M4Y26K51 (0%, 4%, 26%, 51%)
(0.00 / 0.04 / 0.26 / 0.51)

CMYK percentages

%0
%3.97
%26.19
%50.59

Codes

Color #7E795D in popluar color models

7E 79 5D
RGB 126 121 93
HSL 51° 15.07% 42.94%
HSB/HSV 51° 26.19% 49.41%
CMYK 0.00% 3.97% 26.19%
50.59%

Color #7E795D in popluar number systems.

HEX 7E 79 5D
Decimal 126 121 93
Binary 1111110 1111001 1011101
Octal 176 171 135

Shades and tints

Shades of #7E795D

#7E795D
(126,121,93)
#736E55
(115,110,85)
#68634D
(104,99,77)
#5D5845
(93,88,69)
#524D3D
(82,77,61)
#474235
(71,66,53)
#3C372D
(60,55,45)
#312C25
(49,44,37)
#26211D
(38,33,29)
#1B1615
(27,22,21)
#100B0D
(16,11,13)
#000000
(0,0,0)

Tints of #7E795D

#7E795D
(126,121,93)
#89856B
(137,133,107)
#949179
(148,145,121)
#9F9D87
(159,157,135)
#AAA995
(170,169,149)
#B5B5A3
(181,181,163)
#C0C1B1
(192,193,177)
#CBCDBF
(203,205,191)
#D6D9CD
(214,217,205)
#E1E5DB
(225,229,219)
#ECF1E9
(236,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E795D; }

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

This text font color is #7E795D.

Background Color

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

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

This div background color is #7E795D.

Border color

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

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

This div border color is #7E795D.

Opacity

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

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

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

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

This text has shadow with #7E795D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E795D.

Preview

Color preview on black background

This text has color #7E795D on black background.


Color preview on white background

This text has color #7E795D on white background.


Black color preview on #7E795D background

This text has black color on #7E795D background.


White color preview on #7E795D background

This text has white color on #7E795D background.


Related colors

Complementary color

Complementary color for #hex is #8186A2.


I love getcolorcode.com

Triadic colors

1 #5D7E79 and #795D7E with #7E795D are triadic colors.

2 #5D797E and #797E5D with #7E795D are triadic colors.