COLOR #7B7F49

HEX: #7B7F49
RGB: (123,127,73)

Color info

#7B7F49 contains red, green and blue colors in about the same proportion. Web safe color of #7B7F49 is #666633 (or #663).

RGB color model

#7B7F49 color RGB value is (123,127,73).

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

RGB channels and saturation

R 123 of 255 = 48%
G 127 of 255 = 50%
B 73 of 255 = 29%

123
127
73

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

Portions of RGB colors in percentages

R + G + B =
123 + 127 + 73 = 323 (100%)
R 123 of 323 ~ 38.08%
G 127 of 323 ~ 39.32%
B 73 of 323 ~ 22.6%

%38.08
%39.32
%22.6

CMYK color model

#7B7F49 color CMYK value is (3,0,43,50).

  • cyan value is 3.15%
  • magenta value is 0.00%
  • yellow value is 42.52%
  • key color value is 50.20%
CMYK:
(3,0,43,50)
C3M0Y43K50 
(3%,0%,43%,50%)
(0.03/0.00/0.43/0.50)	

CMYK percentages

%3.15
%0
%42.52
%50.2

Codes

Color #7B7F49 in popluar color models

7B7F49
RGB12312773
HSL64°27.00%39.22%
HSB/HSV64°42.52%49.80%
CMYK3.15%0.00%42.52%
50.20%

Color #7B7F49 in popluar number systems.

HEX7B7F49
Decimal12312773
Binary111101111111111001001
Octal173177111

Shades and tints

Shades of #7B7F49

#7B7F49
(123,127,73)
#707443
(112,116,67)
#65693D
(101,105,61)
#5A5E37
(90,94,55)
#4F5331
(79,83,49)
#44482B
(68,72,43)
#393D25
(57,61,37)
#2E321F
(46,50,31)
#232719
(35,39,25)
#181C13
(24,28,19)
#0D110D
(13,17,13)
#000000
(0,0,0)

Tints of #7B7F49

#7B7F49
(123,127,73)
#878A59
(135,138,89)
#939569
(147,149,105)
#9FA079
(159,160,121)
#ABAB89
(171,171,137)
#B7B699
(183,182,153)
#C3C1A9
(195,193,169)
#CFCCB9
(207,204,185)
#DBD7C9
(219,215,201)
#E7E2D9
(231,226,217)
#F3EDE9
(243,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7F49; }

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

This text font color is #7B7F49.


Background Color

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

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

This div background color is #7B7F49.


Border color

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

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

This div border color is #7B7F49.


Opacity

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

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

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

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

This text has shadow with #7B7F49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7F49 on black background.


Color preview on white background

This text has color #7B7F49 on white background.



Black color preview on #7B7F49 background

This text has black color on #7B7F49 background.


White color preview on #7B7F49 background

This text has white color on #7B7F49 background.