COLOR #79829E

HEX: #79829E RGB: (121,130,158)

Color info

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

RGB color model

#79829E color RGB value is (121,130,158).

RGB: (121,130,158) (47%, 51%, 62%)

RGB channels and saturation

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

121
130
158

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

Portions of RGB colors in percentages

R + G + B = 121 + 130 + 158 = 409 (100%)
R 121 of 409 ~ 29.58%
G 130 of 409 ~ 31.78%
B 158 of 409 ~ 38.63'%

%29.58
%31.78
%38.63

CMYK color model

#79829E color CMYK value is (23,18,0,38).

  • cyan value is 23.42%
  • magenta value is 17.72%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (23,18,0,38)
C23M18Y0K38 (23%, 18%, 0%, 38%)
(0.23 / 0.18 / 0.00 / 0.38)

CMYK percentages

%23.42
%17.72
%0
%38.04

Codes

Color #79829E in popluar color models

79 82 9E
RGB 121 130 158
HSL 225° 16.02% 54.71%
HSB/HSV 225° 23.42% 61.96%
CMYK 23.42% 17.72% 0.00%
38.04%

Color #79829E in popluar number systems.

HEX 79 82 9E
Decimal 121 130 158
Binary 1111001 10000010 10011110
Octal 171 202 236

Shades and tints

Shades of #79829E

#79829E
(121,130,158)
#6E7790
(110,119,144)
#636C82
(99,108,130)
#586174
(88,97,116)
#4D5666
(77,86,102)
#424B58
(66,75,88)
#37404A
(55,64,74)
#2C353C
(44,53,60)
#212A2E
(33,42,46)
#161F20
(22,31,32)
#0B1412
(11,20,18)
#000000
(0,0,0)

Tints of #79829E

#79829E
(121,130,158)
#858DA6
(133,141,166)
#9198AE
(145,152,174)
#9DA3B6
(157,163,182)
#A9AEBE
(169,174,190)
#B5B9C6
(181,185,198)
#C1C4CE
(193,196,206)
#CDCFD6
(205,207,214)
#D9DADE
(217,218,222)
#E5E5E6
(229,229,230)
#F1F0EE
(241,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79829E; }

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

This text font color is #79829E.

Background Color

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

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

This div background color is #79829E.

Border color

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

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

This div border color is #79829E.

Opacity

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

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

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

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

This text has shadow with #79829E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79829E.

Preview

Color preview on black background

This text has color #79829E on black background.


Color preview on white background

This text has color #79829E on white background.


Black color preview on #79829E background

This text has black color on #79829E background.


White color preview on #79829E background

This text has white color on #79829E background.


Related colors

Complementary color

Complementary color for #hex is #867D61.


I love getcolorcode.com

Triadic colors

1 #9E7982 and #829E79 with #79829E are triadic colors.

2 #9E8279 and #82799E with #79829E are triadic colors.