COLOR #797690

HEX: #797690
RGB: (121,118,144)

Color info

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

RGB color model

#797690 color RGB value is (121,118,144).

  • red value is 121;
  • green value is 118;
  • blue value is 144.
RGB:
(121,118,144)
(47%,46%,56%)

RGB channels and saturation

R 121 of 255 = 47%
G 118 of 255 = 46%
B 144 of 255 = 56%

121
118
144

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

Portions of RGB colors in percentages

R + G + B =
121 + 118 + 144 = 383 (100%)
R 121 of 383 ~ 31.59%
G 118 of 383 ~ 30.81%
B 144 of 383 ~ 37.6%

%31.59
%30.81
%37.6

CMYK color model

#797690 color CMYK value is (16,18,0,44).

  • cyan value is 15.97%
  • magenta value is 18.06%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(16,18,0,44)
C16M18Y0K44 
(16%,18%,0%,44%)
(0.16/0.18/0.00/0.44)	

CMYK percentages

%15.97
%18.06
%0
%43.53

Codes

Color #797690 in popluar color models

797690
RGB121118144
HSL247°10.48%51.37%
HSB/HSV247°18.06%56.47%
CMYK15.97%18.06%0.00%
43.53%

Color #797690 in popluar number systems.

HEX797690
Decimal121118144
Binary1111001111011010010000
Octal171166220

Shades and tints

Shades of #797690

#797690
(121,118,144)
#6E6C83
(110,108,131)
#636276
(99,98,118)
#585869
(88,88,105)
#4D4E5C
(77,78,92)
#42444F
(66,68,79)
#373A42
(55,58,66)
#2C3035
(44,48,53)
#212628
(33,38,40)
#161C1B
(22,28,27)
#0B120E
(11,18,14)
#000000
(0,0,0)

Tints of #797690

#797690
(121,118,144)
#85829A
(133,130,154)
#918EA4
(145,142,164)
#9D9AAE
(157,154,174)
#A9A6B8
(169,166,184)
#B5B2C2
(181,178,194)
#C1BECC
(193,190,204)
#CDCAD6
(205,202,214)
#D9D6E0
(217,214,224)
#E5E2EA
(229,226,234)
#F1EEF4
(241,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #797690; }

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

This text font color is #797690.


Background Color

.myBgColor { background-color: #797690; }

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

This div background color is #797690.


Border color

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

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

This div border color is #797690.


Opacity

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

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

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

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

This text has shadow with #797690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #797690 on black background.


Color preview on white background

This text has color #797690 on white background.



Black color preview on #797690 background

This text has black color on #797690 background.


White color preview on #797690 background

This text has white color on #797690 background.