COLOR #797086

HEX: #797086
RGB: (121,112,134)

Color info

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

RGB color model

#797086 color RGB value is (121,112,134).

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

RGB channels and saturation

R 121 of 255 = 47%
G 112 of 255 = 44%
B 134 of 255 = 53%

121
112
134

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

Portions of RGB colors in percentages

R + G + B =
121 + 112 + 134 = 367 (100%)
R 121 of 367 ~ 32.97%
G 112 of 367 ~ 30.52%
B 134 of 367 ~ 36.51%

%32.97
%30.52
%36.51

CMYK color model

#797086 color CMYK value is (10,16,0,47).

  • cyan value is 9.70%
  • magenta value is 16.42%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(10,16,0,47)
C10M16Y0K47 
(10%,16%,0%,47%)
(0.10/0.16/0.00/0.47)	

CMYK percentages

%9.7
%16.42
%0
%47.45

Codes

Color #797086 in popluar color models

797086
RGB121112134
HSL265°8.94%48.24%
HSB/HSV265°16.42%52.55%
CMYK9.70%16.42%0.00%
47.45%

Color #797086 in popluar number systems.

HEX797086
Decimal121112134
Binary1111001111000010000110
Octal171160206

Shades and tints

Shades of #797086

#797086
(121,112,134)
#6E667A
(110,102,122)
#635C6E
(99,92,110)
#585262
(88,82,98)
#4D4856
(77,72,86)
#423E4A
(66,62,74)
#37343E
(55,52,62)
#2C2A32
(44,42,50)
#212026
(33,32,38)
#16161A
(22,22,26)
#0B0C0E
(11,12,14)
#000000
(0,0,0)

Tints of #797086

#797086
(121,112,134)
#857D91
(133,125,145)
#918A9C
(145,138,156)
#9D97A7
(157,151,167)
#A9A4B2
(169,164,178)
#B5B1BD
(181,177,189)
#C1BEC8
(193,190,200)
#CDCBD3
(205,203,211)
#D9D8DE
(217,216,222)
#E5E5E9
(229,229,233)
#F1F2F4
(241,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #797086; }

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

This text font color is #797086.


Background Color

.myBgColor { background-color: #797086; }

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

This div background color is #797086.


Border color

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

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

This div border color is #797086.


Opacity

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

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

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

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

This text has shadow with #797086 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #797086 on black background.


Color preview on white background

This text has color #797086 on white background.



Black color preview on #797086 background

This text has black color on #797086 background.


White color preview on #797086 background

This text has white color on #797086 background.