COLOR #7A976D

HEX: #7A976D
RGB: (122,151,109)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

122
151
109

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

Portions of RGB colors in percentages

R + G + B =
122 + 151 + 109 = 382 (100%)
R 122 of 382 ~ 31.94%
G 151 of 382 ~ 39.53%
B 109 of 382 ~ 28.53%

%31.94
%39.53
%28.53

CMYK color model

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

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

CMYK percentages

%19.21
%0
%27.81
%40.78

Codes

Color #7A976D in popluar color models

7A976D
RGB122151109
HSL101°16.80%50.98%
HSB/HSV101°27.81%59.22%
CMYK19.21%0.00%27.81%
40.78%

Color #7A976D in popluar number systems.

HEX7A976D
Decimal122151109
Binary1111010100101111101101
Octal172227155

Shades and tints

Shades of #7A976D

#7A976D
(122,151,109)
#6F8A64
(111,138,100)
#647D5B
(100,125,91)
#597052
(89,112,82)
#4E6349
(78,99,73)
#435640
(67,86,64)
#384937
(56,73,55)
#2D3C2E
(45,60,46)
#222F25
(34,47,37)
#17221C
(23,34,28)
#0C1513
(12,21,19)
#000000
(0,0,0)

Tints of #7A976D

#7A976D
(122,151,109)
#86A07A
(134,160,122)
#92A987
(146,169,135)
#9EB294
(158,178,148)
#AABBA1
(170,187,161)
#B6C4AE
(182,196,174)
#C2CDBB
(194,205,187)
#CED6C8
(206,214,200)
#DADFD5
(218,223,213)
#E6E8E2
(230,232,226)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A976D; }

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

This text font color is #7A976D.


Background Color

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

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

This div background color is #7A976D.


Border color

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

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

This div border color is #7A976D.


Opacity

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

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

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

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

This text has shadow with #7A976D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A976D on black background.


Color preview on white background

This text has color #7A976D on white background.



Black color preview on #7A976D background

This text has black color on #7A976D background.


White color preview on #7A976D background

This text has white color on #7A976D background.