COLOR #797386

HEX: #797386
RGB: (121,115,134)

Color info

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

RGB color model

#797386 color RGB value is (121,115,134).

  • red value is 121;
  • green value is 115;
  • blue value is 134.
RGB:
(121,115,134)
(47%,45%,53%)

RGB channels and saturation

R 121 of 255 = 47%
G 115 of 255 = 45%
B 134 of 255 = 53%

121
115
134

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

Portions of RGB colors in percentages

R + G + B =
121 + 115 + 134 = 370 (100%)
R 121 of 370 ~ 32.7%
G 115 of 370 ~ 31.08%
B 134 of 370 ~ 36.22%

%32.7
%31.08
%36.22

CMYK color model

#797386 color CMYK value is (10,14,0,47).

  • cyan value is 9.70%
  • magenta value is 14.18%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(10,14,0,47)
C10M14Y0K47 
(10%,14%,0%,47%)
(0.10/0.14/0.00/0.47)	

CMYK percentages

%9.7
%14.18
%0
%47.45

Codes

Color #797386 in popluar color models

797386
RGB121115134
HSL259°7.63%48.82%
HSB/HSV259°14.18%52.55%
CMYK9.70%14.18%0.00%
47.45%

Color #797386 in popluar number systems.

HEX797386
Decimal121115134
Binary1111001111001110000110
Octal171163206

Shades and tints

Shades of #797386

#797386
(121,115,134)
#6E697A
(110,105,122)
#635F6E
(99,95,110)
#585562
(88,85,98)
#4D4B56
(77,75,86)
#42414A
(66,65,74)
#37373E
(55,55,62)
#2C2D32
(44,45,50)
#212326
(33,35,38)
#16191A
(22,25,26)
#0B0F0E
(11,15,14)
#000000
(0,0,0)

Tints of #797386

#797386
(121,115,134)
#857F91
(133,127,145)
#918B9C
(145,139,156)
#9D97A7
(157,151,167)
#A9A3B2
(169,163,178)
#B5AFBD
(181,175,189)
#C1BBC8
(193,187,200)
#CDC7D3
(205,199,211)
#D9D3DE
(217,211,222)
#E5DFE9
(229,223,233)
#F1EBF4
(241,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #797386; }

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

This text font color is #797386.


Background Color

.myBgColor { background-color: #797386; }

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

This div background color is #797386.


Border color

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

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

This div border color is #797386.


Opacity

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

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

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

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

This text has shadow with #797386 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #797386 on black background.


Color preview on white background

This text has color #797386 on white background.



Black color preview on #797386 background

This text has black color on #797386 background.


White color preview on #797386 background

This text has white color on #797386 background.