COLOR #7E7D70

HEX: #7E7D70 RGB: (126,125,112)

Color info

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

RGB color model

#7E7D70 color RGB value is (126,125,112).

RGB: (126,125,112) (49%, 49%, 44%)

RGB channels and saturation

R 126 of 255 = 49%
G 125 of 255 = 49%
B 112 of 255 = 44%

126
125
112

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

Portions of RGB colors in percentages

R + G + B = 126 + 125 + 112 = 363 (100%)
R 126 of 363 ~ 34.71%
G 125 of 363 ~ 34.44%
B 112 of 363 ~ 30.85'%

%34.71
%34.44
%30.85

CMYK color model

#7E7D70 color CMYK value is (0,1,11,51).

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

CMYK: (0,1,11,51)
C0M1Y11K51 (0%, 1%, 11%, 51%)
(0.00 / 0.01 / 0.11 / 0.51)

CMYK percentages

%0
%0.79
%11.11
%50.59

Codes

Color #7E7D70 in popluar color models

7E 7D 70
RGB 126 125 112
HSL 56° 5.88% 46.67%
HSB/HSV 56° 11.11% 49.41%
CMYK 0.00% 0.79% 11.11%
50.59%

Color #7E7D70 in popluar number systems.

HEX 7E 7D 70
Decimal 126 125 112
Binary 1111110 1111101 1110000
Octal 176 175 160

Shades and tints

Shades of #7E7D70

#7E7D70
(126,125,112)
#737266
(115,114,102)
#68675C
(104,103,92)
#5D5C52
(93,92,82)
#525148
(82,81,72)
#47463E
(71,70,62)
#3C3B34
(60,59,52)
#31302A
(49,48,42)
#262520
(38,37,32)
#1B1A16
(27,26,22)
#100F0C
(16,15,12)
#000000
(0,0,0)

Tints of #7E7D70

#7E7D70
(126,125,112)
#89887D
(137,136,125)
#94938A
(148,147,138)
#9F9E97
(159,158,151)
#AAA9A4
(170,169,164)
#B5B4B1
(181,180,177)
#C0BFBE
(192,191,190)
#CBCACB
(203,202,203)
#D6D5D8
(214,213,216)
#E1E0E5
(225,224,229)
#ECEBF2
(236,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7D70; }

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

This text font color is #7E7D70.

Background Color

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

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

This div background color is #7E7D70.

Border color

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

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

This div border color is #7E7D70.

Opacity

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

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

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

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

This text has shadow with #7E7D70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E7D70.

Preview

Color preview on black background

This text has color #7E7D70 on black background.


Color preview on white background

This text has color #7E7D70 on white background.


Black color preview on #7E7D70 background

This text has black color on #7E7D70 background.


White color preview on #7E7D70 background

This text has white color on #7E7D70 background.


Related colors

Complementary color

Complementary color for #hex is #81828F.


I love getcolorcode.com

Triadic colors

1 #707E7D and #7D707E with #7E7D70 are triadic colors.

2 #707D7E and #7D7E70 with #7E7D70 are triadic colors.