COLOR #79777E

HEX: #79777E RGB: (121,119,126)

Color info

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

RGB color model

#79777E color RGB value is (121,119,126).

RGB: (121,119,126) (47%, 47%, 49%)

RGB channels and saturation

R 121 of 255 = 47%
G 119 of 255 = 47%
B 126 of 255 = 49%

121
119
126

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

Portions of RGB colors in percentages

R + G + B = 121 + 119 + 126 = 366 (100%)
R 121 of 366 ~ 33.06%
G 119 of 366 ~ 32.51%
B 126 of 366 ~ 34.43'%

%33.06
%32.51
%34.43

CMYK color model

#79777E color CMYK value is (4,6,0,51).

  • cyan value is 3.97%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (4,6,0,51)
C4M6Y0K51 (4%, 6%, 0%, 51%)
(0.04 / 0.06 / 0.00 / 0.51)

CMYK percentages

%3.97
%5.56
%0
%50.59

Codes

Color #79777E in popluar color models

79 77 7E
RGB 121 119 126
HSL 257° 2.86% 48.04%
HSB/HSV 257° 5.56% 49.41%
CMYK 3.97% 5.56% 0.00%
50.59%

Color #79777E in popluar number systems.

HEX 79 77 7E
Decimal 121 119 126
Binary 1111001 1110111 1111110
Octal 171 167 176

Shades and tints

Shades of #79777E

#79777E
(121,119,126)
#6E6D73
(110,109,115)
#636368
(99,99,104)
#58595D
(88,89,93)
#4D4F52
(77,79,82)
#424547
(66,69,71)
#373B3C
(55,59,60)
#2C3131
(44,49,49)
#212726
(33,39,38)
#161D1B
(22,29,27)
#0B1310
(11,19,16)
#000000
(0,0,0)

Tints of #79777E

#79777E
(121,119,126)
#858389
(133,131,137)
#918F94
(145,143,148)
#9D9B9F
(157,155,159)
#A9A7AA
(169,167,170)
#B5B3B5
(181,179,181)
#C1BFC0
(193,191,192)
#CDCBCB
(205,203,203)
#D9D7D6
(217,215,214)
#E5E3E1
(229,227,225)
#F1EFEC
(241,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79777E color. Also use rgb(121,119,126) instead hex code.

Text Font Color

.myTextColor { color: #79777E; }

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

This text font color is #79777E.

Background Color

.myBgColor { background-color: #79777E; }

<div style="background-color:#79777E">Inner text</div>

This div background color is #79777E.

Border color

.myBorderColor { border: 1px solid #79777E; }

<div style="border:3px solid #79777E">Div</div>

This div border color is #79777E.

Opacity

.myOpacity80 { color: #79777E; opacity: 0.8; }

<p style="color:#79777E;opacity:0.8;">80%</p>

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

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

This text has shadow with #79777E color.


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

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

This text has shadow with #79777E primary color and red secondary color.


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

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

This text has shadow with #79777E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #79777E.

Preview

Color preview on black background

This text has color #79777E on black background.


Color preview on white background

This text has color #79777E on white background.


Black color preview on #79777E background

This text has black color on #79777E background.


White color preview on #79777E background

This text has white color on #79777E background.


Related colors

Complementary color

Complementary color for #hex is #868881.


I love getcolorcode.com

Triadic colors

1 #7E7977 and #777E79 with #79777E are triadic colors.

2 #7E7779 and #77797E with #79777E are triadic colors.