COLOR #79828D

HEX: #79828D
RGB: (121,130,141)

Color info

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

RGB color model

#79828D color RGB value is (121,130,141).

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

RGB channels and saturation

R 121 of 255 = 47%
G 130 of 255 = 51%
B 141 of 255 = 55%

121
130
141

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

Portions of RGB colors in percentages

R + G + B =
121 + 130 + 141 = 392 (100%)
R 121 of 392 ~ 30.87%
G 130 of 392 ~ 33.16%
B 141 of 392 ~ 35.97%

%30.87
%33.16
%35.97

CMYK color model

#79828D color CMYK value is (14,8,0,45).

  • cyan value is 14.18%
  • magenta value is 7.80%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(14,8,0,45)
C14M8Y0K45 
(14%,8%,0%,45%)
(0.14/0.08/0.00/0.45)	

CMYK percentages

%14.18
%7.8
%0
%44.71

Codes

Color #79828D in popluar color models

79828D
RGB121130141
HSL213°8.06%51.37%
HSB/HSV213°14.18%55.29%
CMYK14.18%7.80%0.00%
44.71%

Color #79828D in popluar number systems.

HEX79828D
Decimal121130141
Binary11110011000001010001101
Octal171202215

Shades and tints

Shades of #79828D

#79828D
(121,130,141)
#6E7781
(110,119,129)
#636C75
(99,108,117)
#586169
(88,97,105)
#4D565D
(77,86,93)
#424B51
(66,75,81)
#374045
(55,64,69)
#2C3539
(44,53,57)
#212A2D
(33,42,45)
#161F21
(22,31,33)
#0B1415
(11,20,21)
#000000
(0,0,0)

Tints of #79828D

#79828D
(121,130,141)
#858D97
(133,141,151)
#9198A1
(145,152,161)
#9DA3AB
(157,163,171)
#A9AEB5
(169,174,181)
#B5B9BF
(181,185,191)
#C1C4C9
(193,196,201)
#CDCFD3
(205,207,211)
#D9DADD
(217,218,221)
#E5E5E7
(229,229,231)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79828D color. Also use rgb(121,130,141) instead hex code.

Text Font Color

.myTextColor { color: #79828D; }

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

This text font color is #79828D.


Background Color

.myBgColor { background-color: #79828D; }

<div style="background-color:#79828D">Inner text</div>

This div background color is #79828D.


Border color

.myBorderColor { border: 1px solid #79828D; }

<div style="border:3px solid #79828D">Div</div>

This div border color is #79828D.


Opacity

.myOpacity80 { color: #79828D; opacity: 0.8; }

<p style="color:#79828D;opacity:0.8;">80%</p>

Text with #79828D 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 #79828D;}

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

This text has shadow with #79828D color.

.textShadow {text-shadow: 3px 3px 1px #79828D, 3px 3px 1px red;}

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

This text has shadow with #79828D primary color and red secondary color.


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

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

This text has shadow with #79828D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79828D on black background.


Color preview on white background

This text has color #79828D on white background.



Black color preview on #79828D background

This text has black color on #79828D background.


White color preview on #79828D background

This text has white color on #79828D background.