COLOR #797E77

HEX: #797E77
RGB: (121,126,119)

Color info

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

RGB color model

#797E77 color RGB value is (121,126,119).

  • red value is 121;
  • green value is 126;
  • blue value is 119.
RGB:
(121,126,119)
(47%,49%,47%)

RGB channels and saturation

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

121
126
119

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

Portions of RGB colors in percentages

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

%33.06
%34.43
%32.51

CMYK color model

#797E77 color CMYK value is (4,0,6,51).

  • cyan value is 3.97%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 50.59%
CMYK:
(4,0,6,51)
C4M0Y6K51 
(4%,0%,6%,51%)
(0.04/0.00/0.06/0.51)	

CMYK percentages

%3.97
%0
%5.56
%50.59

Codes

Color #797E77 in popluar color models

797E77
RGB121126119
HSL103°2.86%48.04%
HSB/HSV103°5.56%49.41%
CMYK3.97%0.00%5.56%
50.59%

Color #797E77 in popluar number systems.

HEX797E77
Decimal121126119
Binary111100111111101110111
Octal171176167

Shades and tints

Shades of #797E77

#797E77
(121,126,119)
#6E736D
(110,115,109)
#636863
(99,104,99)
#585D59
(88,93,89)
#4D524F
(77,82,79)
#424745
(66,71,69)
#373C3B
(55,60,59)
#2C3131
(44,49,49)
#212627
(33,38,39)
#161B1D
(22,27,29)
#0B1013
(11,16,19)
#000000
(0,0,0)

Tints of #797E77

#797E77
(121,126,119)
#858983
(133,137,131)
#91948F
(145,148,143)
#9D9F9B
(157,159,155)
#A9AAA7
(169,170,167)
#B5B5B3
(181,181,179)
#C1C0BF
(193,192,191)
#CDCBCB
(205,203,203)
#D9D6D7
(217,214,215)
#E5E1E3
(229,225,227)
#F1ECEF
(241,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #797E77; }

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

This text font color is #797E77.


Background Color

.myBgColor { background-color: #797E77; }

<div style="background-color:#797E77">Inner text</div>

This div background color is #797E77.


Border color

.myBorderColor { border: 1px solid #797E77; }

<div style="border:3px solid #797E77">Div</div>

This div border color is #797E77.


Opacity

.myOpacity80 { color: #797E77; opacity: 0.8; }

<p style="color:#797E77;opacity:0.8;">80%</p>

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

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

This text has shadow with #797E77 color.

.textShadow {text-shadow: 3px 3px 1px #797E77, 3px 3px 1px red;}

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

This text has shadow with #797E77 primary color and red secondary color.


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

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

This text has shadow with #797E77 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #797E77 on black background.


Color preview on white background

This text has color #797E77 on white background.



Black color preview on #797E77 background

This text has black color on #797E77 background.


White color preview on #797E77 background

This text has white color on #797E77 background.