COLOR #79977A

HEX: #79977A RGB: (121,151,122)

Color info

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

RGB color model

#79977A color RGB value is (121,151,122).

RGB: (121,151,122) (47%, 59%, 48%)

RGB channels and saturation

R 121 of 255 = 47%
G 151 of 255 = 59%
B 122 of 255 = 48%

121
151
122

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

Portions of RGB colors in percentages

R + G + B = 121 + 151 + 122 = 394 (100%)
R 121 of 394 ~ 30.71%
G 151 of 394 ~ 38.32%
B 122 of 394 ~ 30.96'%

%30.71
%38.32
%30.96

CMYK color model

#79977A color CMYK value is (20,0,19,41).

  • cyan value is 19.87%
  • magenta value is 0.00%
  • yellow value is 19.21%
  • key color value is 40.78%

CMYK: (20,0,19,41)
C20M0Y19K41 (20%, 0%, 19%, 41%)
(0.20 / 0.00 / 0.19 / 0.41)

CMYK percentages

%19.87
%0
%19.21
%40.78

Codes

Color #79977A in popluar color models

79 97 7A
RGB 121 151 122
HSL 122° 12.61% 53.33%
HSB/HSV 122° 19.87% 59.22%
CMYK 19.87% 0.00% 19.21%
40.78%

Color #79977A in popluar number systems.

HEX 79 97 7A
Decimal 121 151 122
Binary 1111001 10010111 1111010
Octal 171 227 172

Shades and tints

Shades of #79977A

#79977A
(121,151,122)
#6E8A6F
(110,138,111)
#637D64
(99,125,100)
#587059
(88,112,89)
#4D634E
(77,99,78)
#425643
(66,86,67)
#374938
(55,73,56)
#2C3C2D
(44,60,45)
#212F22
(33,47,34)
#162217
(22,34,23)
#0B150C
(11,21,12)
#000000
(0,0,0)

Tints of #79977A

#79977A
(121,151,122)
#85A086
(133,160,134)
#91A992
(145,169,146)
#9DB29E
(157,178,158)
#A9BBAA
(169,187,170)
#B5C4B6
(181,196,182)
#C1CDC2
(193,205,194)
#CDD6CE
(205,214,206)
#D9DFDA
(217,223,218)
#E5E8E6
(229,232,230)
#F1F1F2
(241,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79977A; }

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

This text font color is #79977A.

Background Color

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

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

This div background color is #79977A.

Border color

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

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

This div border color is #79977A.

Opacity

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

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

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

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

This text has shadow with #79977A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79977A.

Preview

Color preview on black background

This text has color #79977A on black background.


Color preview on white background

This text has color #79977A on white background.


Black color preview on #79977A background

This text has black color on #79977A background.


White color preview on #79977A background

This text has white color on #79977A background.


Related colors

Complementary color

Complementary color for #hex is #866885.


I love getcolorcode.com

Triadic colors

1 #7A7997 and #977A79 with #79977A are triadic colors.

2 #7A9779 and #97797A with #79977A are triadic colors.