COLOR #79898B

HEX: #79898B
RGB: (121,137,139)

Color info

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

RGB color model

#79898B color RGB value is (121,137,139).

  • red value is 121;
  • green value is 137;
  • blue value is 139.
RGB:
(121,137,139)
(47%,54%,55%)

RGB channels and saturation

R 121 of 255 = 47%
G 137 of 255 = 54%
B 139 of 255 = 55%

121
137
139

R + G + B ~ 52%. #79898B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 137 + 139 = 397 (100%)
R 121 of 397 ~ 30.48%
G 137 of 397 ~ 34.51%
B 139 of 397 ~ 35.01%

%30.48
%34.51
%35.01

CMYK color model

#79898B color CMYK value is (13,1,0,45).

  • cyan value is 12.95%
  • magenta value is 1.44%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(13,1,0,45)
C13M1Y0K45 
(13%,1%,0%,45%)
(0.13/0.01/0.00/0.45)	

CMYK percentages

%12.95
%1.44
%0
%45.49

Codes

Color #79898B in popluar color models

79898B
RGB121137139
HSL187°7.20%50.98%
HSB/HSV187°12.95%54.51%
CMYK12.95%1.44%0.00%
45.49%

Color #79898B in popluar number systems.

HEX79898B
Decimal121137139
Binary11110011000100110001011
Octal171211213

Shades and tints

Shades of #79898B

#79898B
(121,137,139)
#6E7D7F
(110,125,127)
#637173
(99,113,115)
#586567
(88,101,103)
#4D595B
(77,89,91)
#424D4F
(66,77,79)
#374143
(55,65,67)
#2C3537
(44,53,55)
#21292B
(33,41,43)
#161D1F
(22,29,31)
#0B1113
(11,17,19)
#000000
(0,0,0)

Tints of #79898B

#79898B
(121,137,139)
#859395
(133,147,149)
#919D9F
(145,157,159)
#9DA7A9
(157,167,169)
#A9B1B3
(169,177,179)
#B5BBBD
(181,187,189)
#C1C5C7
(193,197,199)
#CDCFD1
(205,207,209)
#D9D9DB
(217,217,219)
#E5E3E5
(229,227,229)
#F1EDEF
(241,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79898B color. Also use rgb(121,137,139) instead hex code.

Text Font Color

.myTextColor { color: #79898B; }

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

This text font color is #79898B.


Background Color

.myBgColor { background-color: #79898B; }

<div style="background-color:#79898B">Inner text</div>

This div background color is #79898B.


Border color

.myBorderColor { border: 1px solid #79898B; }

<div style="border:3px solid #79898B">Div</div>

This div border color is #79898B.


Opacity

.myOpacity80 { color: #79898B; opacity: 0.8; }

<p style="color:#79898B;opacity:0.8;">80%</p>

Text with #79898B 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 #79898B;}

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

This text has shadow with #79898B color.

.textShadow {text-shadow: 3px 3px 1px #79898B, 3px 3px 1px red;}

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

This text has shadow with #79898B primary color and red secondary color.


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

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

This text has shadow with #79898B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79898B on black background.


Color preview on white background

This text has color #79898B on white background.



Black color preview on #79898B background

This text has black color on #79898B background.


White color preview on #79898B background

This text has white color on #79898B background.