COLOR #7E7D73

HEX: #7E7D73 RGB: (126,125,115)

Color info

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

RGB color model

#7E7D73 color RGB value is (126,125,115).

RGB: (126,125,115) (49%, 49%, 45%)

RGB channels and saturation

R 126 of 255 = 49%
G 125 of 255 = 49%
B 115 of 255 = 45%

126
125
115

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

Portions of RGB colors in percentages

R + G + B = 126 + 125 + 115 = 366 (100%)
R 126 of 366 ~ 34.43%
G 125 of 366 ~ 34.15%
B 115 of 366 ~ 31.42'%

%34.43
%34.15
%31.42

CMYK color model

#7E7D73 color CMYK value is (0,1,9,51).

  • cyan value is 0.00%
  • magenta value is 0.79%
  • yellow value is 8.73%
  • key color value is 50.59%

CMYK: (0,1,9,51)
C0M1Y9K51 (0%, 1%, 9%, 51%)
(0.00 / 0.01 / 0.09 / 0.51)

CMYK percentages

%0
%0.79
%8.73
%50.59

Codes

Color #7E7D73 in popluar color models

7E 7D 73
RGB 126 125 115
HSL 55° 4.56% 47.25%
HSB/HSV 55° 8.73% 49.41%
CMYK 0.00% 0.79% 8.73%
50.59%

Color #7E7D73 in popluar number systems.

HEX 7E 7D 73
Decimal 126 125 115
Binary 1111110 1111101 1110011
Octal 176 175 163

Shades and tints

Shades of #7E7D73

#7E7D73
(126,125,115)
#737269
(115,114,105)
#68675F
(104,103,95)
#5D5C55
(93,92,85)
#52514B
(82,81,75)
#474641
(71,70,65)
#3C3B37
(60,59,55)
#31302D
(49,48,45)
#262523
(38,37,35)
#1B1A19
(27,26,25)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #7E7D73

#7E7D73
(126,125,115)
#89887F
(137,136,127)
#94938B
(148,147,139)
#9F9E97
(159,158,151)
#AAA9A3
(170,169,163)
#B5B4AF
(181,180,175)
#C0BFBB
(192,191,187)
#CBCAC7
(203,202,199)
#D6D5D3
(214,213,211)
#E1E0DF
(225,224,223)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7D73; }

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

This text font color is #7E7D73.

Background Color

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

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

This div background color is #7E7D73.

Border color

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

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

This div border color is #7E7D73.

Opacity

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

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

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

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

This text has shadow with #7E7D73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E7D73.

Preview

Color preview on black background

This text has color #7E7D73 on black background.


Color preview on white background

This text has color #7E7D73 on white background.


Black color preview on #7E7D73 background

This text has black color on #7E7D73 background.


White color preview on #7E7D73 background

This text has white color on #7E7D73 background.


Related colors

Complementary color

Complementary color for #hex is #81828C.


I love getcolorcode.com

Triadic colors

1 #737E7D and #7D737E with #7E7D73 are triadic colors.

2 #737D7E and #7D7E73 with #7E7D73 are triadic colors.