COLOR #7E765B

HEX: #7E765B
RGB: (126,118,91)

Color info

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

RGB color model

#7E765B color RGB value is (126,118,91).

  • red value is 126;
  • green value is 118;
  • blue value is 91.
RGB:
(126,118,91)
(49%,46%,36%)

RGB channels and saturation

R 126 of 255 = 49%
G 118 of 255 = 46%
B 91 of 255 = 36%

126
118
91

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

Portions of RGB colors in percentages

R + G + B =
126 + 118 + 91 = 335 (100%)
R 126 of 335 ~ 37.61%
G 118 of 335 ~ 35.22%
B 91 of 335 ~ 27.16%

%37.61
%35.22
%27.16

CMYK color model

#7E765B color CMYK value is (0,6,28,51).

  • cyan value is 0.00%
  • magenta value is 6.35%
  • yellow value is 27.78%
  • key color value is 50.59%
CMYK:
(0,6,28,51)
C0M6Y28K51 
(0%,6%,28%,51%)
(0.00/0.06/0.28/0.51)	

CMYK percentages

%0
%6.35
%27.78
%50.59

Codes

Color #7E765B in popluar color models

7E765B
RGB12611891
HSL46°16.13%42.55%
HSB/HSV46°27.78%49.41%
CMYK0.00%6.35%27.78%
50.59%

Color #7E765B in popluar number systems.

HEX7E765B
Decimal12611891
Binary111111011101101011011
Octal176166133

Shades and tints

Shades of #7E765B

#7E765B
(126,118,91)
#736C53
(115,108,83)
#68624B
(104,98,75)
#5D5843
(93,88,67)
#524E3B
(82,78,59)
#474433
(71,68,51)
#3C3A2B
(60,58,43)
#313023
(49,48,35)
#26261B
(38,38,27)
#1B1C13
(27,28,19)
#10120B
(16,18,11)
#000000
(0,0,0)

Tints of #7E765B

#7E765B
(126,118,91)
#898269
(137,130,105)
#948E77
(148,142,119)
#9F9A85
(159,154,133)
#AAA693
(170,166,147)
#B5B2A1
(181,178,161)
#C0BEAF
(192,190,175)
#CBCABD
(203,202,189)
#D6D6CB
(214,214,203)
#E1E2D9
(225,226,217)
#ECEEE7
(236,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E765B color. Also use rgb(126,118,91) instead hex code.

Text Font Color

.myTextColor { color: #7E765B; }

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

This text font color is #7E765B.


Background Color

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

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

This div background color is #7E765B.


Border color

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

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

This div border color is #7E765B.


Opacity

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

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

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

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

This text has shadow with #7E765B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E765B on black background.


Color preview on white background

This text has color #7E765B on white background.



Black color preview on #7E765B background

This text has black color on #7E765B background.


White color preview on #7E765B background

This text has white color on #7E765B background.