COLOR #7C797A

HEX: #7C797A RGB: (124,121,122)

Color info

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

RGB color model

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

RGB: (124,121,122) (49%, 47%, 48%)

RGB channels and saturation

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

124
121
122

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

Portions of RGB colors in percentages

R + G + B = 124 + 121 + 122 = 367 (100%)
R 124 of 367 ~ 33.79%
G 121 of 367 ~ 32.97%
B 122 of 367 ~ 33.24'%

%33.79
%32.97
%33.24

CMYK color model

#7C797A color CMYK value is (0,2,2,51).

  • cyan value is 0.00%
  • magenta value is 2.42%
  • yellow value is 1.61%
  • key color value is 51.37%
CMYK: (0,2,2,51) C0M2Y2K51 (0%,2%,2%,51%) (0.00/0.02/0.02/0.51) 

CMYK percentages

%0
%2.42
%1.61
%51.37

Codes

Color #7C797A in popluar color models

7C 79 7A
RGB 124 121 122
HSL 340° 1.22% 48.04%
HSB/HSV 340° 2.42% 48.63%
CMYK 0.00% 2.42% 1.61%
51.37%

Color #7C797A in popluar number systems.

HEX 7C 79 7A
Decimal 124 121 122
Binary 1111100 1111001 1111010
Octal 174 171 172

Shades and tints

Shades of #7C797A

#7C797A
(124,121,122)
#716E6F
(113,110,111)
#666364
(102,99,100)
#5B5859
(91,88,89)
#504D4E
(80,77,78)
#454243
(69,66,67)
#3A3738
(58,55,56)
#2F2C2D
(47,44,45)
#242122
(36,33,34)
#191617
(25,22,23)
#0E0B0C
(14,11,12)
#000000
(0,0,0)

Tints of #7C797A

#7C797A
(124,121,122)
#878586
(135,133,134)
#929192
(146,145,146)
#9D9D9E
(157,157,158)
#A8A9AA
(168,169,170)
#B3B5B6
(179,181,182)
#BEC1C2
(190,193,194)
#C9CDCE
(201,205,206)
#D4D9DA
(212,217,218)
#DFE5E6
(223,229,230)
#EAF1F2
(234,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C797A; }

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

This text font color is #7C797A.

Background Color

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

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

This div background color is #7C797A.

Border color

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

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

This div border color is #7C797A.

Opacity

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

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

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

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

This text has shadow with #7C797A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C797A.

Preview

Color preview on black background

This text has color #7C797A on black background.


Color preview on white background

This text has color #7C797A on white background.


Black color preview on #7C797A background

This text has black color on #7C797A background.


White color preview on #7C797A background

This text has white color on #7C797A background.


Related colors

Complementary color

Complementary color for #hex is #838685.


I love getcolorcode.com

Triadic colors

1 #7A7C79 and #797A7C with #7C797A are triadic colors.

2 #7A797C and #797C7A with #7C797A are triadic colors.