COLOR #7A9676

HEX: #7A9676 RGB: (122,150,118)

Color info

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

RGB color model

#7A9676 color RGB value is (122,150,118).

RGB: (122,150,118) (48%, 59%, 46%)

RGB channels and saturation

R 122 of 255 = 48%
G 150 of 255 = 59%
B 118 of 255 = 46%

122
150
118

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

Portions of RGB colors in percentages

R + G + B = 122 + 150 + 118 = 390 (100%)
R 122 of 390 ~ 31.28%
G 150 of 390 ~ 38.46%
B 118 of 390 ~ 30.26'%

%31.28
%38.46
%30.26

CMYK color model

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

  • cyan value is 18.67%
  • magenta value is 0.00%
  • yellow value is 21.33%
  • key color value is 41.18%
CMYK: (19,0,21,41) C19M0Y21K41 (19%,0%,21%,41%) (0.19/0.00/0.21/0.41) 

CMYK percentages

%18.67
%0
%21.33
%41.18

Codes

Color #7A9676 in popluar color models

7A 96 76
RGB 122 150 118
HSL 113° 13.22% 52.55%
HSB/HSV 113° 21.33% 58.82%
CMYK 18.67% 0.00% 21.33%
41.18%

Color #7A9676 in popluar number systems.

HEX 7A 96 76
Decimal 122 150 118
Binary 1111010 10010110 1110110
Octal 172 226 166

Shades and tints

Shades of #7A9676

#7A9676
(122,150,118)
#6F896C
(111,137,108)
#647C62
(100,124,98)
#596F58
(89,111,88)
#4E624E
(78,98,78)
#435544
(67,85,68)
#38483A
(56,72,58)
#2D3B30
(45,59,48)
#222E26
(34,46,38)
#17211C
(23,33,28)
#0C1412
(12,20,18)
#000000
(0,0,0)

Tints of #7A9676

#7A9676
(122,150,118)
#869F82
(134,159,130)
#92A88E
(146,168,142)
#9EB19A
(158,177,154)
#AABAA6
(170,186,166)
#B6C3B2
(182,195,178)
#C2CCBE
(194,204,190)
#CED5CA
(206,213,202)
#DADED6
(218,222,214)
#E6E7E2
(230,231,226)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A9676; }

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

This text font color is #7A9676.

Background Color

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

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

This div background color is #7A9676.

Border color

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

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

This div border color is #7A9676.

Opacity

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

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

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

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

This text has shadow with #7A9676 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A9676.

Preview

Color preview on black background

This text has color #7A9676 on black background.


Color preview on white background

This text has color #7A9676 on white background.


Black color preview on #7A9676 background

This text has black color on #7A9676 background.


White color preview on #7A9676 background

This text has white color on #7A9676 background.


Related colors

Complementary color

Complementary color for #hex is #856989.


I love getcolorcode.com

Triadic colors

1 #767A96 and #96767A with #7A9676 are triadic colors.

2 #76967A and #967A76 with #7A9676 are triadic colors.