COLOR #7E7B6A

HEX: #7E7B6A RGB: (126,123,106)

Color info

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

RGB color model

#7E7B6A color RGB value is (126,123,106).

RGB: (126,123,106) (49%, 48%, 42%)

RGB channels and saturation

R 126 of 255 = 49%
G 123 of 255 = 48%
B 106 of 255 = 42%

126
123
106

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

Portions of RGB colors in percentages

R + G + B = 126 + 123 + 106 = 355 (100%)
R 126 of 355 ~ 35.49%
G 123 of 355 ~ 34.65%
B 106 of 355 ~ 29.86'%

%35.49
%34.65
%29.86

CMYK color model

#7E7B6A color CMYK value is (0,2,16,51).

  • cyan value is 0.00%
  • magenta value is 2.38%
  • yellow value is 15.87%
  • key color value is 50.59%
CMYK: (0,2,16,51) C0M2Y16K51 (0%,2%,16%,51%) (0.00/0.02/0.16/0.51) 

CMYK percentages

%0
%2.38
%15.87
%50.59

Codes

Color #7E7B6A in popluar color models

7E 7B 6A
RGB 126 123 106
HSL 51° 8.62% 45.49%
HSB/HSV 51° 15.87% 49.41%
CMYK 0.00% 2.38% 15.87%
50.59%

Color #7E7B6A in popluar number systems.

HEX 7E 7B 6A
Decimal 126 123 106
Binary 1111110 1111011 1101010
Octal 176 173 152

Shades and tints

Shades of #7E7B6A

#7E7B6A
(126,123,106)
#737061
(115,112,97)
#686558
(104,101,88)
#5D5A4F
(93,90,79)
#524F46
(82,79,70)
#47443D
(71,68,61)
#3C3934
(60,57,52)
#312E2B
(49,46,43)
#262322
(38,35,34)
#1B1819
(27,24,25)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #7E7B6A

#7E7B6A
(126,123,106)
#898777
(137,135,119)
#949384
(148,147,132)
#9F9F91
(159,159,145)
#AAAB9E
(170,171,158)
#B5B7AB
(181,183,171)
#C0C3B8
(192,195,184)
#CBCFC5
(203,207,197)
#D6DBD2
(214,219,210)
#E1E7DF
(225,231,223)
#ECF3EC
(236,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7B6A; }

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

This text font color is #7E7B6A.

Background Color

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

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

This div background color is #7E7B6A.

Border color

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

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

This div border color is #7E7B6A.

Opacity

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

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

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

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

This text has shadow with #7E7B6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E7B6A.

Preview

Color preview on black background

This text has color #7E7B6A on black background.


Color preview on white background

This text has color #7E7B6A on white background.


Black color preview on #7E7B6A background

This text has black color on #7E7B6A background.


White color preview on #7E7B6A background

This text has white color on #7E7B6A background.


Related colors

Complementary color

Complementary color for #hex is #818495.


I love getcolorcode.com

Triadic colors

1 #6A7E7B and #7B6A7E with #7E7B6A are triadic colors.

2 #6A7B7E and #7B7E6A with #7E7B6A are triadic colors.