COLOR #7D773D

HEX: #7D773D RGB: (125,119,61)

Color info

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

RGB color model

#7D773D color RGB value is (125,119,61).

RGB: (125,119,61) (49%, 47%, 24%)

RGB channels and saturation

R 125 of 255 = 49%
G 119 of 255 = 47%
B 61 of 255 = 24%

125
119
61

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

Portions of RGB colors in percentages

R + G + B = 125 + 119 + 61 = 305 (100%)
R 125 of 305 ~ 40.98%
G 119 of 305 ~ 39.02%
B 61 of 305 ~ 20'%

%40.98
%39.02
%20

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.80%
  • yellow value is 51.20%
  • key color value is 50.98%

CMYK: (0,5,51,51)
C0M5Y51K51 (0%, 5%, 51%, 51%)
(0.00 / 0.05 / 0.51 / 0.51)

CMYK percentages

%0
%4.8
%51.2
%50.98

Codes

Color #7D773D in popluar color models

7D 77 3D
RGB 125 119 61
HSL 54° 34.41% 36.47%
HSB/HSV 54° 51.20% 49.02%
CMYK 0.00% 4.80% 51.20%
50.98%

Color #7D773D in popluar number systems.

HEX 7D 77 3D
Decimal 125 119 61
Binary 1111101 1110111 111101
Octal 175 167 75

Shades and tints

Shades of #7D773D

#7D773D
(125,119,61)
#726D38
(114,109,56)
#676333
(103,99,51)
#5C592E
(92,89,46)
#514F29
(81,79,41)
#464524
(70,69,36)
#3B3B1F
(59,59,31)
#30311A
(48,49,26)
#252715
(37,39,21)
#1A1D10
(26,29,16)
#0F130B
(15,19,11)
#000000
(0,0,0)

Tints of #7D773D

#7D773D
(125,119,61)
#88834E
(136,131,78)
#938F5F
(147,143,95)
#9E9B70
(158,155,112)
#A9A781
(169,167,129)
#B4B392
(180,179,146)
#BFBFA3
(191,191,163)
#CACBB4
(202,203,180)
#D5D7C5
(213,215,197)
#E0E3D6
(224,227,214)
#EBEFE7
(235,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D773D; }

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

This text font color is #7D773D.

Background Color

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

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

This div background color is #7D773D.

Border color

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

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

This div border color is #7D773D.

Opacity

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

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

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

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

This text has shadow with #7D773D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D773D.

Preview

Color preview on black background

This text has color #7D773D on black background.


Color preview on white background

This text has color #7D773D on white background.


Black color preview on #7D773D background

This text has black color on #7D773D background.


White color preview on #7D773D background

This text has white color on #7D773D background.


Related colors

Complementary color

Complementary color for #hex is #8288C2.


I love getcolorcode.com

Triadic colors

1 #3D7D77 and #773D7D with #7D773D are triadic colors.

2 #3D777D and #777D3D with #7D773D are triadic colors.