COLOR #797A85

HEX: #797A85
RGB: (121,122,133)

Color info

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

RGB color model

#797A85 color RGB value is (121,122,133).

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

RGB channels and saturation

R 121 of 255 = 47%
G 122 of 255 = 48%
B 133 of 255 = 52%

121
122
133

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

Portions of RGB colors in percentages

R + G + B =
121 + 122 + 133 = 376 (100%)
R 121 of 376 ~ 32.18%
G 122 of 376 ~ 32.45%
B 133 of 376 ~ 35.37%

%32.18
%32.45
%35.37

CMYK color model

#797A85 color CMYK value is (9,8,0,48).

  • cyan value is 9.02%
  • magenta value is 8.27%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(9,8,0,48)
C9M8Y0K48 
(9%,8%,0%,48%)
(0.09/0.08/0.00/0.48)	

CMYK percentages

%9.02
%8.27
%0
%47.84

Codes

Color #797A85 in popluar color models

797A85
RGB121122133
HSL235°4.72%49.80%
HSB/HSV235°9.02%52.16%
CMYK9.02%8.27%0.00%
47.84%

Color #797A85 in popluar number systems.

HEX797A85
Decimal121122133
Binary1111001111101010000101
Octal171172205

Shades and tints

Shades of #797A85

#797A85
(121,122,133)
#6E6F79
(110,111,121)
#63646D
(99,100,109)
#585961
(88,89,97)
#4D4E55
(77,78,85)
#424349
(66,67,73)
#37383D
(55,56,61)
#2C2D31
(44,45,49)
#212225
(33,34,37)
#161719
(22,23,25)
#0B0C0D
(11,12,13)
#000000
(0,0,0)

Tints of #797A85

#797A85
(121,122,133)
#858690
(133,134,144)
#91929B
(145,146,155)
#9D9EA6
(157,158,166)
#A9AAB1
(169,170,177)
#B5B6BC
(181,182,188)
#C1C2C7
(193,194,199)
#CDCED2
(205,206,210)
#D9DADD
(217,218,221)
#E5E6E8
(229,230,232)
#F1F2F3
(241,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #797A85; }

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

This text font color is #797A85.


Background Color

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

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

This div background color is #797A85.


Border color

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

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

This div border color is #797A85.


Opacity

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

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

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

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

This text has shadow with #797A85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #797A85 on black background.


Color preview on white background

This text has color #797A85 on white background.



Black color preview on #797A85 background

This text has black color on #797A85 background.


White color preview on #797A85 background

This text has white color on #797A85 background.