COLOR #7E7761

HEX: #7E7761
RGB: (126,119,97)

Color info

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

RGB color model

#7E7761 color RGB value is (126,119,97).

  • red value is 126;
  • green value is 119;
  • blue value is 97.
RGB:
(126,119,97)
(49%,47%,38%)

RGB channels and saturation

R 126 of 255 = 49%
G 119 of 255 = 47%
B 97 of 255 = 38%

126
119
97

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

Portions of RGB colors in percentages

R + G + B =
126 + 119 + 97 = 342 (100%)
R 126 of 342 ~ 36.84%
G 119 of 342 ~ 34.8%
B 97 of 342 ~ 28.36%

%36.84
%34.8
%28.36

CMYK color model

#7E7761 color CMYK value is (0,6,23,51).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 23.02%
  • key color value is 50.59%
CMYK:
(0,6,23,51)
C0M6Y23K51 
(0%,6%,23%,51%)
(0.00/0.06/0.23/0.51)	

CMYK percentages

%0
%5.56
%23.02
%50.59

Codes

Color #7E7761 in popluar color models

7E7761
RGB12611997
HSL46°13.00%43.73%
HSB/HSV46°23.02%49.41%
CMYK0.00%5.56%23.02%
50.59%

Color #7E7761 in popluar number systems.

HEX7E7761
Decimal12611997
Binary111111011101111100001
Octal176167141

Shades and tints

Shades of #7E7761

#7E7761
(126,119,97)
#736D59
(115,109,89)
#686351
(104,99,81)
#5D5949
(93,89,73)
#524F41
(82,79,65)
#474539
(71,69,57)
#3C3B31
(60,59,49)
#313129
(49,49,41)
#262721
(38,39,33)
#1B1D19
(27,29,25)
#101311
(16,19,17)
#000000
(0,0,0)

Tints of #7E7761

#7E7761
(126,119,97)
#89836F
(137,131,111)
#948F7D
(148,143,125)
#9F9B8B
(159,155,139)
#AAA799
(170,167,153)
#B5B3A7
(181,179,167)
#C0BFB5
(192,191,181)
#CBCBC3
(203,203,195)
#D6D7D1
(214,215,209)
#E1E3DF
(225,227,223)
#ECEFED
(236,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E7761 color. Also use rgb(126,119,97) instead hex code.

Text Font Color

.myTextColor { color: #7E7761; }

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

This text font color is #7E7761.


Background Color

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

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

This div background color is #7E7761.


Border color

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

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

This div border color is #7E7761.


Opacity

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

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

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

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

This text has shadow with #7E7761 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7761 on black background.


Color preview on white background

This text has color #7E7761 on white background.



Black color preview on #7E7761 background

This text has black color on #7E7761 background.


White color preview on #7E7761 background

This text has white color on #7E7761 background.