COLOR #7E7067

HEX: #7E7067
RGB: (126,112,103)

Color info

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

RGB color model

#7E7067 color RGB value is (126,112,103).

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

RGB channels and saturation

R 126 of 255 = 49%
G 112 of 255 = 44%
B 103 of 255 = 40%

126
112
103

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

Portions of RGB colors in percentages

R + G + B =
126 + 112 + 103 = 341 (100%)
R 126 of 341 ~ 36.95%
G 112 of 341 ~ 32.84%
B 103 of 341 ~ 30.21%

%36.95
%32.84
%30.21

CMYK color model

#7E7067 color CMYK value is (0,11,18,51).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 18.25%
  • key color value is 50.59%
CMYK:
(0,11,18,51)
C0M11Y18K51 
(0%,11%,18%,51%)
(0.00/0.11/0.18/0.51)	

CMYK percentages

%0
%11.11
%18.25
%50.59

Codes

Color #7E7067 in popluar color models

7E7067
RGB126112103
HSL23°10.04%44.90%
HSB/HSV23°18.25%49.41%
CMYK0.00%11.11%18.25%
50.59%

Color #7E7067 in popluar number systems.

HEX7E7067
Decimal126112103
Binary111111011100001100111
Octal176160147

Shades and tints

Shades of #7E7067

#7E7067
(126,112,103)
#73665E
(115,102,94)
#685C55
(104,92,85)
#5D524C
(93,82,76)
#524843
(82,72,67)
#473E3A
(71,62,58)
#3C3431
(60,52,49)
#312A28
(49,42,40)
#26201F
(38,32,31)
#1B1616
(27,22,22)
#100C0D
(16,12,13)
#000000
(0,0,0)

Tints of #7E7067

#7E7067
(126,112,103)
#897D74
(137,125,116)
#948A81
(148,138,129)
#9F978E
(159,151,142)
#AAA49B
(170,164,155)
#B5B1A8
(181,177,168)
#C0BEB5
(192,190,181)
#CBCBC2
(203,203,194)
#D6D8CF
(214,216,207)
#E1E5DC
(225,229,220)
#ECF2E9
(236,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7067; }

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

This text font color is #7E7067.


Background Color

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

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

This div background color is #7E7067.


Border color

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

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

This div border color is #7E7067.


Opacity

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

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

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

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

This text has shadow with #7E7067 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7067 on black background.


Color preview on white background

This text has color #7E7067 on white background.



Black color preview on #7E7067 background

This text has black color on #7E7067 background.


White color preview on #7E7067 background

This text has white color on #7E7067 background.