COLOR #797982

HEX: #797982 RGB: (121,121,130)

Color info

#797982 contains red, green and blue colors in about the same proportion. Web safe color of #797982 is #666699 (or #669).

RGB color model

#797982 color RGB value is (121,121,130).

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

RGB channels and saturation

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

121
121
130

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

Portions of RGB colors in percentages

R + G + B = 121 + 121 + 130 = 372 (100%)
R 121 of 372 ~ 32.53%
G 121 of 372 ~ 32.53%
B 130 of 372 ~ 34.95'%

%32.53
%32.53
%34.95

CMYK color model

#797982 color CMYK value is (7,7,0,49).

  • cyan value is 6.92%
  • magenta value is 6.92%
  • yellow value is 0.00%
  • key color value is 49.02%

CMYK: (7,7,0,49)
C7M7Y0K49 (7%, 7%, 0%, 49%)
(0.07 / 0.07 / 0.00 / 0.49)

CMYK percentages

%6.92
%6.92
%0
%49.02

Codes

Color #797982 in popluar color models

79 79 82
RGB 121 121 130
HSL 240° 3.59% 49.22%
HSB/HSV 240° 6.92% 50.98%
CMYK 6.92% 6.92% 0.00%
49.02%

Color #797982 in popluar number systems.

HEX 79 79 82
Decimal 121 121 130
Binary 1111001 1111001 10000010
Octal 171 171 202

Shades and tints

Shades of #797982

#797982
(121,121,130)
#6E6E77
(110,110,119)
#63636C
(99,99,108)
#585861
(88,88,97)
#4D4D56
(77,77,86)
#42424B
(66,66,75)
#373740
(55,55,64)
#2C2C35
(44,44,53)
#21212A
(33,33,42)
#16161F
(22,22,31)
#0B0B14
(11,11,20)
#000000
(0,0,0)

Tints of #797982

#797982
(121,121,130)
#85858D
(133,133,141)
#919198
(145,145,152)
#9D9DA3
(157,157,163)
#A9A9AE
(169,169,174)
#B5B5B9
(181,181,185)
#C1C1C4
(193,193,196)
#CDCDCF
(205,205,207)
#D9D9DA
(217,217,218)
#E5E5E5
(229,229,229)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #797982; }

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

This text font color is #797982.

Background Color

.myBgColor { background-color: #797982; }

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

This div background color is #797982.

Border color

.myBorderColor { border: 1px solid #797982; }

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

This div border color is #797982.

Opacity

.myOpacity80 { color: #797982; opacity: 0.8; }

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

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

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

This text has shadow with #797982 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #797982.

Preview

Color preview on black background

This text has color #797982 on black background.


Color preview on white background

This text has color #797982 on white background.


Black color preview on #797982 background

This text has black color on #797982 background.


White color preview on #797982 background

This text has white color on #797982 background.


Related colors

Complementary color

Complementary color for #hex is #86867D.


I love getcolorcode.com