COLOR #7A7A79

HEX: #7A7A79
RGB: (122,122,121)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

122
122
121

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

Portions of RGB colors in percentages

R + G + B =
122 + 122 + 121 = 365 (100%)
R 122 of 365 ~ 33.42%
G 122 of 365 ~ 33.42%
B 121 of 365 ~ 33.15%

%33.42
%33.42
%33.15

CMYK color model

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

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

CMYK percentages

%0
%0
%0.82
%52.16

Codes

Color #7A7A79 in popluar color models

7A7A79
RGB122122121
HSL60°0.41%47.65%
HSB/HSV60°0.82%47.84%
CMYK0.00%0.00%0.82%
52.16%

Color #7A7A79 in popluar number systems.

HEX7A7A79
Decimal122122121
Binary111101011110101111001
Octal172172171

Shades and tints

Shades of #7A7A79

#7A7A79
(122,122,121)
#6F6F6E
(111,111,110)
#646463
(100,100,99)
#595958
(89,89,88)
#4E4E4D
(78,78,77)
#434342
(67,67,66)
#383837
(56,56,55)
#2D2D2C
(45,45,44)
#222221
(34,34,33)
#171716
(23,23,22)
#0C0C0B
(12,12,11)
#000000
(0,0,0)

Tints of #7A7A79

#7A7A79
(122,122,121)
#868685
(134,134,133)
#929291
(146,146,145)
#9E9E9D
(158,158,157)
#AAAAA9
(170,170,169)
#B6B6B5
(182,182,181)
#C2C2C1
(194,194,193)
#CECECD
(206,206,205)
#DADAD9
(218,218,217)
#E6E6E5
(230,230,229)
#F2F2F1
(242,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7A79; }

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

This text font color is #7A7A79.


Background Color

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

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

This div background color is #7A7A79.


Border color

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

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

This div border color is #7A7A79.


Opacity

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

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

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

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

This text has shadow with #7A7A79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7A79 on black background.


Color preview on white background

This text has color #7A7A79 on white background.



Black color preview on #7A7A79 background

This text has black color on #7A7A79 background.


White color preview on #7A7A79 background

This text has white color on #7A7A79 background.