COLOR #7A7E79

HEX: #7A7E79
RGB: (122,126,121)

Color info

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

RGB color model

#7A7E79 color RGB value is (122,126,121).

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

RGB channels and saturation

R 122 of 255 = 48%
G 126 of 255 = 49%
B 121 of 255 = 47%

122
126
121

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

Portions of RGB colors in percentages

R + G + B =
122 + 126 + 121 = 369 (100%)
R 122 of 369 ~ 33.06%
G 126 of 369 ~ 34.15%
B 121 of 369 ~ 32.79%

%33.06
%34.15
%32.79

CMYK color model

#7A7E79 color CMYK value is (3,0,4,51).

  • cyan value is 3.17%
  • magenta value is 0.00%
  • yellow value is 3.97%
  • key color value is 50.59%
CMYK:
(3,0,4,51)
C3M0Y4K51 
(3%,0%,4%,51%)
(0.03/0.00/0.04/0.51)	

CMYK percentages

%3.17
%0
%3.97
%50.59

Codes

Color #7A7E79 in popluar color models

7A7E79
RGB122126121
HSL108°2.02%48.43%
HSB/HSV108°3.97%49.41%
CMYK3.17%0.00%3.97%
50.59%

Color #7A7E79 in popluar number systems.

HEX7A7E79
Decimal122126121
Binary111101011111101111001
Octal172176171

Shades and tints

Shades of #7A7E79

#7A7E79
(122,126,121)
#6F736E
(111,115,110)
#646863
(100,104,99)
#595D58
(89,93,88)
#4E524D
(78,82,77)
#434742
(67,71,66)
#383C37
(56,60,55)
#2D312C
(45,49,44)
#222621
(34,38,33)
#171B16
(23,27,22)
#0C100B
(12,16,11)
#000000
(0,0,0)

Tints of #7A7E79

#7A7E79
(122,126,121)
#868985
(134,137,133)
#929491
(146,148,145)
#9E9F9D
(158,159,157)
#AAAAA9
(170,170,169)
#B6B5B5
(182,181,181)
#C2C0C1
(194,192,193)
#CECBCD
(206,203,205)
#DAD6D9
(218,214,217)
#E6E1E5
(230,225,229)
#F2ECF1
(242,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7E79; }

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

This text font color is #7A7E79.


Background Color

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

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

This div background color is #7A7E79.


Border color

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

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

This div border color is #7A7E79.


Opacity

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

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

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

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

This text has shadow with #7A7E79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7E79 on black background.


Color preview on white background

This text has color #7A7E79 on white background.



Black color preview on #7A7E79 background

This text has black color on #7A7E79 background.


White color preview on #7A7E79 background

This text has white color on #7A7E79 background.