COLOR #7A7977

HEX: #7A7977
RGB: (122,121,119)

Color info

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

RGB color model

#7A7977 color RGB value is (122,121,119).

  • red value is 122;
  • green value is 121;
  • blue value is 119.
RGB:
(122,121,119)
(48%,47%,47%)

RGB channels and saturation

R 122 of 255 = 48%
G 121 of 255 = 47%
B 119 of 255 = 47%

122
121
119

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

Portions of RGB colors in percentages

R + G + B =
122 + 121 + 119 = 362 (100%)
R 122 of 362 ~ 33.7%
G 121 of 362 ~ 33.43%
B 119 of 362 ~ 32.87%

%33.7
%33.43
%32.87

CMYK color model

#7A7977 color CMYK value is (0,1,2,52).

  • cyan value is 0.00%
  • magenta value is 0.82%
  • yellow value is 2.46%
  • key color value is 52.16%
CMYK:
(0,1,2,52)
C0M1Y2K52 
(0%,1%,2%,52%)
(0.00/0.01/0.02/0.52)	

CMYK percentages

%0
%0.82
%2.46
%52.16

Codes

Color #7A7977 in popluar color models

7A7977
RGB122121119
HSL40°1.24%47.25%
HSB/HSV40°2.46%47.84%
CMYK0.00%0.82%2.46%
52.16%

Color #7A7977 in popluar number systems.

HEX7A7977
Decimal122121119
Binary111101011110011110111
Octal172171167

Shades and tints

Shades of #7A7977

#7A7977
(122,121,119)
#6F6E6D
(111,110,109)
#646363
(100,99,99)
#595859
(89,88,89)
#4E4D4F
(78,77,79)
#434245
(67,66,69)
#38373B
(56,55,59)
#2D2C31
(45,44,49)
#222127
(34,33,39)
#17161D
(23,22,29)
#0C0B13
(12,11,19)
#000000
(0,0,0)

Tints of #7A7977

#7A7977
(122,121,119)
#868583
(134,133,131)
#92918F
(146,145,143)
#9E9D9B
(158,157,155)
#AAA9A7
(170,169,167)
#B6B5B3
(182,181,179)
#C2C1BF
(194,193,191)
#CECDCB
(206,205,203)
#DAD9D7
(218,217,215)
#E6E5E3
(230,229,227)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7977; }

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

This text font color is #7A7977.


Background Color

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

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

This div background color is #7A7977.


Border color

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

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

This div border color is #7A7977.


Opacity

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

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

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

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

This text has shadow with #7A7977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7977 on black background.


Color preview on white background

This text has color #7A7977 on white background.



Black color preview on #7A7977 background

This text has black color on #7A7977 background.


White color preview on #7A7977 background

This text has white color on #7A7977 background.