COLOR #7A8364

HEX: #7A8364
RGB: (122,131,100)

Color info

#7A8364 contains red, green and blue colors in about the same proportion. Web safe color of #7A8364 is #669966 (or #696).

RGB color model

#7A8364 color RGB value is (122,131,100).

  • red value is 122;
  • green value is 131;
  • blue value is 100.
RGB:
(122,131,100)
(48%,51%,39%)

RGB channels and saturation

R 122 of 255 = 48%
G 131 of 255 = 51%
B 100 of 255 = 39%

122
131
100

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

Portions of RGB colors in percentages

R + G + B =
122 + 131 + 100 = 353 (100%)
R 122 of 353 ~ 34.56%
G 131 of 353 ~ 37.11%
B 100 of 353 ~ 28.33%

%34.56
%37.11
%28.33

CMYK color model

#7A8364 color CMYK value is (7,0,24,49).

  • cyan value is 6.87%
  • magenta value is 0.00%
  • yellow value is 23.66%
  • key color value is 48.63%
CMYK:
(7,0,24,49)
C7M0Y24K49 
(7%,0%,24%,49%)
(0.07/0.00/0.24/0.49)	

CMYK percentages

%6.87
%0
%23.66
%48.63

Codes

Color #7A8364 in popluar color models

7A8364
RGB122131100
HSL77°13.42%45.29%
HSB/HSV77°23.66%51.37%
CMYK6.87%0.00%23.66%
48.63%

Color #7A8364 in popluar number systems.

HEX7A8364
Decimal122131100
Binary1111010100000111100100
Octal172203144

Shades and tints

Shades of #7A8364

#7A8364
(122,131,100)
#6F785B
(111,120,91)
#646D52
(100,109,82)
#596249
(89,98,73)
#4E5740
(78,87,64)
#434C37
(67,76,55)
#38412E
(56,65,46)
#2D3625
(45,54,37)
#222B1C
(34,43,28)
#172013
(23,32,19)
#0C150A
(12,21,10)
#000000
(0,0,0)

Tints of #7A8364

#7A8364
(122,131,100)
#868E72
(134,142,114)
#929980
(146,153,128)
#9EA48E
(158,164,142)
#AAAF9C
(170,175,156)
#B6BAAA
(182,186,170)
#C2C5B8
(194,197,184)
#CED0C6
(206,208,198)
#DADBD4
(218,219,212)
#E6E6E2
(230,230,226)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A8364 color. Also use rgb(122,131,100) instead hex code.

Text Font Color

.myTextColor { color: #7A8364; }

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

This text font color is #7A8364.


Background Color

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

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

This div background color is #7A8364.


Border color

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

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

This div border color is #7A8364.


Opacity

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

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

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

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

This text has shadow with #7A8364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8364 on black background.


Color preview on white background

This text has color #7A8364 on white background.



Black color preview on #7A8364 background

This text has black color on #7A8364 background.


White color preview on #7A8364 background

This text has white color on #7A8364 background.