COLOR #797C94

HEX: #797C94 RGB: (121,124,148)

Color info

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

RGB color model

#797C94 color RGB value is (121,124,148).

RGB: (121,124,148) (47%, 49%, 58%)

RGB channels and saturation

R 121 of 255 = 47%
G 124 of 255 = 49%
B 148 of 255 = 58%

121
124
148

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

Portions of RGB colors in percentages

R + G + B = 121 + 124 + 148 = 393 (100%)
R 121 of 393 ~ 30.79%
G 124 of 393 ~ 31.55%
B 148 of 393 ~ 37.66'%

%30.79
%31.55
%37.66

CMYK color model

#797C94 color CMYK value is (18,16,0,42).

  • cyan value is 18.24%
  • magenta value is 16.22%
  • yellow value is 0.00%
  • key color value is 41.96%

CMYK: (18,16,0,42)
C18M16Y0K42 (18%, 16%, 0%, 42%)
(0.18 / 0.16 / 0.00 / 0.42)

CMYK percentages

%18.24
%16.22
%0
%41.96

Codes

Color #797C94 in popluar color models

79 7C 94
RGB 121 124 148
HSL 233° 11.20% 52.75%
HSB/HSV 233° 18.24% 58.04%
CMYK 18.24% 16.22% 0.00%
41.96%

Color #797C94 in popluar number systems.

HEX 79 7C 94
Decimal 121 124 148
Binary 1111001 1111100 10010100
Octal 171 174 224

Shades and tints

Shades of #797C94

#797C94
(121,124,148)
#6E7187
(110,113,135)
#63667A
(99,102,122)
#585B6D
(88,91,109)
#4D5060
(77,80,96)
#424553
(66,69,83)
#373A46
(55,58,70)
#2C2F39
(44,47,57)
#21242C
(33,36,44)
#16191F
(22,25,31)
#0B0E12
(11,14,18)
#000000
(0,0,0)

Tints of #797C94

#797C94
(121,124,148)
#85879D
(133,135,157)
#9192A6
(145,146,166)
#9D9DAF
(157,157,175)
#A9A8B8
(169,168,184)
#B5B3C1
(181,179,193)
#C1BECA
(193,190,202)
#CDC9D3
(205,201,211)
#D9D4DC
(217,212,220)
#E5DFE5
(229,223,229)
#F1EAEE
(241,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #797C94; }

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

This text font color is #797C94.

Background Color

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

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

This div background color is #797C94.

Border color

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

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

This div border color is #797C94.

Opacity

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

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

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

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

This text has shadow with #797C94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #797C94.

Preview

Color preview on black background

This text has color #797C94 on black background.


Color preview on white background

This text has color #797C94 on white background.


Black color preview on #797C94 background

This text has black color on #797C94 background.


White color preview on #797C94 background

This text has white color on #797C94 background.


Related colors

Complementary color

Complementary color for #hex is #86836B.


I love getcolorcode.com

Triadic colors

1 #94797C and #7C9479 with #797C94 are triadic colors.

2 #947C79 and #7C7994 with #797C94 are triadic colors.