COLOR #797571

HEX: #797571
RGB: (121,117,113)

Color info

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

RGB color model

#797571 color RGB value is (121,117,113).

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

RGB channels and saturation

R 121 of 255 = 47%
G 117 of 255 = 46%
B 113 of 255 = 44%

121
117
113

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

Portions of RGB colors in percentages

R + G + B =
121 + 117 + 113 = 351 (100%)
R 121 of 351 ~ 34.47%
G 117 of 351 ~ 33.33%
B 113 of 351 ~ 32.19%

%34.47
%33.33
%32.19

CMYK color model

#797571 color CMYK value is (0,3,7,53).

  • cyan value is 0.00%
  • magenta value is 3.31%
  • yellow value is 6.61%
  • key color value is 52.55%
CMYK:
(0,3,7,53)
C0M3Y7K53 
(0%,3%,7%,53%)
(0.00/0.03/0.07/0.53)	

CMYK percentages

%0
%3.31
%6.61
%52.55

Codes

Color #797571 in popluar color models

797571
RGB121117113
HSL30°3.42%45.88%
HSB/HSV30°6.61%47.45%
CMYK0.00%3.31%6.61%
52.55%

Color #797571 in popluar number systems.

HEX797571
Decimal121117113
Binary111100111101011110001
Octal171165161

Shades and tints

Shades of #797571

#797571
(121,117,113)
#6E6B67
(110,107,103)
#63615D
(99,97,93)
#585753
(88,87,83)
#4D4D49
(77,77,73)
#42433F
(66,67,63)
#373935
(55,57,53)
#2C2F2B
(44,47,43)
#212521
(33,37,33)
#161B17
(22,27,23)
#0B110D
(11,17,13)
#000000
(0,0,0)

Tints of #797571

#797571
(121,117,113)
#85817D
(133,129,125)
#918D89
(145,141,137)
#9D9995
(157,153,149)
#A9A5A1
(169,165,161)
#B5B1AD
(181,177,173)
#C1BDB9
(193,189,185)
#CDC9C5
(205,201,197)
#D9D5D1
(217,213,209)
#E5E1DD
(229,225,221)
#F1EDE9
(241,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #797571; }

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

This text font color is #797571.


Background Color

.myBgColor { background-color: #797571; }

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

This div background color is #797571.


Border color

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

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

This div border color is #797571.


Opacity

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

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

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

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

This text has shadow with #797571 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #797571 on black background.


Color preview on white background

This text has color #797571 on white background.



Black color preview on #797571 background

This text has black color on #797571 background.


White color preview on #797571 background

This text has white color on #797571 background.