COLOR #797EA0

HEX: #797EA0 RGB: (121,126,160)

Color info

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

RGB color model

#797EA0 color RGB value is (121,126,160).

RGB: (121,126,160) (47%, 49%, 63%)

RGB channels and saturation

R 121 of 255 = 47%
G 126 of 255 = 49%
B 160 of 255 = 63%

121
126
160

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

Portions of RGB colors in percentages

R + G + B = 121 + 126 + 160 = 407 (100%)
R 121 of 407 ~ 29.73%
G 126 of 407 ~ 30.96%
B 160 of 407 ~ 39.31'%

%29.73
%30.96
%39.31

CMYK color model

#797EA0 color CMYK value is (24,21,0,37).

  • cyan value is 24.38%
  • magenta value is 21.25%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK: (24,21,0,37) C24M21Y0K37 (24%,21%,0%,37%) (0.24/0.21/0.00/0.37) 

CMYK percentages

%24.38
%21.25
%0
%37.25

Codes

Color #797EA0 in popluar color models

79 7E A0
RGB 121 126 160
HSL 232° 17.03% 55.10%
HSB/HSV 232° 24.38% 62.75%
CMYK 24.38% 21.25% 0.00%
37.25%

Color #797EA0 in popluar number systems.

HEX 79 7E A0
Decimal 121 126 160
Binary 1111001 1111110 10100000
Octal 171 176 240

Shades and tints

Shades of #797EA0

#797EA0
(121,126,160)
#6E7392
(110,115,146)
#636884
(99,104,132)
#585D76
(88,93,118)
#4D5268
(77,82,104)
#42475A
(66,71,90)
#373C4C
(55,60,76)
#2C313E
(44,49,62)
#212630
(33,38,48)
#161B22
(22,27,34)
#0B1014
(11,16,20)
#000000
(0,0,0)

Tints of #797EA0

#797EA0
(121,126,160)
#8589A8
(133,137,168)
#9194B0
(145,148,176)
#9D9FB8
(157,159,184)
#A9AAC0
(169,170,192)
#B5B5C8
(181,181,200)
#C1C0D0
(193,192,208)
#CDCBD8
(205,203,216)
#D9D6E0
(217,214,224)
#E5E1E8
(229,225,232)
#F1ECF0
(241,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #797EA0 color. Also use rgb(121,126,160) instead hex code.

Text Font Color

.myTextColor { color: #797EA0; }

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

This text font color is #797EA0.

Background Color

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

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

This div background color is #797EA0.

Border color

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

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

This div border color is #797EA0.

Opacity

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

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

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

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

This text has shadow with #797EA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #797EA0.

Preview

Color preview on black background

This text has color #797EA0 on black background.


Color preview on white background

This text has color #797EA0 on white background.


Black color preview on #797EA0 background

This text has black color on #797EA0 background.


White color preview on #797EA0 background

This text has white color on #797EA0 background.


Related colors

Complementary color

Complementary color for #hex is #86815F.


I love getcolorcode.com

Triadic colors

1 #A0797E and #7EA079 with #797EA0 are triadic colors.

2 #A07E79 and #7E79A0 with #797EA0 are triadic colors.