COLOR #79988A

HEX: #79988A
RGB: (121,152,138)

Color info

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

RGB color model

#79988A color RGB value is (121,152,138).

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

RGB channels and saturation

R 121 of 255 = 47%
G 152 of 255 = 60%
B 138 of 255 = 54%

121
152
138

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

Portions of RGB colors in percentages

R + G + B =
121 + 152 + 138 = 411 (100%)
R 121 of 411 ~ 29.44%
G 152 of 411 ~ 36.98%
B 138 of 411 ~ 33.58%

%29.44
%36.98
%33.58

CMYK color model

#79988A color CMYK value is (20,0,9,40).

  • cyan value is 20.39%
  • magenta value is 0.00%
  • yellow value is 9.21%
  • key color value is 40.39%
CMYK:
(20,0,9,40)
C20M0Y9K40 
(20%,0%,9%,40%)
(0.20/0.00/0.09/0.40)	

CMYK percentages

%20.39
%0
%9.21
%40.39

Codes

Color #79988A in popluar color models

79988A
RGB121152138
HSL153°13.08%53.53%
HSB/HSV153°20.39%59.61%
CMYK20.39%0.00%9.21%
40.39%

Color #79988A in popluar number systems.

HEX79988A
Decimal121152138
Binary11110011001100010001010
Octal171230212

Shades and tints

Shades of #79988A

#79988A
(121,152,138)
#6E8B7E
(110,139,126)
#637E72
(99,126,114)
#587166
(88,113,102)
#4D645A
(77,100,90)
#42574E
(66,87,78)
#374A42
(55,74,66)
#2C3D36
(44,61,54)
#21302A
(33,48,42)
#16231E
(22,35,30)
#0B1612
(11,22,18)
#000000
(0,0,0)

Tints of #79988A

#79988A
(121,152,138)
#85A194
(133,161,148)
#91AA9E
(145,170,158)
#9DB3A8
(157,179,168)
#A9BCB2
(169,188,178)
#B5C5BC
(181,197,188)
#C1CEC6
(193,206,198)
#CDD7D0
(205,215,208)
#D9E0DA
(217,224,218)
#E5E9E4
(229,233,228)
#F1F2EE
(241,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79988A; }

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

This text font color is #79988A.


Background Color

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

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

This div background color is #79988A.


Border color

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

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

This div border color is #79988A.


Opacity

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

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

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

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

This text has shadow with #79988A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79988A on black background.


Color preview on white background

This text has color #79988A on white background.



Black color preview on #79988A background

This text has black color on #79988A background.


White color preview on #79988A background

This text has white color on #79988A background.