COLOR #79828A

HEX: #79828A RGB: (121,130,138)

Color info

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

RGB color model

#79828A color RGB value is (121,130,138).

RGB: (121,130,138) (47%, 51%, 54%)

RGB channels and saturation

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

121
130
138

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

Portions of RGB colors in percentages

R + G + B = 121 + 130 + 138 = 389 (100%)
R 121 of 389 ~ 31.11%
G 130 of 389 ~ 33.42%
B 138 of 389 ~ 35.48'%

%31.11
%33.42
%35.48

CMYK color model

#79828A color CMYK value is (12,6,0,46).

  • cyan value is 12.32%
  • magenta value is 5.80%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (12,6,0,46)
C12M6Y0K46 (12%, 6%, 0%, 46%)
(0.12 / 0.06 / 0.00 / 0.46)

CMYK percentages

%12.32
%5.8
%0
%45.88

Codes

Color #79828A in popluar color models

79 82 8A
RGB 121 130 138
HSL 208° 6.77% 50.78%
HSB/HSV 208° 12.32% 54.12%
CMYK 12.32% 5.80% 0.00%
45.88%

Color #79828A in popluar number systems.

HEX 79 82 8A
Decimal 121 130 138
Binary 1111001 10000010 10001010
Octal 171 202 212

Shades and tints

Shades of #79828A

#79828A
(121,130,138)
#6E777E
(110,119,126)
#636C72
(99,108,114)
#586166
(88,97,102)
#4D565A
(77,86,90)
#424B4E
(66,75,78)
#374042
(55,64,66)
#2C3536
(44,53,54)
#212A2A
(33,42,42)
#161F1E
(22,31,30)
#0B1412
(11,20,18)
#000000
(0,0,0)

Tints of #79828A

#79828A
(121,130,138)
#858D94
(133,141,148)
#91989E
(145,152,158)
#9DA3A8
(157,163,168)
#A9AEB2
(169,174,178)
#B5B9BC
(181,185,188)
#C1C4C6
(193,196,198)
#CDCFD0
(205,207,208)
#D9DADA
(217,218,218)
#E5E5E4
(229,229,228)
#F1F0EE
(241,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79828A; }

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

This text font color is #79828A.

Background Color

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

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

This div background color is #79828A.

Border color

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

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

This div border color is #79828A.

Opacity

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

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

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

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

This text has shadow with #79828A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79828A.

Preview

Color preview on black background

This text has color #79828A on black background.


Color preview on white background

This text has color #79828A on white background.


Black color preview on #79828A background

This text has black color on #79828A background.


White color preview on #79828A background

This text has white color on #79828A background.


Related colors

Complementary color

Complementary color for #hex is #867D75.


I love getcolorcode.com

Triadic colors

1 #8A7982 and #828A79 with #79828A are triadic colors.

2 #8A8279 and #82798A with #79828A are triadic colors.