COLOR #7E7C63

HEX: #7E7C63
RGB: (126,124,99)

Color info

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

RGB color model

#7E7C63 color RGB value is (126,124,99).

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

RGB channels and saturation

R 126 of 255 = 49%
G 124 of 255 = 49%
B 99 of 255 = 39%

126
124
99

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

Portions of RGB colors in percentages

R + G + B =
126 + 124 + 99 = 349 (100%)
R 126 of 349 ~ 36.1%
G 124 of 349 ~ 35.53%
B 99 of 349 ~ 28.37%

%36.1
%35.53
%28.37

CMYK color model

#7E7C63 color CMYK value is (0,2,21,51).

  • cyan value is 0.00%
  • magenta value is 1.59%
  • yellow value is 21.43%
  • key color value is 50.59%
CMYK:
(0,2,21,51)
C0M2Y21K51 
(0%,2%,21%,51%)
(0.00/0.02/0.21/0.51)	

CMYK percentages

%0
%1.59
%21.43
%50.59

Codes

Color #7E7C63 in popluar color models

7E7C63
RGB12612499
HSL56°12.00%44.12%
HSB/HSV56°21.43%49.41%
CMYK0.00%1.59%21.43%
50.59%

Color #7E7C63 in popluar number systems.

HEX7E7C63
Decimal12612499
Binary111111011111001100011
Octal176174143

Shades and tints

Shades of #7E7C63

#7E7C63
(126,124,99)
#73715A
(115,113,90)
#686651
(104,102,81)
#5D5B48
(93,91,72)
#52503F
(82,80,63)
#474536
(71,69,54)
#3C3A2D
(60,58,45)
#312F24
(49,47,36)
#26241B
(38,36,27)
#1B1912
(27,25,18)
#100E09
(16,14,9)
#000000
(0,0,0)

Tints of #7E7C63

#7E7C63
(126,124,99)
#898771
(137,135,113)
#94927F
(148,146,127)
#9F9D8D
(159,157,141)
#AAA89B
(170,168,155)
#B5B3A9
(181,179,169)
#C0BEB7
(192,190,183)
#CBC9C5
(203,201,197)
#D6D4D3
(214,212,211)
#E1DFE1
(225,223,225)
#ECEAEF
(236,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7C63; }

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

This text font color is #7E7C63.


Background Color

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

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

This div background color is #7E7C63.


Border color

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

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

This div border color is #7E7C63.


Opacity

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

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

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

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

This text has shadow with #7E7C63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7C63 on black background.


Color preview on white background

This text has color #7E7C63 on white background.



Black color preview on #7E7C63 background

This text has black color on #7E7C63 background.


White color preview on #7E7C63 background

This text has white color on #7E7C63 background.