COLOR #7A824C

HEX: #7A824C
RGB: (122,130,76)

Color info

#7A824C contains red, green and blue colors in about the same proportion. Web safe color of #7A824C is #669933 (or #693).

RGB color model

#7A824C color RGB value is (122,130,76).

  • red value is 122;
  • green value is 130;
  • blue value is 76.
RGB:
(122,130,76)
(48%,51%,30%)

RGB channels and saturation

R 122 of 255 = 48%
G 130 of 255 = 51%
B 76 of 255 = 30%

122
130
76

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

Portions of RGB colors in percentages

R + G + B =
122 + 130 + 76 = 328 (100%)
R 122 of 328 ~ 37.2%
G 130 of 328 ~ 39.63%
B 76 of 328 ~ 23.17%

%37.2
%39.63
%23.17

CMYK color model

#7A824C color CMYK value is (6,0,42,49).

  • cyan value is 6.15%
  • magenta value is 0.00%
  • yellow value is 41.54%
  • key color value is 49.02%
CMYK:
(6,0,42,49)
C6M0Y42K49 
(6%,0%,42%,49%)
(0.06/0.00/0.42/0.49)	

CMYK percentages

%6.15
%0
%41.54
%49.02

Codes

Color #7A824C in popluar color models

7A824C
RGB12213076
HSL69°26.21%40.39%
HSB/HSV69°41.54%50.98%
CMYK6.15%0.00%41.54%
49.02%

Color #7A824C in popluar number systems.

HEX7A824C
Decimal12213076
Binary1111010100000101001100
Octal172202114

Shades and tints

Shades of #7A824C

#7A824C
(122,130,76)
#6F7746
(111,119,70)
#646C40
(100,108,64)
#59613A
(89,97,58)
#4E5634
(78,86,52)
#434B2E
(67,75,46)
#384028
(56,64,40)
#2D3522
(45,53,34)
#222A1C
(34,42,28)
#171F16
(23,31,22)
#0C1410
(12,20,16)
#000000
(0,0,0)

Tints of #7A824C

#7A824C
(122,130,76)
#868D5C
(134,141,92)
#92986C
(146,152,108)
#9EA37C
(158,163,124)
#AAAE8C
(170,174,140)
#B6B99C
(182,185,156)
#C2C4AC
(194,196,172)
#CECFBC
(206,207,188)
#DADACC
(218,218,204)
#E6E5DC
(230,229,220)
#F2F0EC
(242,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A824C color. Also use rgb(122,130,76) instead hex code.

Text Font Color

.myTextColor { color: #7A824C; }

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

This text font color is #7A824C.


Background Color

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

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

This div background color is #7A824C.


Border color

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

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

This div border color is #7A824C.


Opacity

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

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

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

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

This text has shadow with #7A824C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A824C on black background.


Color preview on white background

This text has color #7A824C on white background.



Black color preview on #7A824C background

This text has black color on #7A824C background.


White color preview on #7A824C background

This text has white color on #7A824C background.