COLOR #7B7E70

HEX: #7B7E70
RGB: (123,126,112)

Color info

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

RGB color model

#7B7E70 color RGB value is (123,126,112).

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

RGB channels and saturation

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

123
126
112

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

Portions of RGB colors in percentages

R + G + B =
123 + 126 + 112 = 361 (100%)
R 123 of 361 ~ 34.07%
G 126 of 361 ~ 34.9%
B 112 of 361 ~ 31.02%

%34.07
%34.9
%31.02

CMYK color model

#7B7E70 color CMYK value is (2,0,11,51).

  • cyan value is 2.38%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 50.59%
CMYK:
(2,0,11,51)
C2M0Y11K51 
(2%,0%,11%,51%)
(0.02/0.00/0.11/0.51)	

CMYK percentages

%2.38
%0
%11.11
%50.59

Codes

Color #7B7E70 in popluar color models

7B7E70
RGB123126112
HSL73°5.88%46.67%
HSB/HSV73°11.11%49.41%
CMYK2.38%0.00%11.11%
50.59%

Color #7B7E70 in popluar number systems.

HEX7B7E70
Decimal123126112
Binary111101111111101110000
Octal173176160

Shades and tints

Shades of #7B7E70

#7B7E70
(123,126,112)
#707366
(112,115,102)
#65685C
(101,104,92)
#5A5D52
(90,93,82)
#4F5248
(79,82,72)
#44473E
(68,71,62)
#393C34
(57,60,52)
#2E312A
(46,49,42)
#232620
(35,38,32)
#181B16
(24,27,22)
#0D100C
(13,16,12)
#000000
(0,0,0)

Tints of #7B7E70

#7B7E70
(123,126,112)
#87897D
(135,137,125)
#93948A
(147,148,138)
#9F9F97
(159,159,151)
#ABAAA4
(171,170,164)
#B7B5B1
(183,181,177)
#C3C0BE
(195,192,190)
#CFCBCB
(207,203,203)
#DBD6D8
(219,214,216)
#E7E1E5
(231,225,229)
#F3ECF2
(243,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7E70; }

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

This text font color is #7B7E70.


Background Color

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

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

This div background color is #7B7E70.


Border color

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

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

This div border color is #7B7E70.


Opacity

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

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

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

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

This text has shadow with #7B7E70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7E70 on black background.


Color preview on white background

This text has color #7B7E70 on white background.



Black color preview on #7B7E70 background

This text has black color on #7B7E70 background.


White color preview on #7B7E70 background

This text has white color on #7B7E70 background.