COLOR #7B7D4E

HEX: #7B7D4E
RGB: (123,125,78)

Color info

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

RGB color model

#7B7D4E color RGB value is (123,125,78).

  • red value is 123;
  • green value is 125;
  • blue value is 78.
RGB:
(123,125,78)
(48%,49%,31%)

RGB channels and saturation

R 123 of 255 = 48%
G 125 of 255 = 49%
B 78 of 255 = 31%

123
125
78

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

Portions of RGB colors in percentages

R + G + B =
123 + 125 + 78 = 326 (100%)
R 123 of 326 ~ 37.73%
G 125 of 326 ~ 38.34%
B 78 of 326 ~ 23.93%

%37.73
%38.34
%23.93

CMYK color model

#7B7D4E color CMYK value is (2,0,38,51).

  • cyan value is 1.60%
  • magenta value is 0.00%
  • yellow value is 37.60%
  • key color value is 50.98%
CMYK:
(2,0,38,51)
C2M0Y38K51 
(2%,0%,38%,51%)
(0.02/0.00/0.38/0.51)	

CMYK percentages

%1.6
%0
%37.6
%50.98

Codes

Color #7B7D4E in popluar color models

7B7D4E
RGB12312578
HSL63°23.15%39.80%
HSB/HSV63°37.60%49.02%
CMYK1.60%0.00%37.60%
50.98%

Color #7B7D4E in popluar number systems.

HEX7B7D4E
Decimal12312578
Binary111101111111011001110
Octal173175116

Shades and tints

Shades of #7B7D4E

#7B7D4E
(123,125,78)
#707247
(112,114,71)
#656740
(101,103,64)
#5A5C39
(90,92,57)
#4F5132
(79,81,50)
#44462B
(68,70,43)
#393B24
(57,59,36)
#2E301D
(46,48,29)
#232516
(35,37,22)
#181A0F
(24,26,15)
#0D0F08
(13,15,8)
#000000
(0,0,0)

Tints of #7B7D4E

#7B7D4E
(123,125,78)
#87885E
(135,136,94)
#93936E
(147,147,110)
#9F9E7E
(159,158,126)
#ABA98E
(171,169,142)
#B7B49E
(183,180,158)
#C3BFAE
(195,191,174)
#CFCABE
(207,202,190)
#DBD5CE
(219,213,206)
#E7E0DE
(231,224,222)
#F3EBEE
(243,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B7D4E color. Also use rgb(123,125,78) instead hex code.

Text Font Color

.myTextColor { color: #7B7D4E; }

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

This text font color is #7B7D4E.


Background Color

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

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

This div background color is #7B7D4E.


Border color

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

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

This div border color is #7B7D4E.


Opacity

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

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

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

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

This text has shadow with #7B7D4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7D4E on black background.


Color preview on white background

This text has color #7B7D4E on white background.



Black color preview on #7B7D4E background

This text has black color on #7B7D4E background.


White color preview on #7B7D4E background

This text has white color on #7B7D4E background.