COLOR #79978E

HEX: #79978E RGB: (121,151,142)

Color info

#79978E contains red, green and blue colors in about the same proportion. Web safe color of #79978E is #669999 (or #699).

RGB color model

#79978E color RGB value is (121,151,142).

RGB: (121,151,142) (47%, 59%, 56%)

RGB channels and saturation

R 121 of 255 = 47%
G 151 of 255 = 59%
B 142 of 255 = 56%

121
151
142

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

Portions of RGB colors in percentages

R + G + B = 121 + 151 + 142 = 414 (100%)
R 121 of 414 ~ 29.23%
G 151 of 414 ~ 36.47%
B 142 of 414 ~ 34.3'%

%29.23
%36.47
%34.3

CMYK color model

#79978E color CMYK value is (20,0,6,41).

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

CMYK: (20,0,6,41)
C20M0Y6K41 (20%, 0%, 6%, 41%)
(0.20 / 0.00 / 0.06 / 0.41)

CMYK percentages

%19.87
%0
%5.96
%40.78

Codes

Color #79978E in popluar color models

79 97 8E
RGB 121 151 142
HSL 162° 12.61% 53.33%
HSB/HSV 162° 19.87% 59.22%
CMYK 19.87% 0.00% 5.96%
40.78%

Color #79978E in popluar number systems.

HEX 79 97 8E
Decimal 121 151 142
Binary 1111001 10010111 10001110
Octal 171 227 216

Shades and tints

Shades of #79978E

#79978E
(121,151,142)
#6E8A82
(110,138,130)
#637D76
(99,125,118)
#58706A
(88,112,106)
#4D635E
(77,99,94)
#425652
(66,86,82)
#374946
(55,73,70)
#2C3C3A
(44,60,58)
#212F2E
(33,47,46)
#162222
(22,34,34)
#0B1516
(11,21,22)
#000000
(0,0,0)

Tints of #79978E

#79978E
(121,151,142)
#85A098
(133,160,152)
#91A9A2
(145,169,162)
#9DB2AC
(157,178,172)
#A9BBB6
(169,187,182)
#B5C4C0
(181,196,192)
#C1CDCA
(193,205,202)
#CDD6D4
(205,214,212)
#D9DFDE
(217,223,222)
#E5E8E8
(229,232,232)
#F1F1F2
(241,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79978E; }

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

This text font color is #79978E.

Background Color

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

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

This div background color is #79978E.

Border color

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

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

This div border color is #79978E.

Opacity

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

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

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

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

This text has shadow with #79978E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79978E.

Preview

Color preview on black background

This text has color #79978E on black background.


Color preview on white background

This text has color #79978E on white background.


Black color preview on #79978E background

This text has black color on #79978E background.


White color preview on #79978E background

This text has white color on #79978E background.


Related colors

Complementary color

Complementary color for #hex is #866871.


I love getcolorcode.com

Triadic colors

1 #8E7997 and #978E79 with #79978E are triadic colors.

2 #8E9779 and #97798E with #79978E are triadic colors.