COLOR #79829F

HEX: #79829F
RGB: (121,130,159)

Color info

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

RGB color model

#79829F color RGB value is (121,130,159).

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

RGB channels and saturation

R 121 of 255 = 47%
G 130 of 255 = 51%
B 159 of 255 = 62%

121
130
159

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

Portions of RGB colors in percentages

R + G + B =
121 + 130 + 159 = 410 (100%)
R 121 of 410 ~ 29.51%
G 130 of 410 ~ 31.71%
B 159 of 410 ~ 38.78%

%29.51
%31.71
%38.78

CMYK color model

#79829F color CMYK value is (24,18,0,38).

  • cyan value is 23.90%
  • magenta value is 18.24%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(24,18,0,38)
C24M18Y0K38 
(24%,18%,0%,38%)
(0.24/0.18/0.00/0.38)	

CMYK percentages

%23.9
%18.24
%0
%37.65

Codes

Color #79829F in popluar color models

79829F
RGB121130159
HSL226°16.52%54.90%
HSB/HSV226°23.90%62.35%
CMYK23.90%18.24%0.00%
37.65%

Color #79829F in popluar number systems.

HEX79829F
Decimal121130159
Binary11110011000001010011111
Octal171202237

Shades and tints

Shades of #79829F

#79829F
(121,130,159)
#6E7791
(110,119,145)
#636C83
(99,108,131)
#586175
(88,97,117)
#4D5667
(77,86,103)
#424B59
(66,75,89)
#37404B
(55,64,75)
#2C353D
(44,53,61)
#212A2F
(33,42,47)
#161F21
(22,31,33)
#0B1413
(11,20,19)
#000000
(0,0,0)

Tints of #79829F

#79829F
(121,130,159)
#858DA7
(133,141,167)
#9198AF
(145,152,175)
#9DA3B7
(157,163,183)
#A9AEBF
(169,174,191)
#B5B9C7
(181,185,199)
#C1C4CF
(193,196,207)
#CDCFD7
(205,207,215)
#D9DADF
(217,218,223)
#E5E5E7
(229,229,231)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79829F; }

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

This text font color is #79829F.


Background Color

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

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

This div background color is #79829F.


Border color

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

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

This div border color is #79829F.


Opacity

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

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

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

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

This text has shadow with #79829F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79829F on black background.


Color preview on white background

This text has color #79829F on white background.



Black color preview on #79829F background

This text has black color on #79829F background.


White color preview on #79829F background

This text has white color on #79829F background.