COLOR #7A7976

HEX: #7A7976 RGB: (122,121,118)

Color info

#7A7976 contains red, green and blue colors in about the same proportion. Web safe color of #7A7976 is #666666 (or #666).

RGB color model

#7A7976 color RGB value is (122,121,118).

RGB: (122,121,118) (48%, 47%, 46%)

RGB channels and saturation

R 122 of 255 = 48%
G 121 of 255 = 47%
B 118 of 255 = 46%

122
121
118

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

Portions of RGB colors in percentages

R + G + B = 122 + 121 + 118 = 361 (100%)
R 122 of 361 ~ 33.8%
G 121 of 361 ~ 33.52%
B 118 of 361 ~ 32.69'%

%33.8
%33.52
%32.69

CMYK color model

#7A7976 color CMYK value is (0,1,3,52).

  • cyan value is 0.00%
  • magenta value is 0.82%
  • yellow value is 3.28%
  • key color value is 52.16%

CMYK: (0,1,3,52)
C0M1Y3K52 (0%, 1%, 3%, 52%)
(0.00 / 0.01 / 0.03 / 0.52)

CMYK percentages

%0
%0.82
%3.28
%52.16

Codes

Color #7A7976 in popluar color models

7A 79 76
RGB 122 121 118
HSL 45° 1.67% 47.06%
HSB/HSV 45° 3.28% 47.84%
CMYK 0.00% 0.82% 3.28%
52.16%

Color #7A7976 in popluar number systems.

HEX 7A 79 76
Decimal 122 121 118
Binary 1111010 1111001 1110110
Octal 172 171 166

Shades and tints

Shades of #7A7976

#7A7976
(122,121,118)
#6F6E6C
(111,110,108)
#646362
(100,99,98)
#595858
(89,88,88)
#4E4D4E
(78,77,78)
#434244
(67,66,68)
#38373A
(56,55,58)
#2D2C30
(45,44,48)
#222126
(34,33,38)
#17161C
(23,22,28)
#0C0B12
(12,11,18)
#000000
(0,0,0)

Tints of #7A7976

#7A7976
(122,121,118)
#868582
(134,133,130)
#92918E
(146,145,142)
#9E9D9A
(158,157,154)
#AAA9A6
(170,169,166)
#B6B5B2
(182,181,178)
#C2C1BE
(194,193,190)
#CECDCA
(206,205,202)
#DAD9D6
(218,217,214)
#E6E5E2
(230,229,226)
#F2F1EE
(242,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7976; }

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

This text font color is #7A7976.

Background Color

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

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

This div background color is #7A7976.

Border color

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

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

This div border color is #7A7976.

Opacity

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

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

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

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

This text has shadow with #7A7976 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A7976.

Preview

Color preview on black background

This text has color #7A7976 on black background.


Color preview on white background

This text has color #7A7976 on white background.


Black color preview on #7A7976 background

This text has black color on #7A7976 background.


White color preview on #7A7976 background

This text has white color on #7A7976 background.


Related colors

Complementary color

Complementary color for #hex is #858689.


I love getcolorcode.com

Triadic colors

1 #767A79 and #79767A with #7A7976 are triadic colors.

2 #76797A and #797A76 with #7A7976 are triadic colors.