COLOR #7E7B70

HEX: #7E7B70
RGB: (126,123,112)

Color info

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

RGB color model

#7E7B70 color RGB value is (126,123,112).

  • red value is 126;
  • green value is 123;
  • blue value is 112.
RGB:
(126,123,112)
(49%,48%,44%)

RGB channels and saturation

R 126 of 255 = 49%
G 123 of 255 = 48%
B 112 of 255 = 44%

126
123
112

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

Portions of RGB colors in percentages

R + G + B =
126 + 123 + 112 = 361 (100%)
R 126 of 361 ~ 34.9%
G 123 of 361 ~ 34.07%
B 112 of 361 ~ 31.02%

%34.9
%34.07
%31.02

CMYK color model

#7E7B70 color CMYK value is (0,2,11,51).

  • cyan value is 0.00%
  • magenta value is 2.38%
  • yellow value is 11.11%
  • key color value is 50.59%
CMYK:
(0,2,11,51)
C0M2Y11K51 
(0%,2%,11%,51%)
(0.00/0.02/0.11/0.51)	

CMYK percentages

%0
%2.38
%11.11
%50.59

Codes

Color #7E7B70 in popluar color models

7E7B70
RGB126123112
HSL47°5.88%46.67%
HSB/HSV47°11.11%49.41%
CMYK0.00%2.38%11.11%
50.59%

Color #7E7B70 in popluar number systems.

HEX7E7B70
Decimal126123112
Binary111111011110111110000
Octal176173160

Shades and tints

Shades of #7E7B70

#7E7B70
(126,123,112)
#737066
(115,112,102)
#68655C
(104,101,92)
#5D5A52
(93,90,82)
#524F48
(82,79,72)
#47443E
(71,68,62)
#3C3934
(60,57,52)
#312E2A
(49,46,42)
#262320
(38,35,32)
#1B1816
(27,24,22)
#100D0C
(16,13,12)
#000000
(0,0,0)

Tints of #7E7B70

#7E7B70
(126,123,112)
#89877D
(137,135,125)
#94938A
(148,147,138)
#9F9F97
(159,159,151)
#AAABA4
(170,171,164)
#B5B7B1
(181,183,177)
#C0C3BE
(192,195,190)
#CBCFCB
(203,207,203)
#D6DBD8
(214,219,216)
#E1E7E5
(225,231,229)
#ECF3F2
(236,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7B70; }

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

This text font color is #7E7B70.


Background Color

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

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

This div background color is #7E7B70.


Border color

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

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

This div border color is #7E7B70.


Opacity

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

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

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

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

This text has shadow with #7E7B70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7B70 on black background.


Color preview on white background

This text has color #7E7B70 on white background.



Black color preview on #7E7B70 background

This text has black color on #7E7B70 background.


White color preview on #7E7B70 background

This text has white color on #7E7B70 background.