COLOR #7A8764

HEX: #7A8764
RGB: (122,135,100)

Color info

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

RGB color model

#7A8764 color RGB value is (122,135,100).

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

RGB channels and saturation

R 122 of 255 = 48%
G 135 of 255 = 53%
B 100 of 255 = 39%

122
135
100

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

Portions of RGB colors in percentages

R + G + B =
122 + 135 + 100 = 357 (100%)
R 122 of 357 ~ 34.17%
G 135 of 357 ~ 37.82%
B 100 of 357 ~ 28.01%

%34.17
%37.82
%28.01

CMYK color model

#7A8764 color CMYK value is (10,0,26,47).

  • cyan value is 9.63%
  • magenta value is 0.00%
  • yellow value is 25.93%
  • key color value is 47.06%
CMYK:
(10,0,26,47)
C10M0Y26K47 
(10%,0%,26%,47%)
(0.10/0.00/0.26/0.47)	

CMYK percentages

%9.63
%0
%25.93
%47.06

Codes

Color #7A8764 in popluar color models

7A8764
RGB122135100
HSL82°14.89%46.08%
HSB/HSV82°25.93%52.94%
CMYK9.63%0.00%25.93%
47.06%

Color #7A8764 in popluar number systems.

HEX7A8764
Decimal122135100
Binary1111010100001111100100
Octal172207144

Shades and tints

Shades of #7A8764

#7A8764
(122,135,100)
#6F7B5B
(111,123,91)
#646F52
(100,111,82)
#596349
(89,99,73)
#4E5740
(78,87,64)
#434B37
(67,75,55)
#383F2E
(56,63,46)
#2D3325
(45,51,37)
#22271C
(34,39,28)
#171B13
(23,27,19)
#0C0F0A
(12,15,10)
#000000
(0,0,0)

Tints of #7A8764

#7A8764
(122,135,100)
#869172
(134,145,114)
#929B80
(146,155,128)
#9EA58E
(158,165,142)
#AAAF9C
(170,175,156)
#B6B9AA
(182,185,170)
#C2C3B8
(194,195,184)
#CECDC6
(206,205,198)
#DAD7D4
(218,215,212)
#E6E1E2
(230,225,226)
#F2EBF0
(242,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A8764; }

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

This text font color is #7A8764.


Background Color

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

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

This div background color is #7A8764.


Border color

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

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

This div border color is #7A8764.


Opacity

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

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

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

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

This text has shadow with #7A8764 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8764 on black background.


Color preview on white background

This text has color #7A8764 on white background.



Black color preview on #7A8764 background

This text has black color on #7A8764 background.


White color preview on #7A8764 background

This text has white color on #7A8764 background.