COLOR #7E7370

HEX: #7E7370 RGB: (126,115,112)

Color info

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

RGB color model

#7E7370 color RGB value is (126,115,112).

RGB: (126,115,112) (49%, 45%, 44%)

RGB channels and saturation

R 126 of 255 = 49%
G 115 of 255 = 45%
B 112 of 255 = 44%

126
115
112

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

Portions of RGB colors in percentages

R + G + B = 126 + 115 + 112 = 353 (100%)
R 126 of 353 ~ 35.69%
G 115 of 353 ~ 32.58%
B 112 of 353 ~ 31.73'%

%35.69
%32.58
%31.73

CMYK color model

#7E7370 color CMYK value is (0,9,11,51).

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

CMYK: (0,9,11,51)
C0M9Y11K51 (0%, 9%, 11%, 51%)
(0.00 / 0.09 / 0.11 / 0.51)

CMYK percentages

%0
%8.73
%11.11
%50.59

Codes

Color #7E7370 in popluar color models

7E 73 70
RGB 126 115 112
HSL 13° 5.88% 46.67%
HSB/HSV 13° 11.11% 49.41%
CMYK 0.00% 8.73% 11.11%
50.59%

Color #7E7370 in popluar number systems.

HEX 7E 73 70
Decimal 126 115 112
Binary 1111110 1110011 1110000
Octal 176 163 160

Shades and tints

Shades of #7E7370

#7E7370
(126,115,112)
#736966
(115,105,102)
#685F5C
(104,95,92)
#5D5552
(93,85,82)
#524B48
(82,75,72)
#47413E
(71,65,62)
#3C3734
(60,55,52)
#312D2A
(49,45,42)
#262320
(38,35,32)
#1B1916
(27,25,22)
#100F0C
(16,15,12)
#000000
(0,0,0)

Tints of #7E7370

#7E7370
(126,115,112)
#897F7D
(137,127,125)
#948B8A
(148,139,138)
#9F9797
(159,151,151)
#AAA3A4
(170,163,164)
#B5AFB1
(181,175,177)
#C0BBBE
(192,187,190)
#CBC7CB
(203,199,203)
#D6D3D8
(214,211,216)
#E1DFE5
(225,223,229)
#ECEBF2
(236,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7370; }

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

This text font color is #7E7370.

Background Color

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

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

This div background color is #7E7370.

Border color

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

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

This div border color is #7E7370.

Opacity

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

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

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

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

This text has shadow with #7E7370 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E7370.

Preview

Color preview on black background

This text has color #7E7370 on black background.


Color preview on white background

This text has color #7E7370 on white background.


Black color preview on #7E7370 background

This text has black color on #7E7370 background.


White color preview on #7E7370 background

This text has white color on #7E7370 background.


Related colors

Complementary color

Complementary color for #hex is #818C8F.


I love getcolorcode.com

Triadic colors

1 #707E73 and #73707E with #7E7370 are triadic colors.

2 #70737E and #737E70 with #7E7370 are triadic colors.