COLOR #797C8D

HEX: #797C8D
RGB: (121,124,141)

Color info

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

RGB color model

#797C8D color RGB value is (121,124,141).

  • red value is 121;
  • green value is 124;
  • blue value is 141.
RGB:
(121,124,141)
(47%,49%,55%)

RGB channels and saturation

R 121 of 255 = 47%
G 124 of 255 = 49%
B 141 of 255 = 55%

121
124
141

R + G + B ~ 50%. #797C8D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 124 + 141 = 386 (100%)
R 121 of 386 ~ 31.35%
G 124 of 386 ~ 32.12%
B 141 of 386 ~ 36.53%

%31.35
%32.12
%36.53

CMYK color model

#797C8D color CMYK value is (14,12,0,45).

  • cyan value is 14.18%
  • magenta value is 12.06%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(14,12,0,45)
C14M12Y0K45 
(14%,12%,0%,45%)
(0.14/0.12/0.00/0.45)	

CMYK percentages

%14.18
%12.06
%0
%44.71

Codes

Color #797C8D in popluar color models

797C8D
RGB121124141
HSL231°8.06%51.37%
HSB/HSV231°14.18%55.29%
CMYK14.18%12.06%0.00%
44.71%

Color #797C8D in popluar number systems.

HEX797C8D
Decimal121124141
Binary1111001111110010001101
Octal171174215

Shades and tints

Shades of #797C8D

#797C8D
(121,124,141)
#6E7181
(110,113,129)
#636675
(99,102,117)
#585B69
(88,91,105)
#4D505D
(77,80,93)
#424551
(66,69,81)
#373A45
(55,58,69)
#2C2F39
(44,47,57)
#21242D
(33,36,45)
#161921
(22,25,33)
#0B0E15
(11,14,21)
#000000
(0,0,0)

Tints of #797C8D

#797C8D
(121,124,141)
#858797
(133,135,151)
#9192A1
(145,146,161)
#9D9DAB
(157,157,171)
#A9A8B5
(169,168,181)
#B5B3BF
(181,179,191)
#C1BEC9
(193,190,201)
#CDC9D3
(205,201,211)
#D9D4DD
(217,212,221)
#E5DFE7
(229,223,231)
#F1EAF1
(241,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #797C8D color. Also use rgb(121,124,141) instead hex code.

Text Font Color

.myTextColor { color: #797C8D; }

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

This text font color is #797C8D.


Background Color

.myBgColor { background-color: #797C8D; }

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

This div background color is #797C8D.


Border color

.myBorderColor { border: 1px solid #797C8D; }

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

This div border color is #797C8D.


Opacity

.myOpacity80 { color: #797C8D; opacity: 0.8; }

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

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

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

This text has shadow with #797C8D color.

.textShadow {text-shadow: 3px 3px 1px #797C8D, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #797C8D on black background.


Color preview on white background

This text has color #797C8D on white background.



Black color preview on #797C8D background

This text has black color on #797C8D background.


White color preview on #797C8D background

This text has white color on #797C8D background.