COLOR #7A8D5F

HEX: #7A8D5F
RGB: (122,141,95)

Color info

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

RGB color model

#7A8D5F color RGB value is (122,141,95).

  • red value is 122;
  • green value is 141;
  • blue value is 95.
RGB:
(122,141,95)
(48%,55%,37%)

RGB channels and saturation

R 122 of 255 = 48%
G 141 of 255 = 55%
B 95 of 255 = 37%

122
141
95

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

Portions of RGB colors in percentages

R + G + B =
122 + 141 + 95 = 358 (100%)
R 122 of 358 ~ 34.08%
G 141 of 358 ~ 39.39%
B 95 of 358 ~ 26.54%

%34.08
%39.39
%26.54

CMYK color model

#7A8D5F color CMYK value is (13,0,33,45).

  • cyan value is 13.48%
  • magenta value is 0.00%
  • yellow value is 32.62%
  • key color value is 44.71%
CMYK:
(13,0,33,45)
C13M0Y33K45 
(13%,0%,33%,45%)
(0.13/0.00/0.33/0.45)	

CMYK percentages

%13.48
%0
%32.62
%44.71

Codes

Color #7A8D5F in popluar color models

7A8D5F
RGB12214195
HSL85°19.49%46.27%
HSB/HSV85°32.62%55.29%
CMYK13.48%0.00%32.62%
44.71%

Color #7A8D5F in popluar number systems.

HEX7A8D5F
Decimal12214195
Binary1111010100011011011111
Octal172215137

Shades and tints

Shades of #7A8D5F

#7A8D5F
(122,141,95)
#6F8157
(111,129,87)
#64754F
(100,117,79)
#596947
(89,105,71)
#4E5D3F
(78,93,63)
#435137
(67,81,55)
#38452F
(56,69,47)
#2D3927
(45,57,39)
#222D1F
(34,45,31)
#172117
(23,33,23)
#0C150F
(12,21,15)
#000000
(0,0,0)

Tints of #7A8D5F

#7A8D5F
(122,141,95)
#86976D
(134,151,109)
#92A17B
(146,161,123)
#9EAB89
(158,171,137)
#AAB597
(170,181,151)
#B6BFA5
(182,191,165)
#C2C9B3
(194,201,179)
#CED3C1
(206,211,193)
#DADDCF
(218,221,207)
#E6E7DD
(230,231,221)
#F2F1EB
(242,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A8D5F color. Also use rgb(122,141,95) instead hex code.

Text Font Color

.myTextColor { color: #7A8D5F; }

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

This text font color is #7A8D5F.


Background Color

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

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

This div background color is #7A8D5F.


Border color

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

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

This div border color is #7A8D5F.


Opacity

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

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

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

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

This text has shadow with #7A8D5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8D5F on black background.


Color preview on white background

This text has color #7A8D5F on white background.



Black color preview on #7A8D5F background

This text has black color on #7A8D5F background.


White color preview on #7A8D5F background

This text has white color on #7A8D5F background.