COLOR #79828B

HEX: #79828B RGB: (121,130,139)

Color info

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

RGB color model

#79828B color RGB value is (121,130,139).

RGB: (121,130,139) (47%, 51%, 55%)

RGB channels and saturation

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

121
130
139

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

Portions of RGB colors in percentages

R + G + B = 121 + 130 + 139 = 390 (100%)
R 121 of 390 ~ 31.03%
G 130 of 390 ~ 33.33%
B 139 of 390 ~ 35.64'%

%31.03
%33.33
%35.64

CMYK color model

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

  • cyan value is 12.95%
  • magenta value is 6.47%
  • 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
%6.47
%0
%45.49

Codes

Color #79828B in popluar color models

79 82 8B
RGB 121 130 139
HSL 210° 7.20% 50.98%
HSB/HSV 210° 12.95% 54.51%
CMYK 12.95% 6.47% 0.00%
45.49%

Color #79828B in popluar number systems.

HEX 79 82 8B
Decimal 121 130 139
Binary 1111001 10000010 10001011
Octal 171 202 213

Shades and tints

Shades of #79828B

#79828B
(121,130,139)
#6E777F
(110,119,127)
#636C73
(99,108,115)
#586167
(88,97,103)
#4D565B
(77,86,91)
#424B4F
(66,75,79)
#374043
(55,64,67)
#2C3537
(44,53,55)
#212A2B
(33,42,43)
#161F1F
(22,31,31)
#0B1413
(11,20,19)
#000000
(0,0,0)

Tints of #79828B

#79828B
(121,130,139)
#858D95
(133,141,149)
#91989F
(145,152,159)
#9DA3A9
(157,163,169)
#A9AEB3
(169,174,179)
#B5B9BD
(181,185,189)
#C1C4C7
(193,196,199)
#CDCFD1
(205,207,209)
#D9DADB
(217,218,219)
#E5E5E5
(229,229,229)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79828B; }

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

This text font color is #79828B.

Background Color

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

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

This div background color is #79828B.

Border color

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

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

This div border color is #79828B.

Opacity

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

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

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

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

This text has shadow with #79828B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79828B.

Preview

Color preview on black background

This text has color #79828B on black background.


Color preview on white background

This text has color #79828B on white background.


Black color preview on #79828B background

This text has black color on #79828B background.


White color preview on #79828B background

This text has white color on #79828B background.


Related colors

Complementary color

Complementary color for #hex is #867D74.


I love getcolorcode.com

Triadic colors

1 #8B7982 and #828B79 with #79828B are triadic colors.

2 #8B8279 and #82798B with #79828B are triadic colors.