COLOR #7B7E6F

HEX: #7B7E6F
RGB: (123,126,111)

Color info

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

RGB color model

#7B7E6F color RGB value is (123,126,111).

  • red value is 123;
  • green value is 126;
  • blue value is 111.
RGB:
(123,126,111)
(48%,49%,44%)

RGB channels and saturation

R 123 of 255 = 48%
G 126 of 255 = 49%
B 111 of 255 = 44%

123
126
111

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

Portions of RGB colors in percentages

R + G + B =
123 + 126 + 111 = 360 (100%)
R 123 of 360 ~ 34.17%
G 126 of 360 ~ 35%
B 111 of 360 ~ 30.83%

%34.17
%35
%30.83

CMYK color model

#7B7E6F color CMYK value is (2,0,12,51).

  • cyan value is 2.38%
  • magenta value is 0.00%
  • yellow value is 11.90%
  • key color value is 50.59%
CMYK:
(2,0,12,51)
C2M0Y12K51 
(2%,0%,12%,51%)
(0.02/0.00/0.12/0.51)	

CMYK percentages

%2.38
%0
%11.9
%50.59

Codes

Color #7B7E6F in popluar color models

7B7E6F
RGB123126111
HSL72°6.33%46.47%
HSB/HSV72°11.90%49.41%
CMYK2.38%0.00%11.90%
50.59%

Color #7B7E6F in popluar number systems.

HEX7B7E6F
Decimal123126111
Binary111101111111101101111
Octal173176157

Shades and tints

Shades of #7B7E6F

#7B7E6F
(123,126,111)
#707365
(112,115,101)
#65685B
(101,104,91)
#5A5D51
(90,93,81)
#4F5247
(79,82,71)
#44473D
(68,71,61)
#393C33
(57,60,51)
#2E3129
(46,49,41)
#23261F
(35,38,31)
#181B15
(24,27,21)
#0D100B
(13,16,11)
#000000
(0,0,0)

Tints of #7B7E6F

#7B7E6F
(123,126,111)
#87897C
(135,137,124)
#939489
(147,148,137)
#9F9F96
(159,159,150)
#ABAAA3
(171,170,163)
#B7B5B0
(183,181,176)
#C3C0BD
(195,192,189)
#CFCBCA
(207,203,202)
#DBD6D7
(219,214,215)
#E7E1E4
(231,225,228)
#F3ECF1
(243,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7E6F; }

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

This text font color is #7B7E6F.


Background Color

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

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

This div background color is #7B7E6F.


Border color

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

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

This div border color is #7B7E6F.


Opacity

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

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

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

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

This text has shadow with #7B7E6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7E6F on black background.


Color preview on white background

This text has color #7B7E6F on white background.



Black color preview on #7B7E6F background

This text has black color on #7B7E6F background.


White color preview on #7B7E6F background

This text has white color on #7B7E6F background.