COLOR #7A977A

HEX: #7A977A
RGB: (122,151,122)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

122
151
122

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

Portions of RGB colors in percentages

R + G + B =
122 + 151 + 122 = 395 (100%)
R 122 of 395 ~ 30.89%
G 151 of 395 ~ 38.23%
B 122 of 395 ~ 30.89%

%30.89
%38.23
%30.89

CMYK color model

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

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

CMYK percentages

%19.21
%0
%19.21
%40.78

Codes

Color #7A977A in popluar color models

7A977A
RGB122151122
HSL120°12.24%53.53%
HSB/HSV120°19.21%59.22%
CMYK19.21%0.00%19.21%
40.78%

Color #7A977A in popluar number systems.

HEX7A977A
Decimal122151122
Binary1111010100101111111010
Octal172227172

Shades and tints

Shades of #7A977A

#7A977A
(122,151,122)
#6F8A6F
(111,138,111)
#647D64
(100,125,100)
#597059
(89,112,89)
#4E634E
(78,99,78)
#435643
(67,86,67)
#384938
(56,73,56)
#2D3C2D
(45,60,45)
#222F22
(34,47,34)
#172217
(23,34,23)
#0C150C
(12,21,12)
#000000
(0,0,0)

Tints of #7A977A

#7A977A
(122,151,122)
#86A086
(134,160,134)
#92A992
(146,169,146)
#9EB29E
(158,178,158)
#AABBAA
(170,187,170)
#B6C4B6
(182,196,182)
#C2CDC2
(194,205,194)
#CED6CE
(206,214,206)
#DADFDA
(218,223,218)
#E6E8E6
(230,232,230)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A977A; }

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

This text font color is #7A977A.


Background Color

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

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

This div background color is #7A977A.


Border color

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

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

This div border color is #7A977A.


Opacity

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

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

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

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

This text has shadow with #7A977A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A977A on black background.


Color preview on white background

This text has color #7A977A on white background.



Black color preview on #7A977A background

This text has black color on #7A977A background.


White color preview on #7A977A background

This text has white color on #7A977A background.