COLOR #79989C

HEX: #79989C
RGB: (121,152,156)

Color info

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

RGB color model

#79989C color RGB value is (121,152,156).

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

RGB channels and saturation

R 121 of 255 = 47%
G 152 of 255 = 60%
B 156 of 255 = 61%

121
152
156

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

Portions of RGB colors in percentages

R + G + B =
121 + 152 + 156 = 429 (100%)
R 121 of 429 ~ 28.21%
G 152 of 429 ~ 35.43%
B 156 of 429 ~ 36.36%

%28.21
%35.43
%36.36

CMYK color model

#79989C color CMYK value is (22,3,0,39).

  • cyan value is 22.44%
  • magenta value is 2.56%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(22,3,0,39)
C22M3Y0K39 
(22%,3%,0%,39%)
(0.22/0.03/0.00/0.39)	

CMYK percentages

%22.44
%2.56
%0
%38.82

Codes

Color #79989C in popluar color models

79989C
RGB121152156
HSL187°15.02%54.31%
HSB/HSV187°22.44%61.18%
CMYK22.44%2.56%0.00%
38.82%

Color #79989C in popluar number systems.

HEX79989C
Decimal121152156
Binary11110011001100010011100
Octal171230234

Shades and tints

Shades of #79989C

#79989C
(121,152,156)
#6E8B8E
(110,139,142)
#637E80
(99,126,128)
#587172
(88,113,114)
#4D6464
(77,100,100)
#425756
(66,87,86)
#374A48
(55,74,72)
#2C3D3A
(44,61,58)
#21302C
(33,48,44)
#16231E
(22,35,30)
#0B1610
(11,22,16)
#000000
(0,0,0)

Tints of #79989C

#79989C
(121,152,156)
#85A1A5
(133,161,165)
#91AAAE
(145,170,174)
#9DB3B7
(157,179,183)
#A9BCC0
(169,188,192)
#B5C5C9
(181,197,201)
#C1CED2
(193,206,210)
#CDD7DB
(205,215,219)
#D9E0E4
(217,224,228)
#E5E9ED
(229,233,237)
#F1F2F6
(241,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79989C; }

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

This text font color is #79989C.


Background Color

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

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

This div background color is #79989C.


Border color

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

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

This div border color is #79989C.


Opacity

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

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

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

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

This text has shadow with #79989C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79989C on black background.


Color preview on white background

This text has color #79989C on white background.



Black color preview on #79989C background

This text has black color on #79989C background.


White color preview on #79989C background

This text has white color on #79989C background.