COLOR #7E6F63

HEX: #7E6F63
RGB: (126,111,99)

Color info

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

RGB color model

#7E6F63 color RGB value is (126,111,99).

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

RGB channels and saturation

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

126
111
99

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

Portions of RGB colors in percentages

R + G + B =
126 + 111 + 99 = 336 (100%)
R 126 of 336 ~ 37.5%
G 111 of 336 ~ 33.04%
B 99 of 336 ~ 29.46%

%37.5
%33.04
%29.46

CMYK color model

#7E6F63 color CMYK value is (0,12,21,51).

  • cyan value is 0.00%
  • magenta value is 11.90%
  • yellow value is 21.43%
  • key color value is 50.59%
CMYK:
(0,12,21,51)
C0M12Y21K51 
(0%,12%,21%,51%)
(0.00/0.12/0.21/0.51)	

CMYK percentages

%0
%11.9
%21.43
%50.59

Codes

Color #7E6F63 in popluar color models

7E6F63
RGB12611199
HSL27°12.00%44.12%
HSB/HSV27°21.43%49.41%
CMYK0.00%11.90%21.43%
50.59%

Color #7E6F63 in popluar number systems.

HEX7E6F63
Decimal12611199
Binary111111011011111100011
Octal176157143

Shades and tints

Shades of #7E6F63

#7E6F63
(126,111,99)
#73655A
(115,101,90)
#685B51
(104,91,81)
#5D5148
(93,81,72)
#52473F
(82,71,63)
#473D36
(71,61,54)
#3C332D
(60,51,45)
#312924
(49,41,36)
#261F1B
(38,31,27)
#1B1512
(27,21,18)
#100B09
(16,11,9)
#000000
(0,0,0)

Tints of #7E6F63

#7E6F63
(126,111,99)
#897C71
(137,124,113)
#94897F
(148,137,127)
#9F968D
(159,150,141)
#AAA39B
(170,163,155)
#B5B0A9
(181,176,169)
#C0BDB7
(192,189,183)
#CBCAC5
(203,202,197)
#D6D7D3
(214,215,211)
#E1E4E1
(225,228,225)
#ECF1EF
(236,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6F63; }

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

This text font color is #7E6F63.


Background Color

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

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

This div background color is #7E6F63.


Border color

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

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

This div border color is #7E6F63.


Opacity

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

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

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

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

This text has shadow with #7E6F63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6F63 on black background.


Color preview on white background

This text has color #7E6F63 on white background.



Black color preview on #7E6F63 background

This text has black color on #7E6F63 background.


White color preview on #7E6F63 background

This text has white color on #7E6F63 background.