COLOR #7B7E6B

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

123
126
107

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

Portions of RGB colors in percentages

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

%34.55
%35.39
%30.06

CMYK color model

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

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

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

CMYK percentages

%2.38
%0
%15.08
%50.59

Codes

Color #7B7E6B in popluar color models

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

Color #7B7E6B in popluar number systems.

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

Shades and tints

Shades of #7B7E6B

#7B7E6B
(123,126,107)
#707362
(112,115,98)
#656859
(101,104,89)
#5A5D50
(90,93,80)
#4F5247
(79,82,71)
#44473E
(68,71,62)
#393C35
(57,60,53)
#2E312C
(46,49,44)
#232623
(35,38,35)
#181B1A
(24,27,26)
#0D1011
(13,16,17)
#000000
(0,0,0)

Tints of #7B7E6B

#7B7E6B
(123,126,107)
#878978
(135,137,120)
#939485
(147,148,133)
#9F9F92
(159,159,146)
#ABAA9F
(171,170,159)
#B7B5AC
(183,181,172)
#C3C0B9
(195,192,185)
#CFCBC6
(207,203,198)
#DBD6D3
(219,214,211)
#E7E1E0
(231,225,224)
#F3ECED
(243,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7E6B; }

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

This text font color is #7B7E6B.

Background Color

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

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

This div background color is #7B7E6B.

Border color

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

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

This div border color is #7B7E6B.

Opacity

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

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

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

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

This text has shadow with #7B7E6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B7E6B.

Preview

Color preview on black background

This text has color #7B7E6B on black background.


Color preview on white background

This text has color #7B7E6B on white background.


Black color preview on #7B7E6B background

This text has black color on #7B7E6B background.


White color preview on #7B7E6B background

This text has white color on #7B7E6B background.


Related colors

Complementary color

Complementary color for #hex is #848194.


I love getcolorcode.com

Triadic colors

1 #6B7B7E and #7E6B7B with #7B7E6B are triadic colors.

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