COLOR #7E7B6B

HEX: #7E7B6B RGB: (126,123,107)

Color info

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

RGB color model

#7E7B6B color RGB value is (126,123,107).

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

RGB channels and saturation

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

126
123
107

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

Portions of RGB colors in percentages

R + G + B = 126 + 123 + 107 = 356 (100%)
R 126 of 356 ~ 35.39%
G 123 of 356 ~ 34.55%
B 107 of 356 ~ 30.06'%

%35.39
%34.55
%30.06

CMYK color model

#7E7B6B color CMYK value is (0,2,15,51).

  • cyan value is 0.00%
  • magenta value is 2.38%
  • yellow value is 15.08%
  • key color value is 50.59%

CMYK: (0,2,15,51)
C0M2Y15K51 (0%, 2%, 15%, 51%)
(0.00 / 0.02 / 0.15 / 0.51)

CMYK percentages

%0
%2.38
%15.08
%50.59

Codes

Color #7E7B6B in popluar color models

7E 7B 6B
RGB 126 123 107
HSL 51° 8.15% 45.69%
HSB/HSV 51° 15.08% 49.41%
CMYK 0.00% 2.38% 15.08%
50.59%

Color #7E7B6B in popluar number systems.

HEX 7E 7B 6B
Decimal 126 123 107
Binary 1111110 1111011 1101011
Octal 176 173 153

Shades and tints

Shades of #7E7B6B

#7E7B6B
(126,123,107)
#737062
(115,112,98)
#686559
(104,101,89)
#5D5A50
(93,90,80)
#524F47
(82,79,71)
#47443E
(71,68,62)
#3C3935
(60,57,53)
#312E2C
(49,46,44)
#262323
(38,35,35)
#1B181A
(27,24,26)
#100D11
(16,13,17)
#000000
(0,0,0)

Tints of #7E7B6B

#7E7B6B
(126,123,107)
#898778
(137,135,120)
#949385
(148,147,133)
#9F9F92
(159,159,146)
#AAAB9F
(170,171,159)
#B5B7AC
(181,183,172)
#C0C3B9
(192,195,185)
#CBCFC6
(203,207,198)
#D6DBD3
(214,219,211)
#E1E7E0
(225,231,224)
#ECF3ED
(236,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7B6B; }

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

This text font color is #7E7B6B.

Background Color

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

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

This div background color is #7E7B6B.

Border color

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

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

This div border color is #7E7B6B.

Opacity

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

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

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

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

This text has shadow with #7E7B6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E7B6B.

Preview

Color preview on black background

This text has color #7E7B6B on black background.


Color preview on white background

This text has color #7E7B6B on white background.


Black color preview on #7E7B6B background

This text has black color on #7E7B6B background.


White color preview on #7E7B6B background

This text has white color on #7E7B6B background.


Related colors

Complementary color

Complementary color for #hex is #818494.


I love getcolorcode.com

Triadic colors

1 #6B7E7B and #7B6B7E with #7E7B6B are triadic colors.

2 #6B7B7E and #7B7E6B with #7E7B6B are triadic colors.