COLOR #7A8A5D

HEX: #7A8A5D
RGB: (122,138,93)

Color info

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

RGB color model

#7A8A5D color RGB value is (122,138,93).

  • red value is 122;
  • green value is 138;
  • blue value is 93.
RGB:
(122,138,93)
(48%,54%,36%)

RGB channels and saturation

R 122 of 255 = 48%
G 138 of 255 = 54%
B 93 of 255 = 36%

122
138
93

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

Portions of RGB colors in percentages

R + G + B =
122 + 138 + 93 = 353 (100%)
R 122 of 353 ~ 34.56%
G 138 of 353 ~ 39.09%
B 93 of 353 ~ 26.35%

%34.56
%39.09
%26.35

CMYK color model

#7A8A5D color CMYK value is (12,0,33,46).

  • cyan value is 11.59%
  • magenta value is 0.00%
  • yellow value is 32.61%
  • key color value is 45.88%
CMYK:
(12,0,33,46)
C12M0Y33K46 
(12%,0%,33%,46%)
(0.12/0.00/0.33/0.46)	

CMYK percentages

%11.59
%0
%32.61
%45.88

Codes

Color #7A8A5D in popluar color models

7A8A5D
RGB12213893
HSL81°19.48%45.29%
HSB/HSV81°32.61%54.12%
CMYK11.59%0.00%32.61%
45.88%

Color #7A8A5D in popluar number systems.

HEX7A8A5D
Decimal12213893
Binary1111010100010101011101
Octal172212135

Shades and tints

Shades of #7A8A5D

#7A8A5D
(122,138,93)
#6F7E55
(111,126,85)
#64724D
(100,114,77)
#596645
(89,102,69)
#4E5A3D
(78,90,61)
#434E35
(67,78,53)
#38422D
(56,66,45)
#2D3625
(45,54,37)
#222A1D
(34,42,29)
#171E15
(23,30,21)
#0C120D
(12,18,13)
#000000
(0,0,0)

Tints of #7A8A5D

#7A8A5D
(122,138,93)
#86946B
(134,148,107)
#929E79
(146,158,121)
#9EA887
(158,168,135)
#AAB295
(170,178,149)
#B6BCA3
(182,188,163)
#C2C6B1
(194,198,177)
#CED0BF
(206,208,191)
#DADACD
(218,218,205)
#E6E4DB
(230,228,219)
#F2EEE9
(242,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A8A5D color. Also use rgb(122,138,93) instead hex code.

Text Font Color

.myTextColor { color: #7A8A5D; }

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

This text font color is #7A8A5D.


Background Color

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

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

This div background color is #7A8A5D.


Border color

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

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

This div border color is #7A8A5D.


Opacity

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

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

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

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

This text has shadow with #7A8A5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8A5D on black background.


Color preview on white background

This text has color #7A8A5D on white background.



Black color preview on #7A8A5D background

This text has black color on #7A8A5D background.


White color preview on #7A8A5D background

This text has white color on #7A8A5D background.