COLOR #7E736A

HEX: #7E736A RGB: (126,115,106)

Color info

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

RGB color model

#7E736A color RGB value is (126,115,106).

RGB: (126,115,106) (49%, 45%, 42%)

RGB channels and saturation

R 126 of 255 = 49%
G 115 of 255 = 45%
B 106 of 255 = 42%

126
115
106

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

Portions of RGB colors in percentages

R + G + B = 126 + 115 + 106 = 347 (100%)
R 126 of 347 ~ 36.31%
G 115 of 347 ~ 33.14%
B 106 of 347 ~ 30.55'%

%36.31
%33.14
%30.55

CMYK color model

#7E736A color CMYK value is (0,9,16,51).

  • cyan value is 0.00%
  • magenta value is 8.73%
  • yellow value is 15.87%
  • key color value is 50.59%

CMYK: (0,9,16,51)
C0M9Y16K51 (0%, 9%, 16%, 51%)
(0.00 / 0.09 / 0.16 / 0.51)

CMYK percentages

%0
%8.73
%15.87
%50.59

Codes

Color #7E736A in popluar color models

7E 73 6A
RGB 126 115 106
HSL 27° 8.62% 45.49%
HSB/HSV 27° 15.87% 49.41%
CMYK 0.00% 8.73% 15.87%
50.59%

Color #7E736A in popluar number systems.

HEX 7E 73 6A
Decimal 126 115 106
Binary 1111110 1110011 1101010
Octal 176 163 152

Shades and tints

Shades of #7E736A

#7E736A
(126,115,106)
#736961
(115,105,97)
#685F58
(104,95,88)
#5D554F
(93,85,79)
#524B46
(82,75,70)
#47413D
(71,65,61)
#3C3734
(60,55,52)
#312D2B
(49,45,43)
#262322
(38,35,34)
#1B1919
(27,25,25)
#100F10
(16,15,16)
#000000
(0,0,0)

Tints of #7E736A

#7E736A
(126,115,106)
#897F77
(137,127,119)
#948B84
(148,139,132)
#9F9791
(159,151,145)
#AAA39E
(170,163,158)
#B5AFAB
(181,175,171)
#C0BBB8
(192,187,184)
#CBC7C5
(203,199,197)
#D6D3D2
(214,211,210)
#E1DFDF
(225,223,223)
#ECEBEC
(236,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E736A; }

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

This text font color is #7E736A.

Background Color

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

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

This div background color is #7E736A.

Border color

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

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

This div border color is #7E736A.

Opacity

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

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

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

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

This text has shadow with #7E736A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E736A.

Preview

Color preview on black background

This text has color #7E736A on black background.


Color preview on white background

This text has color #7E736A on white background.


Black color preview on #7E736A background

This text has black color on #7E736A background.


White color preview on #7E736A background

This text has white color on #7E736A background.


Related colors

Complementary color

Complementary color for #hex is #818C95.


I love getcolorcode.com

Triadic colors

1 #6A7E73 and #736A7E with #7E736A are triadic colors.

2 #6A737E and #737E6A with #7E736A are triadic colors.