COLOR #79838B

HEX: #79838B
RGB: (121,131,139)

Color info

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

RGB color model

#79838B color RGB value is (121,131,139).

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

RGB channels and saturation

R 121 of 255 = 47%
G 131 of 255 = 51%
B 139 of 255 = 55%

121
131
139

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

Portions of RGB colors in percentages

R + G + B =
121 + 131 + 139 = 391 (100%)
R 121 of 391 ~ 30.95%
G 131 of 391 ~ 33.5%
B 139 of 391 ~ 35.55%

%30.95
%33.5
%35.55

CMYK color model

#79838B color CMYK value is (13,6,0,45).

  • cyan value is 12.95%
  • magenta value is 5.76%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(13,6,0,45)
C13M6Y0K45 
(13%,6%,0%,45%)
(0.13/0.06/0.00/0.45)	

CMYK percentages

%12.95
%5.76
%0
%45.49

Codes

Color #79838B in popluar color models

79838B
RGB121131139
HSL207°7.20%50.98%
HSB/HSV207°12.95%54.51%
CMYK12.95%5.76%0.00%
45.49%

Color #79838B in popluar number systems.

HEX79838B
Decimal121131139
Binary11110011000001110001011
Octal171203213

Shades and tints

Shades of #79838B

#79838B
(121,131,139)
#6E787F
(110,120,127)
#636D73
(99,109,115)
#586267
(88,98,103)
#4D575B
(77,87,91)
#424C4F
(66,76,79)
#374143
(55,65,67)
#2C3637
(44,54,55)
#212B2B
(33,43,43)
#16201F
(22,32,31)
#0B1513
(11,21,19)
#000000
(0,0,0)

Tints of #79838B

#79838B
(121,131,139)
#858E95
(133,142,149)
#91999F
(145,153,159)
#9DA4A9
(157,164,169)
#A9AFB3
(169,175,179)
#B5BABD
(181,186,189)
#C1C5C7
(193,197,199)
#CDD0D1
(205,208,209)
#D9DBDB
(217,219,219)
#E5E6E5
(229,230,229)
#F1F1EF
(241,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79838B; }

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

This text font color is #79838B.


Background Color

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

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

This div background color is #79838B.


Border color

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

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

This div border color is #79838B.


Opacity

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

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

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

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

This text has shadow with #79838B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79838B on black background.


Color preview on white background

This text has color #79838B on white background.



Black color preview on #79838B background

This text has black color on #79838B background.


White color preview on #79838B background

This text has white color on #79838B background.