COLOR #797A86

HEX: #797A86
RGB: (121,122,134)

Color info

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

RGB color model

#797A86 color RGB value is (121,122,134).

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

RGB channels and saturation

R 121 of 255 = 47%
G 122 of 255 = 48%
B 134 of 255 = 53%

121
122
134

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

Portions of RGB colors in percentages

R + G + B =
121 + 122 + 134 = 377 (100%)
R 121 of 377 ~ 32.1%
G 122 of 377 ~ 32.36%
B 134 of 377 ~ 35.54%

%32.1
%32.36
%35.54

CMYK color model

#797A86 color CMYK value is (10,9,0,47).

  • cyan value is 9.70%
  • magenta value is 8.96%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(10,9,0,47)
C10M9Y0K47 
(10%,9%,0%,47%)
(0.10/0.09/0.00/0.47)	

CMYK percentages

%9.7
%8.96
%0
%47.45

Codes

Color #797A86 in popluar color models

797A86
RGB121122134
HSL235°5.10%50.00%
HSB/HSV235°9.70%52.55%
CMYK9.70%8.96%0.00%
47.45%

Color #797A86 in popluar number systems.

HEX797A86
Decimal121122134
Binary1111001111101010000110
Octal171172206

Shades and tints

Shades of #797A86

#797A86
(121,122,134)
#6E6F7A
(110,111,122)
#63646E
(99,100,110)
#585962
(88,89,98)
#4D4E56
(77,78,86)
#42434A
(66,67,74)
#37383E
(55,56,62)
#2C2D32
(44,45,50)
#212226
(33,34,38)
#16171A
(22,23,26)
#0B0C0E
(11,12,14)
#000000
(0,0,0)

Tints of #797A86

#797A86
(121,122,134)
#858691
(133,134,145)
#91929C
(145,146,156)
#9D9EA7
(157,158,167)
#A9AAB2
(169,170,178)
#B5B6BD
(181,182,189)
#C1C2C8
(193,194,200)
#CDCED3
(205,206,211)
#D9DADE
(217,218,222)
#E5E6E9
(229,230,233)
#F1F2F4
(241,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #797A86; }

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

This text font color is #797A86.


Background Color

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

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

This div background color is #797A86.


Border color

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

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

This div border color is #797A86.


Opacity

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

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

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

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

This text has shadow with #797A86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #797A86 on black background.


Color preview on white background

This text has color #797A86 on white background.



Black color preview on #797A86 background

This text has black color on #797A86 background.


White color preview on #797A86 background

This text has white color on #797A86 background.