COLOR #7E735D

HEX: #7E735D
RGB: (126,115,93)

Color info

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

RGB color model

#7E735D color RGB value is (126,115,93).

  • red value is 126;
  • green value is 115;
  • blue value is 93.
RGB:
(126,115,93)
(49%,45%,36%)

RGB channels and saturation

R 126 of 255 = 49%
G 115 of 255 = 45%
B 93 of 255 = 36%

126
115
93

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

Portions of RGB colors in percentages

R + G + B =
126 + 115 + 93 = 334 (100%)
R 126 of 334 ~ 37.72%
G 115 of 334 ~ 34.43%
B 93 of 334 ~ 27.84%

%37.72
%34.43
%27.84

CMYK color model

#7E735D color CMYK value is (0,9,26,51).

  • cyan value is 0.00%
  • magenta value is 8.73%
  • yellow value is 26.19%
  • key color value is 50.59%
CMYK:
(0,9,26,51)
C0M9Y26K51 
(0%,9%,26%,51%)
(0.00/0.09/0.26/0.51)	

CMYK percentages

%0
%8.73
%26.19
%50.59

Codes

Color #7E735D in popluar color models

7E735D
RGB12611593
HSL40°15.07%42.94%
HSB/HSV40°26.19%49.41%
CMYK0.00%8.73%26.19%
50.59%

Color #7E735D in popluar number systems.

HEX7E735D
Decimal12611593
Binary111111011100111011101
Octal176163135

Shades and tints

Shades of #7E735D

#7E735D
(126,115,93)
#736955
(115,105,85)
#685F4D
(104,95,77)
#5D5545
(93,85,69)
#524B3D
(82,75,61)
#474135
(71,65,53)
#3C372D
(60,55,45)
#312D25
(49,45,37)
#26231D
(38,35,29)
#1B1915
(27,25,21)
#100F0D
(16,15,13)
#000000
(0,0,0)

Tints of #7E735D

#7E735D
(126,115,93)
#897F6B
(137,127,107)
#948B79
(148,139,121)
#9F9787
(159,151,135)
#AAA395
(170,163,149)
#B5AFA3
(181,175,163)
#C0BBB1
(192,187,177)
#CBC7BF
(203,199,191)
#D6D3CD
(214,211,205)
#E1DFDB
(225,223,219)
#ECEBE9
(236,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E735D color. Also use rgb(126,115,93) instead hex code.

Text Font Color

.myTextColor { color: #7E735D; }

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

This text font color is #7E735D.


Background Color

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

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

This div background color is #7E735D.


Border color

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

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

This div border color is #7E735D.


Opacity

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

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

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

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

This text has shadow with #7E735D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E735D on black background.


Color preview on white background

This text has color #7E735D on white background.



Black color preview on #7E735D background

This text has black color on #7E735D background.


White color preview on #7E735D background

This text has white color on #7E735D background.