COLOR #79977E

HEX: #79977E
RGB: (121,151,126)

Color info

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

RGB color model

#79977E color RGB value is (121,151,126).

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

RGB channels and saturation

R 121 of 255 = 47%
G 151 of 255 = 59%
B 126 of 255 = 49%

121
151
126

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

Portions of RGB colors in percentages

R + G + B =
121 + 151 + 126 = 398 (100%)
R 121 of 398 ~ 30.4%
G 151 of 398 ~ 37.94%
B 126 of 398 ~ 31.66%

%30.4
%37.94
%31.66

CMYK color model

#79977E color CMYK value is (20,0,17,41).

  • cyan value is 19.87%
  • magenta value is 0.00%
  • yellow value is 16.56%
  • key color value is 40.78%
CMYK:
(20,0,17,41)
C20M0Y17K41 
(20%,0%,17%,41%)
(0.20/0.00/0.17/0.41)	

CMYK percentages

%19.87
%0
%16.56
%40.78

Codes

Color #79977E in popluar color models

79977E
RGB121151126
HSL130°12.61%53.33%
HSB/HSV130°19.87%59.22%
CMYK19.87%0.00%16.56%
40.78%

Color #79977E in popluar number systems.

HEX79977E
Decimal121151126
Binary1111001100101111111110
Octal171227176

Shades and tints

Shades of #79977E

#79977E
(121,151,126)
#6E8A73
(110,138,115)
#637D68
(99,125,104)
#58705D
(88,112,93)
#4D6352
(77,99,82)
#425647
(66,86,71)
#37493C
(55,73,60)
#2C3C31
(44,60,49)
#212F26
(33,47,38)
#16221B
(22,34,27)
#0B1510
(11,21,16)
#000000
(0,0,0)

Tints of #79977E

#79977E
(121,151,126)
#85A089
(133,160,137)
#91A994
(145,169,148)
#9DB29F
(157,178,159)
#A9BBAA
(169,187,170)
#B5C4B5
(181,196,181)
#C1CDC0
(193,205,192)
#CDD6CB
(205,214,203)
#D9DFD6
(217,223,214)
#E5E8E1
(229,232,225)
#F1F1EC
(241,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79977E; }

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

This text font color is #79977E.


Background Color

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

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

This div background color is #79977E.


Border color

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

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

This div border color is #79977E.


Opacity

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

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

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

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

This text has shadow with #79977E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79977E on black background.


Color preview on white background

This text has color #79977E on white background.



Black color preview on #79977E background

This text has black color on #79977E background.


White color preview on #79977E background

This text has white color on #79977E background.