COLOR #7A979A

HEX: #7A979A RGB: (122,151,154)

Color info

#7A979A contains red, green and blue colors in about the same proportion. Web safe color of #7A979A is #669999 (or #699).

RGB color model

#7A979A color RGB value is (122,151,154).

RGB: (122,151,154) (48%, 59%, 60%)

RGB channels and saturation

R 122 of 255 = 48%
G 151 of 255 = 59%
B 154 of 255 = 60%

122
151
154

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

Portions of RGB colors in percentages

R + G + B = 122 + 151 + 154 = 427 (100%)
R 122 of 427 ~ 28.57%
G 151 of 427 ~ 35.36%
B 154 of 427 ~ 36.07'%

%28.57
%35.36
%36.07

CMYK color model

#7A979A color CMYK value is (21,2,0,40).

  • cyan value is 20.78%
  • magenta value is 1.95%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK: (21,2,0,40) C21M2Y0K40 (21%,2%,0%,40%) (0.21/0.02/0.00/0.40) 

CMYK percentages

%20.78
%1.95
%0
%39.61

Codes

Color #7A979A in popluar color models

7A 97 9A
RGB 122 151 154
HSL 186° 13.68% 54.12%
HSB/HSV 186° 20.78% 60.39%
CMYK 20.78% 1.95% 0.00%
39.61%

Color #7A979A in popluar number systems.

HEX 7A 97 9A
Decimal 122 151 154
Binary 1111010 10010111 10011010
Octal 172 227 232

Shades and tints

Shades of #7A979A

#7A979A
(122,151,154)
#6F8A8C
(111,138,140)
#647D7E
(100,125,126)
#597070
(89,112,112)
#4E6362
(78,99,98)
#435654
(67,86,84)
#384946
(56,73,70)
#2D3C38
(45,60,56)
#222F2A
(34,47,42)
#17221C
(23,34,28)
#0C150E
(12,21,14)
#000000
(0,0,0)

Tints of #7A979A

#7A979A
(122,151,154)
#86A0A3
(134,160,163)
#92A9AC
(146,169,172)
#9EB2B5
(158,178,181)
#AABBBE
(170,187,190)
#B6C4C7
(182,196,199)
#C2CDD0
(194,205,208)
#CED6D9
(206,214,217)
#DADFE2
(218,223,226)
#E6E8EB
(230,232,235)
#F2F1F4
(242,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A979A; }

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

This text font color is #7A979A.

Background Color

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

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

This div background color is #7A979A.

Border color

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

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

This div border color is #7A979A.

Opacity

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

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

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

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

This text has shadow with #7A979A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A979A.

Preview

Color preview on black background

This text has color #7A979A on black background.


Color preview on white background

This text has color #7A979A on white background.


Black color preview on #7A979A background

This text has black color on #7A979A background.


White color preview on #7A979A background

This text has white color on #7A979A background.


Related colors

Complementary color

Complementary color for #hex is #856865.


I love getcolorcode.com

Triadic colors

1 #9A7A97 and #979A7A with #7A979A are triadic colors.

2 #9A977A and #977A9A with #7A979A are triadic colors.