COLOR #7A773D

HEX: #7A773D
RGB: (122,119,61)

Color info

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

RGB color model

#7A773D color RGB value is (122,119,61).

  • red value is 122;
  • green value is 119;
  • blue value is 61.
RGB:
(122,119,61)
(48%,47%,24%)

RGB channels and saturation

R 122 of 255 = 48%
G 119 of 255 = 47%
B 61 of 255 = 24%

122
119
61

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

Portions of RGB colors in percentages

R + G + B =
122 + 119 + 61 = 302 (100%)
R 122 of 302 ~ 40.4%
G 119 of 302 ~ 39.4%
B 61 of 302 ~ 20.2%

%40.4
%39.4
%20.2

CMYK color model

#7A773D color CMYK value is (0,2,50,52).

  • cyan value is 0.00%
  • magenta value is 2.46%
  • yellow value is 50.00%
  • key color value is 52.16%
CMYK:
(0,2,50,52)
C0M2Y50K52 
(0%,2%,50%,52%)
(0.00/0.02/0.50/0.52)	

CMYK percentages

%0
%2.46
%50
%52.16

Codes

Color #7A773D in popluar color models

7A773D
RGB12211961
HSL57°33.33%35.88%
HSB/HSV57°50.00%47.84%
CMYK0.00%2.46%50.00%
52.16%

Color #7A773D in popluar number systems.

HEX7A773D
Decimal12211961
Binary11110101110111111101
Octal17216775

Shades and tints

Shades of #7A773D

#7A773D
(122,119,61)
#6F6D38
(111,109,56)
#646333
(100,99,51)
#59592E
(89,89,46)
#4E4F29
(78,79,41)
#434524
(67,69,36)
#383B1F
(56,59,31)
#2D311A
(45,49,26)
#222715
(34,39,21)
#171D10
(23,29,16)
#0C130B
(12,19,11)
#000000
(0,0,0)

Tints of #7A773D

#7A773D
(122,119,61)
#86834E
(134,131,78)
#928F5F
(146,143,95)
#9E9B70
(158,155,112)
#AAA781
(170,167,129)
#B6B392
(182,179,146)
#C2BFA3
(194,191,163)
#CECBB4
(206,203,180)
#DAD7C5
(218,215,197)
#E6E3D6
(230,227,214)
#F2EFE7
(242,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A773D; }

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

This text font color is #7A773D.


Background Color

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

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

This div background color is #7A773D.


Border color

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

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

This div border color is #7A773D.


Opacity

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

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

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

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

This text has shadow with #7A773D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A773D on black background.


Color preview on white background

This text has color #7A773D on white background.



Black color preview on #7A773D background

This text has black color on #7A773D background.


White color preview on #7A773D background

This text has white color on #7A773D background.