COLOR #7A9764

HEX: #7A9764
RGB: (122,151,100)

Color info

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

RGB color model

#7A9764 color RGB value is (122,151,100).

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

RGB channels and saturation

R 122 of 255 = 48%
G 151 of 255 = 59%
B 100 of 255 = 39%

122
151
100

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

Portions of RGB colors in percentages

R + G + B =
122 + 151 + 100 = 373 (100%)
R 122 of 373 ~ 32.71%
G 151 of 373 ~ 40.48%
B 100 of 373 ~ 26.81%

%32.71
%40.48
%26.81

CMYK color model

#7A9764 color CMYK value is (19,0,34,41).

  • cyan value is 19.21%
  • magenta value is 0.00%
  • yellow value is 33.77%
  • key color value is 40.78%
CMYK:
(19,0,34,41)
C19M0Y34K41 
(19%,0%,34%,41%)
(0.19/0.00/0.34/0.41)	

CMYK percentages

%19.21
%0
%33.77
%40.78

Codes

Color #7A9764 in popluar color models

7A9764
RGB122151100
HSL94°20.32%49.22%
HSB/HSV94°33.77%59.22%
CMYK19.21%0.00%33.77%
40.78%

Color #7A9764 in popluar number systems.

HEX7A9764
Decimal122151100
Binary1111010100101111100100
Octal172227144

Shades and tints

Shades of #7A9764

#7A9764
(122,151,100)
#6F8A5B
(111,138,91)
#647D52
(100,125,82)
#597049
(89,112,73)
#4E6340
(78,99,64)
#435637
(67,86,55)
#38492E
(56,73,46)
#2D3C25
(45,60,37)
#222F1C
(34,47,28)
#172213
(23,34,19)
#0C150A
(12,21,10)
#000000
(0,0,0)

Tints of #7A9764

#7A9764
(122,151,100)
#86A072
(134,160,114)
#92A980
(146,169,128)
#9EB28E
(158,178,142)
#AABB9C
(170,187,156)
#B6C4AA
(182,196,170)
#C2CDB8
(194,205,184)
#CED6C6
(206,214,198)
#DADFD4
(218,223,212)
#E6E8E2
(230,232,226)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A9764; }

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

This text font color is #7A9764.


Background Color

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

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

This div background color is #7A9764.


Border color

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

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

This div border color is #7A9764.


Opacity

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

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

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

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

This text has shadow with #7A9764 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A9764 on black background.


Color preview on white background

This text has color #7A9764 on white background.



Black color preview on #7A9764 background

This text has black color on #7A9764 background.


White color preview on #7A9764 background

This text has white color on #7A9764 background.