COLOR #79977F

HEX: #79977F
RGB: (121,151,127)

Color info

#79977F contains red, green and blue colors in about the same proportion. Web safe color of #79977F is #669966 (or #696).

RGB color model

#79977F color RGB value is (121,151,127).

  • red value is 121;
  • green value is 151;
  • blue value is 127.
RGB:
(121,151,127)
(47%,59%,50%)

RGB channels and saturation

R 121 of 255 = 47%
G 151 of 255 = 59%
B 127 of 255 = 50%

121
151
127

R + G + B ~ 52%. #79977F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 151 + 127 = 399 (100%)
R 121 of 399 ~ 30.33%
G 151 of 399 ~ 37.84%
B 127 of 399 ~ 31.83%

%30.33
%37.84
%31.83

CMYK color model

#79977F color CMYK value is (20,0,16,41).

  • cyan value is 19.87%
  • magenta value is 0.00%
  • yellow value is 15.89%
  • key color value is 40.78%
CMYK:
(20,0,16,41)
C20M0Y16K41 
(20%,0%,16%,41%)
(0.20/0.00/0.16/0.41)	

CMYK percentages

%19.87
%0
%15.89
%40.78

Codes

Color #79977F in popluar color models

79977F
RGB121151127
HSL132°12.61%53.33%
HSB/HSV132°19.87%59.22%
CMYK19.87%0.00%15.89%
40.78%

Color #79977F in popluar number systems.

HEX79977F
Decimal121151127
Binary1111001100101111111111
Octal171227177

Shades and tints

Shades of #79977F

#79977F
(121,151,127)
#6E8A74
(110,138,116)
#637D69
(99,125,105)
#58705E
(88,112,94)
#4D6353
(77,99,83)
#425648
(66,86,72)
#37493D
(55,73,61)
#2C3C32
(44,60,50)
#212F27
(33,47,39)
#16221C
(22,34,28)
#0B1511
(11,21,17)
#000000
(0,0,0)

Tints of #79977F

#79977F
(121,151,127)
#85A08A
(133,160,138)
#91A995
(145,169,149)
#9DB2A0
(157,178,160)
#A9BBAB
(169,187,171)
#B5C4B6
(181,196,182)
#C1CDC1
(193,205,193)
#CDD6CC
(205,214,204)
#D9DFD7
(217,223,215)
#E5E8E2
(229,232,226)
#F1F1ED
(241,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79977F color. Also use rgb(121,151,127) instead hex code.

Text Font Color

.myTextColor { color: #79977F; }

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

This text font color is #79977F.


Background Color

.myBgColor { background-color: #79977F; }

<div style="background-color:#79977F">Inner text</div>

This div background color is #79977F.


Border color

.myBorderColor { border: 1px solid #79977F; }

<div style="border:3px solid #79977F">Div</div>

This div border color is #79977F.


Opacity

.myOpacity80 { color: #79977F; opacity: 0.8; }

<p style="color:#79977F;opacity:0.8;">80%</p>

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

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

This text has shadow with #79977F color.

.textShadow {text-shadow: 3px 3px 1px #79977F, 3px 3px 1px red;}

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

This text has shadow with #79977F primary color and red secondary color.


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

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

This text has shadow with #79977F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79977F on black background.


Color preview on white background

This text has color #79977F on white background.



Black color preview on #79977F background

This text has black color on #79977F background.


White color preview on #79977F background

This text has white color on #79977F background.