COLOR #7E7063

HEX: #7E7063
RGB: (126,112,99)

Color info

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

RGB color model

#7E7063 color RGB value is (126,112,99).

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

RGB channels and saturation

R 126 of 255 = 49%
G 112 of 255 = 44%
B 99 of 255 = 39%

126
112
99

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

Portions of RGB colors in percentages

R + G + B =
126 + 112 + 99 = 337 (100%)
R 126 of 337 ~ 37.39%
G 112 of 337 ~ 33.23%
B 99 of 337 ~ 29.38%

%37.39
%33.23
%29.38

CMYK color model

#7E7063 color CMYK value is (0,11,21,51).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 21.43%
  • key color value is 50.59%
CMYK:
(0,11,21,51)
C0M11Y21K51 
(0%,11%,21%,51%)
(0.00/0.11/0.21/0.51)	

CMYK percentages

%0
%11.11
%21.43
%50.59

Codes

Color #7E7063 in popluar color models

7E7063
RGB12611299
HSL29°12.00%44.12%
HSB/HSV29°21.43%49.41%
CMYK0.00%11.11%21.43%
50.59%

Color #7E7063 in popluar number systems.

HEX7E7063
Decimal12611299
Binary111111011100001100011
Octal176160143

Shades and tints

Shades of #7E7063

#7E7063
(126,112,99)
#73665A
(115,102,90)
#685C51
(104,92,81)
#5D5248
(93,82,72)
#52483F
(82,72,63)
#473E36
(71,62,54)
#3C342D
(60,52,45)
#312A24
(49,42,36)
#26201B
(38,32,27)
#1B1612
(27,22,18)
#100C09
(16,12,9)
#000000
(0,0,0)

Tints of #7E7063

#7E7063
(126,112,99)
#897D71
(137,125,113)
#948A7F
(148,138,127)
#9F978D
(159,151,141)
#AAA49B
(170,164,155)
#B5B1A9
(181,177,169)
#C0BEB7
(192,190,183)
#CBCBC5
(203,203,197)
#D6D8D3
(214,216,211)
#E1E5E1
(225,229,225)
#ECF2EF
(236,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7063; }

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

This text font color is #7E7063.


Background Color

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

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

This div background color is #7E7063.


Border color

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

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

This div border color is #7E7063.


Opacity

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

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

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

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

This text has shadow with #7E7063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7063 on black background.


Color preview on white background

This text has color #7E7063 on white background.



Black color preview on #7E7063 background

This text has black color on #7E7063 background.


White color preview on #7E7063 background

This text has white color on #7E7063 background.