COLOR #79899F

HEX: #79899F
RGB: (121,137,159)

Color info

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

RGB color model

#79899F color RGB value is (121,137,159).

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

RGB channels and saturation

R 121 of 255 = 47%
G 137 of 255 = 54%
B 159 of 255 = 62%

121
137
159

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

Portions of RGB colors in percentages

R + G + B =
121 + 137 + 159 = 417 (100%)
R 121 of 417 ~ 29.02%
G 137 of 417 ~ 32.85%
B 159 of 417 ~ 38.13%

%29.02
%32.85
%38.13

CMYK color model

#79899F color CMYK value is (24,14,0,38).

  • cyan value is 23.90%
  • magenta value is 13.84%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(24,14,0,38)
C24M14Y0K38 
(24%,14%,0%,38%)
(0.24/0.14/0.00/0.38)	

CMYK percentages

%23.9
%13.84
%0
%37.65

Codes

Color #79899F in popluar color models

79899F
RGB121137159
HSL215°16.52%54.90%
HSB/HSV215°23.90%62.35%
CMYK23.90%13.84%0.00%
37.65%

Color #79899F in popluar number systems.

HEX79899F
Decimal121137159
Binary11110011000100110011111
Octal171211237

Shades and tints

Shades of #79899F

#79899F
(121,137,159)
#6E7D91
(110,125,145)
#637183
(99,113,131)
#586575
(88,101,117)
#4D5967
(77,89,103)
#424D59
(66,77,89)
#37414B
(55,65,75)
#2C353D
(44,53,61)
#21292F
(33,41,47)
#161D21
(22,29,33)
#0B1113
(11,17,19)
#000000
(0,0,0)

Tints of #79899F

#79899F
(121,137,159)
#8593A7
(133,147,167)
#919DAF
(145,157,175)
#9DA7B7
(157,167,183)
#A9B1BF
(169,177,191)
#B5BBC7
(181,187,199)
#C1C5CF
(193,197,207)
#CDCFD7
(205,207,215)
#D9D9DF
(217,217,223)
#E5E3E7
(229,227,231)
#F1EDEF
(241,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79899F color. Also use rgb(121,137,159) instead hex code.

Text Font Color

.myTextColor { color: #79899F; }

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

This text font color is #79899F.


Background Color

.myBgColor { background-color: #79899F; }

<div style="background-color:#79899F">Inner text</div>

This div background color is #79899F.


Border color

.myBorderColor { border: 1px solid #79899F; }

<div style="border:3px solid #79899F">Div</div>

This div border color is #79899F.


Opacity

.myOpacity80 { color: #79899F; opacity: 0.8; }

<p style="color:#79899F;opacity:0.8;">80%</p>

Text with #79899F 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 #79899F;}

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

This text has shadow with #79899F color.

.textShadow {text-shadow: 3px 3px 1px #79899F, 3px 3px 1px red;}

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

This text has shadow with #79899F primary color and red secondary color.


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

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

This text has shadow with #79899F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79899F on black background.


Color preview on white background

This text has color #79899F on white background.



Black color preview on #79899F background

This text has black color on #79899F background.


White color preview on #79899F background

This text has white color on #79899F background.