COLOR #7E7D63

HEX: #7E7D63 RGB: (126,125,99)

Color info

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

RGB color model

#7E7D63 color RGB value is (126,125,99).

RGB: (126,125,99) (49%, 49%, 39%)

RGB channels and saturation

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

126
125
99

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

Portions of RGB colors in percentages

R + G + B = 126 + 125 + 99 = 350 (100%)
R 126 of 350 ~ 36%
G 125 of 350 ~ 35.71%
B 99 of 350 ~ 28.29'%

%36
%35.71
%28.29

CMYK color model

#7E7D63 color CMYK value is (0,1,21,51).

  • cyan value is 0.00%
  • magenta value is 0.79%
  • yellow value is 21.43%
  • key color value is 50.59%

CMYK: (0,1,21,51)
C0M1Y21K51 (0%, 1%, 21%, 51%)
(0.00 / 0.01 / 0.21 / 0.51)

CMYK percentages

%0
%0.79
%21.43
%50.59

Codes

Color #7E7D63 in popluar color models

7E 7D 63
RGB 126 125 99
HSL 58° 12.00% 44.12%
HSB/HSV 58° 21.43% 49.41%
CMYK 0.00% 0.79% 21.43%
50.59%

Color #7E7D63 in popluar number systems.

HEX 7E 7D 63
Decimal 126 125 99
Binary 1111110 1111101 1100011
Octal 176 175 143

Shades and tints

Shades of #7E7D63

#7E7D63
(126,125,99)
#73725A
(115,114,90)
#686751
(104,103,81)
#5D5C48
(93,92,72)
#52513F
(82,81,63)
#474636
(71,70,54)
#3C3B2D
(60,59,45)
#313024
(49,48,36)
#26251B
(38,37,27)
#1B1A12
(27,26,18)
#100F09
(16,15,9)
#000000
(0,0,0)

Tints of #7E7D63

#7E7D63
(126,125,99)
#898871
(137,136,113)
#94937F
(148,147,127)
#9F9E8D
(159,158,141)
#AAA99B
(170,169,155)
#B5B4A9
(181,180,169)
#C0BFB7
(192,191,183)
#CBCAC5
(203,202,197)
#D6D5D3
(214,213,211)
#E1E0E1
(225,224,225)
#ECEBEF
(236,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7D63; }

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

This text font color is #7E7D63.

Background Color

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

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

This div background color is #7E7D63.

Border color

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

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

This div border color is #7E7D63.

Opacity

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

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

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

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

This text has shadow with #7E7D63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E7D63.

Preview

Color preview on black background

This text has color #7E7D63 on black background.


Color preview on white background

This text has color #7E7D63 on white background.


Black color preview on #7E7D63 background

This text has black color on #7E7D63 background.


White color preview on #7E7D63 background

This text has white color on #7E7D63 background.


Related colors

Complementary color

Complementary color for #hex is #81829C.


I love getcolorcode.com

Triadic colors

1 #637E7D and #7D637E with #7E7D63 are triadic colors.

2 #637D7E and #7D7E63 with #7E7D63 are triadic colors.