COLOR #797371

HEX: #797371
RGB: (121,115,113)

Color info

#797371 contains red, green and blue colors in about the same proportion. Web safe color of #797371 is #666666 (or #666).

RGB color model

#797371 color RGB value is (121,115,113).

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

RGB channels and saturation

R 121 of 255 = 47%
G 115 of 255 = 45%
B 113 of 255 = 44%

121
115
113

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

Portions of RGB colors in percentages

R + G + B =
121 + 115 + 113 = 349 (100%)
R 121 of 349 ~ 34.67%
G 115 of 349 ~ 32.95%
B 113 of 349 ~ 32.38%

%34.67
%32.95
%32.38

CMYK color model

#797371 color CMYK value is (0,5,7,53).

  • cyan value is 0.00%
  • magenta value is 4.96%
  • yellow value is 6.61%
  • key color value is 52.55%
CMYK:
(0,5,7,53)
C0M5Y7K53 
(0%,5%,7%,53%)
(0.00/0.05/0.07/0.53)	

CMYK percentages

%0
%4.96
%6.61
%52.55

Codes

Color #797371 in popluar color models

797371
RGB121115113
HSL15°3.42%45.88%
HSB/HSV15°6.61%47.45%
CMYK0.00%4.96%6.61%
52.55%

Color #797371 in popluar number systems.

HEX797371
Decimal121115113
Binary111100111100111110001
Octal171163161

Shades and tints

Shades of #797371

#797371
(121,115,113)
#6E6967
(110,105,103)
#635F5D
(99,95,93)
#585553
(88,85,83)
#4D4B49
(77,75,73)
#42413F
(66,65,63)
#373735
(55,55,53)
#2C2D2B
(44,45,43)
#212321
(33,35,33)
#161917
(22,25,23)
#0B0F0D
(11,15,13)
#000000
(0,0,0)

Tints of #797371

#797371
(121,115,113)
#857F7D
(133,127,125)
#918B89
(145,139,137)
#9D9795
(157,151,149)
#A9A3A1
(169,163,161)
#B5AFAD
(181,175,173)
#C1BBB9
(193,187,185)
#CDC7C5
(205,199,197)
#D9D3D1
(217,211,209)
#E5DFDD
(229,223,221)
#F1EBE9
(241,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #797371; }

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

This text font color is #797371.


Background Color

.myBgColor { background-color: #797371; }

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

This div background color is #797371.


Border color

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

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

This div border color is #797371.


Opacity

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

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

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

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

This text has shadow with #797371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #797371 on black background.


Color preview on white background

This text has color #797371 on white background.



Black color preview on #797371 background

This text has black color on #797371 background.


White color preview on #797371 background

This text has white color on #797371 background.