COLOR #7E7863

HEX: #7E7863
RGB: (126,120,99)

Color info

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

RGB color model

#7E7863 color RGB value is (126,120,99).

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

RGB channels and saturation

R 126 of 255 = 49%
G 120 of 255 = 47%
B 99 of 255 = 39%

126
120
99

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

Portions of RGB colors in percentages

R + G + B =
126 + 120 + 99 = 345 (100%)
R 126 of 345 ~ 36.52%
G 120 of 345 ~ 34.78%
B 99 of 345 ~ 28.7%

%36.52
%34.78
%28.7

CMYK color model

#7E7863 color CMYK value is (0,5,21,51).

  • cyan value is 0.00%
  • magenta value is 4.76%
  • yellow value is 21.43%
  • key color value is 50.59%
CMYK:
(0,5,21,51)
C0M5Y21K51 
(0%,5%,21%,51%)
(0.00/0.05/0.21/0.51)	

CMYK percentages

%0
%4.76
%21.43
%50.59

Codes

Color #7E7863 in popluar color models

7E7863
RGB12612099
HSL47°12.00%44.12%
HSB/HSV47°21.43%49.41%
CMYK0.00%4.76%21.43%
50.59%

Color #7E7863 in popluar number systems.

HEX7E7863
Decimal12612099
Binary111111011110001100011
Octal176170143

Shades and tints

Shades of #7E7863

#7E7863
(126,120,99)
#736E5A
(115,110,90)
#686451
(104,100,81)
#5D5A48
(93,90,72)
#52503F
(82,80,63)
#474636
(71,70,54)
#3C3C2D
(60,60,45)
#313224
(49,50,36)
#26281B
(38,40,27)
#1B1E12
(27,30,18)
#101409
(16,20,9)
#000000
(0,0,0)

Tints of #7E7863

#7E7863
(126,120,99)
#898471
(137,132,113)
#94907F
(148,144,127)
#9F9C8D
(159,156,141)
#AAA89B
(170,168,155)
#B5B4A9
(181,180,169)
#C0C0B7
(192,192,183)
#CBCCC5
(203,204,197)
#D6D8D3
(214,216,211)
#E1E4E1
(225,228,225)
#ECF0EF
(236,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7863; }

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

This text font color is #7E7863.


Background Color

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

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

This div background color is #7E7863.


Border color

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

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

This div border color is #7E7863.


Opacity

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

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

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

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

This text has shadow with #7E7863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7863 on black background.


Color preview on white background

This text has color #7E7863 on white background.



Black color preview on #7E7863 background

This text has black color on #7E7863 background.


White color preview on #7E7863 background

This text has white color on #7E7863 background.