COLOR #7B7F4F

HEX: #7B7F4F
RGB: (123,127,79)

Color info

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

RGB color model

#7B7F4F color RGB value is (123,127,79).

  • red value is 123;
  • green value is 127;
  • blue value is 79.
RGB:
(123,127,79)
(48%,50%,31%)

RGB channels and saturation

R 123 of 255 = 48%
G 127 of 255 = 50%
B 79 of 255 = 31%

123
127
79

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

Portions of RGB colors in percentages

R + G + B =
123 + 127 + 79 = 329 (100%)
R 123 of 329 ~ 37.39%
G 127 of 329 ~ 38.6%
B 79 of 329 ~ 24.01%

%37.39
%38.6
%24.01

CMYK color model

#7B7F4F color CMYK value is (3,0,38,50).

  • cyan value is 3.15%
  • magenta value is 0.00%
  • yellow value is 37.80%
  • key color value is 50.20%
CMYK:
(3,0,38,50)
C3M0Y38K50 
(3%,0%,38%,50%)
(0.03/0.00/0.38/0.50)	

CMYK percentages

%3.15
%0
%37.8
%50.2

Codes

Color #7B7F4F in popluar color models

7B7F4F
RGB12312779
HSL65°23.30%40.39%
HSB/HSV65°37.80%49.80%
CMYK3.15%0.00%37.80%
50.20%

Color #7B7F4F in popluar number systems.

HEX7B7F4F
Decimal12312779
Binary111101111111111001111
Octal173177117

Shades and tints

Shades of #7B7F4F

#7B7F4F
(123,127,79)
#707448
(112,116,72)
#656941
(101,105,65)
#5A5E3A
(90,94,58)
#4F5333
(79,83,51)
#44482C
(68,72,44)
#393D25
(57,61,37)
#2E321E
(46,50,30)
#232717
(35,39,23)
#181C10
(24,28,16)
#0D1109
(13,17,9)
#000000
(0,0,0)

Tints of #7B7F4F

#7B7F4F
(123,127,79)
#878A5F
(135,138,95)
#93956F
(147,149,111)
#9FA07F
(159,160,127)
#ABAB8F
(171,171,143)
#B7B69F
(183,182,159)
#C3C1AF
(195,193,175)
#CFCCBF
(207,204,191)
#DBD7CF
(219,215,207)
#E7E2DF
(231,226,223)
#F3EDEF
(243,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B7F4F color. Also use rgb(123,127,79) instead hex code.

Text Font Color

.myTextColor { color: #7B7F4F; }

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

This text font color is #7B7F4F.


Background Color

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

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

This div background color is #7B7F4F.


Border color

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

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

This div border color is #7B7F4F.


Opacity

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

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

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

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

This text has shadow with #7B7F4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7F4F on black background.


Color preview on white background

This text has color #7B7F4F on white background.



Black color preview on #7B7F4F background

This text has black color on #7B7F4F background.


White color preview on #7B7F4F background

This text has white color on #7B7F4F background.