COLOR #7D773A

HEX: #7D773A
RGB: (125,119,58)

Color info

#7D773A contains mainly red and green colors. Web safe color of #7D773A is #666633 (or #663).

RGB color model

#7D773A color RGB value is (125,119,58).

  • red value is 125;
  • green value is 119;
  • blue value is 58.
RGB:
(125,119,58)
(49%,47%,23%)

RGB channels and saturation

R 125 of 255 = 49%
G 119 of 255 = 47%
B 58 of 255 = 23%

125
119
58

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

Portions of RGB colors in percentages

R + G + B =
125 + 119 + 58 = 302 (100%)
R 125 of 302 ~ 41.39%
G 119 of 302 ~ 39.4%
B 58 of 302 ~ 19.21%

%41.39
%39.4
%19.21

CMYK color model

#7D773A color CMYK value is (0,5,54,51).

  • cyan value is 0.00%
  • magenta value is 4.80%
  • yellow value is 53.60%
  • key color value is 50.98%
CMYK:
(0,5,54,51)
C0M5Y54K51 
(0%,5%,54%,51%)
(0.00/0.05/0.54/0.51)	

CMYK percentages

%0
%4.8
%53.6
%50.98

Codes

Color #7D773A in popluar color models

7D773A
RGB12511958
HSL55°36.61%35.88%
HSB/HSV55°53.60%49.02%
CMYK0.00%4.80%53.60%
50.98%

Color #7D773A in popluar number systems.

HEX7D773A
Decimal12511958
Binary11111011110111111010
Octal17516772

Shades and tints

Shades of #7D773A

#7D773A
(125,119,58)
#726D35
(114,109,53)
#676330
(103,99,48)
#5C592B
(92,89,43)
#514F26
(81,79,38)
#464521
(70,69,33)
#3B3B1C
(59,59,28)
#303117
(48,49,23)
#252712
(37,39,18)
#1A1D0D
(26,29,13)
#0F1308
(15,19,8)
#000000
(0,0,0)

Tints of #7D773A

#7D773A
(125,119,58)
#88834B
(136,131,75)
#938F5C
(147,143,92)
#9E9B6D
(158,155,109)
#A9A77E
(169,167,126)
#B4B38F
(180,179,143)
#BFBFA0
(191,191,160)
#CACBB1
(202,203,177)
#D5D7C2
(213,215,194)
#E0E3D3
(224,227,211)
#EBEFE4
(235,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D773A color. Also use rgb(125,119,58) instead hex code.

Text Font Color

.myTextColor { color: #7D773A; }

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

This text font color is #7D773A.


Background Color

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

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

This div background color is #7D773A.


Border color

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

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

This div border color is #7D773A.


Opacity

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

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

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

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

This text has shadow with #7D773A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D773A on black background.


Color preview on white background

This text has color #7D773A on white background.



Black color preview on #7D773A background

This text has black color on #7D773A background.


White color preview on #7D773A background

This text has white color on #7D773A background.