COLOR #7A782E

HEX: #7A782E
RGB: (122,120,46)

Color info

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

RGB color model

#7A782E color RGB value is (122,120,46).

  • red value is 122;
  • green value is 120;
  • blue value is 46.
RGB:
(122,120,46)
(48%,47%,18%)

RGB channels and saturation

R 122 of 255 = 48%
G 120 of 255 = 47%
B 46 of 255 = 18%

122
120
46

R + G + B ~ 38%. #7A782E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 120 + 46 = 288 (100%)
R 122 of 288 ~ 42.36%
G 120 of 288 ~ 41.67%
B 46 of 288 ~ 15.97%

%42.36
%41.67
%15.97

CMYK color model

#7A782E color CMYK value is (0,2,62,52).

  • cyan value is 0.00%
  • magenta value is 1.64%
  • yellow value is 62.30%
  • key color value is 52.16%
CMYK:
(0,2,62,52)
C0M2Y62K52 
(0%,2%,62%,52%)
(0.00/0.02/0.62/0.52)	

CMYK percentages

%0
%1.64
%62.3
%52.16

Codes

Color #7A782E in popluar color models

7A782E
RGB12212046
HSL58°45.24%32.94%
HSB/HSV58°62.30%47.84%
CMYK0.00%1.64%62.30%
52.16%

Color #7A782E in popluar number systems.

HEX7A782E
Decimal12212046
Binary11110101111000101110
Octal17217056

Shades and tints

Shades of #7A782E

#7A782E
(122,120,46)
#6F6E2A
(111,110,42)
#646426
(100,100,38)
#595A22
(89,90,34)
#4E501E
(78,80,30)
#43461A
(67,70,26)
#383C16
(56,60,22)
#2D3212
(45,50,18)
#22280E
(34,40,14)
#171E0A
(23,30,10)
#0C1406
(12,20,6)
#000000
(0,0,0)

Tints of #7A782E

#7A782E
(122,120,46)
#868441
(134,132,65)
#929054
(146,144,84)
#9E9C67
(158,156,103)
#AAA87A
(170,168,122)
#B6B48D
(182,180,141)
#C2C0A0
(194,192,160)
#CECCB3
(206,204,179)
#DAD8C6
(218,216,198)
#E6E4D9
(230,228,217)
#F2F0EC
(242,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A782E color. Also use rgb(122,120,46) instead hex code.

Text Font Color

.myTextColor { color: #7A782E; }

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

This text font color is #7A782E.


Background Color

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

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

This div background color is #7A782E.


Border color

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

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

This div border color is #7A782E.


Opacity

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

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

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

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

This text has shadow with #7A782E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A782E on black background.


Color preview on white background

This text has color #7A782E on white background.



Black color preview on #7A782E background

This text has black color on #7A782E background.


White color preview on #7A782E background

This text has white color on #7A782E background.