COLOR #79838A

HEX: #79838A
RGB: (121,131,138)

Color info

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

RGB color model

#79838A color RGB value is (121,131,138).

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

RGB channels and saturation

R 121 of 255 = 47%
G 131 of 255 = 51%
B 138 of 255 = 54%

121
131
138

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

Portions of RGB colors in percentages

R + G + B =
121 + 131 + 138 = 390 (100%)
R 121 of 390 ~ 31.03%
G 131 of 390 ~ 33.59%
B 138 of 390 ~ 35.38%

%31.03
%33.59
%35.38

CMYK color model

#79838A color CMYK value is (12,5,0,46).

  • cyan value is 12.32%
  • magenta value is 5.07%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(12,5,0,46)
C12M5Y0K46 
(12%,5%,0%,46%)
(0.12/0.05/0.00/0.46)	

CMYK percentages

%12.32
%5.07
%0
%45.88

Codes

Color #79838A in popluar color models

79838A
RGB121131138
HSL205°6.77%50.78%
HSB/HSV205°12.32%54.12%
CMYK12.32%5.07%0.00%
45.88%

Color #79838A in popluar number systems.

HEX79838A
Decimal121131138
Binary11110011000001110001010
Octal171203212

Shades and tints

Shades of #79838A

#79838A
(121,131,138)
#6E787E
(110,120,126)
#636D72
(99,109,114)
#586266
(88,98,102)
#4D575A
(77,87,90)
#424C4E
(66,76,78)
#374142
(55,65,66)
#2C3636
(44,54,54)
#212B2A
(33,43,42)
#16201E
(22,32,30)
#0B1512
(11,21,18)
#000000
(0,0,0)

Tints of #79838A

#79838A
(121,131,138)
#858E94
(133,142,148)
#91999E
(145,153,158)
#9DA4A8
(157,164,168)
#A9AFB2
(169,175,178)
#B5BABC
(181,186,188)
#C1C5C6
(193,197,198)
#CDD0D0
(205,208,208)
#D9DBDA
(217,219,218)
#E5E6E4
(229,230,228)
#F1F1EE
(241,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79838A; }

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

This text font color is #79838A.


Background Color

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

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

This div background color is #79838A.


Border color

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

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

This div border color is #79838A.


Opacity

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

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

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

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

This text has shadow with #79838A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79838A on black background.


Color preview on white background

This text has color #79838A on white background.



Black color preview on #79838A background

This text has black color on #79838A background.


White color preview on #79838A background

This text has white color on #79838A background.