COLOR #79988C

HEX: #79988C
RGB: (121,152,140)

Color info

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

RGB color model

#79988C color RGB value is (121,152,140).

  • red value is 121;
  • green value is 152;
  • blue value is 140.
RGB:
(121,152,140)
(47%,60%,55%)

RGB channels and saturation

R 121 of 255 = 47%
G 152 of 255 = 60%
B 140 of 255 = 55%

121
152
140

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

Portions of RGB colors in percentages

R + G + B =
121 + 152 + 140 = 413 (100%)
R 121 of 413 ~ 29.3%
G 152 of 413 ~ 36.8%
B 140 of 413 ~ 33.9%

%29.3
%36.8
%33.9

CMYK color model

#79988C color CMYK value is (20,0,8,40).

  • cyan value is 20.39%
  • magenta value is 0.00%
  • yellow value is 7.89%
  • key color value is 40.39%
CMYK:
(20,0,8,40)
C20M0Y8K40 
(20%,0%,8%,40%)
(0.20/0.00/0.08/0.40)	

CMYK percentages

%20.39
%0
%7.89
%40.39

Codes

Color #79988C in popluar color models

79988C
RGB121152140
HSL157°13.08%53.53%
HSB/HSV157°20.39%59.61%
CMYK20.39%0.00%7.89%
40.39%

Color #79988C in popluar number systems.

HEX79988C
Decimal121152140
Binary11110011001100010001100
Octal171230214

Shades and tints

Shades of #79988C

#79988C
(121,152,140)
#6E8B80
(110,139,128)
#637E74
(99,126,116)
#587168
(88,113,104)
#4D645C
(77,100,92)
#425750
(66,87,80)
#374A44
(55,74,68)
#2C3D38
(44,61,56)
#21302C
(33,48,44)
#162320
(22,35,32)
#0B1614
(11,22,20)
#000000
(0,0,0)

Tints of #79988C

#79988C
(121,152,140)
#85A196
(133,161,150)
#91AAA0
(145,170,160)
#9DB3AA
(157,179,170)
#A9BCB4
(169,188,180)
#B5C5BE
(181,197,190)
#C1CEC8
(193,206,200)
#CDD7D2
(205,215,210)
#D9E0DC
(217,224,220)
#E5E9E6
(229,233,230)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79988C color. Also use rgb(121,152,140) instead hex code.

Text Font Color

.myTextColor { color: #79988C; }

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

This text font color is #79988C.


Background Color

.myBgColor { background-color: #79988C; }

<div style="background-color:#79988C">Inner text</div>

This div background color is #79988C.


Border color

.myBorderColor { border: 1px solid #79988C; }

<div style="border:3px solid #79988C">Div</div>

This div border color is #79988C.


Opacity

.myOpacity80 { color: #79988C; opacity: 0.8; }

<p style="color:#79988C;opacity:0.8;">80%</p>

Text with #79988C 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 #79988C;}

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

This text has shadow with #79988C color.

.textShadow {text-shadow: 3px 3px 1px #79988C, 3px 3px 1px red;}

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

This text has shadow with #79988C primary color and red secondary color.


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

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

This text has shadow with #79988C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79988C on black background.


Color preview on white background

This text has color #79988C on white background.



Black color preview on #79988C background

This text has black color on #79988C background.


White color preview on #79988C background

This text has white color on #79988C background.