COLOR #7A8957

HEX: #7A8957
RGB: (122,137,87)

Color info

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

RGB color model

#7A8957 color RGB value is (122,137,87).

  • red value is 122;
  • green value is 137;
  • blue value is 87.
RGB:
(122,137,87)
(48%,54%,34%)

RGB channels and saturation

R 122 of 255 = 48%
G 137 of 255 = 54%
B 87 of 255 = 34%

122
137
87

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

Portions of RGB colors in percentages

R + G + B =
122 + 137 + 87 = 346 (100%)
R 122 of 346 ~ 35.26%
G 137 of 346 ~ 39.6%
B 87 of 346 ~ 25.14%

%35.26
%39.6
%25.14

CMYK color model

#7A8957 color CMYK value is (11,0,36,46).

  • cyan value is 10.95%
  • magenta value is 0.00%
  • yellow value is 36.50%
  • key color value is 46.27%
CMYK:
(11,0,36,46)
C11M0Y36K46 
(11%,0%,36%,46%)
(0.11/0.00/0.36/0.46)	

CMYK percentages

%10.95
%0
%36.5
%46.27

Codes

Color #7A8957 in popluar color models

7A8957
RGB12213787
HSL78°22.32%43.92%
HSB/HSV78°36.50%53.73%
CMYK10.95%0.00%36.50%
46.27%

Color #7A8957 in popluar number systems.

HEX7A8957
Decimal12213787
Binary1111010100010011010111
Octal172211127

Shades and tints

Shades of #7A8957

#7A8957
(122,137,87)
#6F7D50
(111,125,80)
#647149
(100,113,73)
#596542
(89,101,66)
#4E593B
(78,89,59)
#434D34
(67,77,52)
#38412D
(56,65,45)
#2D3526
(45,53,38)
#22291F
(34,41,31)
#171D18
(23,29,24)
#0C1111
(12,17,17)
#000000
(0,0,0)

Tints of #7A8957

#7A8957
(122,137,87)
#869366
(134,147,102)
#929D75
(146,157,117)
#9EA784
(158,167,132)
#AAB193
(170,177,147)
#B6BBA2
(182,187,162)
#C2C5B1
(194,197,177)
#CECFC0
(206,207,192)
#DAD9CF
(218,217,207)
#E6E3DE
(230,227,222)
#F2EDED
(242,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A8957 color. Also use rgb(122,137,87) instead hex code.

Text Font Color

.myTextColor { color: #7A8957; }

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

This text font color is #7A8957.


Background Color

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

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

This div background color is #7A8957.


Border color

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

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

This div border color is #7A8957.


Opacity

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

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

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

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

This text has shadow with #7A8957 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8957 on black background.


Color preview on white background

This text has color #7A8957 on white background.



Black color preview on #7A8957 background

This text has black color on #7A8957 background.


White color preview on #7A8957 background

This text has white color on #7A8957 background.