COLOR #7C979A

HEX: #7C979A RGB: (124,151,154)

Color info

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

RGB color model

#7C979A color RGB value is (124,151,154).

RGB: (124,151,154) (49%, 59%, 60%)

RGB channels and saturation

R 124 of 255 = 49%
G 151 of 255 = 59%
B 154 of 255 = 60%

124
151
154

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

Portions of RGB colors in percentages

R + G + B = 124 + 151 + 154 = 429 (100%)
R 124 of 429 ~ 28.9%
G 151 of 429 ~ 35.2%
B 154 of 429 ~ 35.9'%

%28.9
%35.2
%35.9

CMYK color model

#7C979A color CMYK value is (19,2,0,40).

  • cyan value is 19.48%
  • magenta value is 1.95%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (19,2,0,40)
C19M2Y0K40 (19%, 2%, 0%, 40%)
(0.19 / 0.02 / 0.00 / 0.40)

CMYK percentages

%19.48
%1.95
%0
%39.61

Codes

Color #7C979A in popluar color models

7C 97 9A
RGB 124 151 154
HSL 186° 12.93% 54.51%
HSB/HSV 186° 19.48% 60.39%
CMYK 19.48% 1.95% 0.00%
39.61%

Color #7C979A in popluar number systems.

HEX 7C 97 9A
Decimal 124 151 154
Binary 1111100 10010111 10011010
Octal 174 227 232

Shades and tints

Shades of #7C979A

#7C979A
(124,151,154)
#718A8C
(113,138,140)
#667D7E
(102,125,126)
#5B7070
(91,112,112)
#506362
(80,99,98)
#455654
(69,86,84)
#3A4946
(58,73,70)
#2F3C38
(47,60,56)
#242F2A
(36,47,42)
#19221C
(25,34,28)
#0E150E
(14,21,14)
#000000
(0,0,0)

Tints of #7C979A

#7C979A
(124,151,154)
#87A0A3
(135,160,163)
#92A9AC
(146,169,172)
#9DB2B5
(157,178,181)
#A8BBBE
(168,187,190)
#B3C4C7
(179,196,199)
#BECDD0
(190,205,208)
#C9D6D9
(201,214,217)
#D4DFE2
(212,223,226)
#DFE8EB
(223,232,235)
#EAF1F4
(234,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C979A; }

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

This text font color is #7C979A.

Background Color

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

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

This div background color is #7C979A.

Border color

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

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

This div border color is #7C979A.

Opacity

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

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

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

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

This text has shadow with #7C979A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C979A.

Preview

Color preview on black background

This text has color #7C979A on black background.


Color preview on white background

This text has color #7C979A on white background.


Black color preview on #7C979A background

This text has black color on #7C979A background.


White color preview on #7C979A background

This text has white color on #7C979A background.


Related colors

Complementary color

Complementary color for #hex is #836865.


I love getcolorcode.com

Triadic colors

1 #9A7C97 and #979A7C with #7C979A are triadic colors.

2 #9A977C and #977C9A with #7C979A are triadic colors.