COLOR #7E7A65

HEX: #7E7A65 RGB: (126,122,101)

Color info

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

RGB color model

#7E7A65 color RGB value is (126,122,101).

RGB: (126,122,101) (49%, 48%, 40%)

RGB channels and saturation

R 126 of 255 = 49%
G 122 of 255 = 48%
B 101 of 255 = 40%

126
122
101

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

Portions of RGB colors in percentages

R + G + B = 126 + 122 + 101 = 349 (100%)
R 126 of 349 ~ 36.1%
G 122 of 349 ~ 34.96%
B 101 of 349 ~ 28.94'%

%36.1
%34.96
%28.94

CMYK color model

#7E7A65 color CMYK value is (0,3,20,51).

  • cyan value is 0.00%
  • magenta value is 3.17%
  • yellow value is 19.84%
  • key color value is 50.59%

CMYK: (0,3,20,51)
C0M3Y20K51 (0%, 3%, 20%, 51%)
(0.00 / 0.03 / 0.20 / 0.51)

CMYK percentages

%0
%3.17
%19.84
%50.59

Codes

Color #7E7A65 in popluar color models

7E 7A 65
RGB 126 122 101
HSL 50° 11.01% 44.51%
HSB/HSV 50° 19.84% 49.41%
CMYK 0.00% 3.17% 19.84%
50.59%

Color #7E7A65 in popluar number systems.

HEX 7E 7A 65
Decimal 126 122 101
Binary 1111110 1111010 1100101
Octal 176 172 145

Shades and tints

Shades of #7E7A65

#7E7A65
(126,122,101)
#736F5C
(115,111,92)
#686453
(104,100,83)
#5D594A
(93,89,74)
#524E41
(82,78,65)
#474338
(71,67,56)
#3C382F
(60,56,47)
#312D26
(49,45,38)
#26221D
(38,34,29)
#1B1714
(27,23,20)
#100C0B
(16,12,11)
#000000
(0,0,0)

Tints of #7E7A65

#7E7A65
(126,122,101)
#898673
(137,134,115)
#949281
(148,146,129)
#9F9E8F
(159,158,143)
#AAAA9D
(170,170,157)
#B5B6AB
(181,182,171)
#C0C2B9
(192,194,185)
#CBCEC7
(203,206,199)
#D6DAD5
(214,218,213)
#E1E6E3
(225,230,227)
#ECF2F1
(236,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E7A65 color. Also use rgb(126,122,101) instead hex code.

Text Font Color

.myTextColor { color: #7E7A65; }

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

This text font color is #7E7A65.

Background Color

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

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

This div background color is #7E7A65.

Border color

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

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

This div border color is #7E7A65.

Opacity

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

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

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

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

This text has shadow with #7E7A65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E7A65.

Preview

Color preview on black background

This text has color #7E7A65 on black background.


Color preview on white background

This text has color #7E7A65 on white background.


Black color preview on #7E7A65 background

This text has black color on #7E7A65 background.


White color preview on #7E7A65 background

This text has white color on #7E7A65 background.


Related colors

Complementary color

Complementary color for #hex is #81859A.


I love getcolorcode.com

Triadic colors

1 #657E7A and #7A657E with #7E7A65 are triadic colors.

2 #657A7E and #7A7E65 with #7E7A65 are triadic colors.