COLOR #797771

HEX: #797771
RGB: (121,119,113)

Color info

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

RGB color model

#797771 color RGB value is (121,119,113).

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

RGB channels and saturation

R 121 of 255 = 47%
G 119 of 255 = 47%
B 113 of 255 = 44%

121
119
113

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

Portions of RGB colors in percentages

R + G + B =
121 + 119 + 113 = 353 (100%)
R 121 of 353 ~ 34.28%
G 119 of 353 ~ 33.71%
B 113 of 353 ~ 32.01%

%34.28
%33.71
%32.01

CMYK color model

#797771 color CMYK value is (0,2,7,53).

  • cyan value is 0.00%
  • magenta value is 1.65%
  • yellow value is 6.61%
  • key color value is 52.55%
CMYK:
(0,2,7,53)
C0M2Y7K53 
(0%,2%,7%,53%)
(0.00/0.02/0.07/0.53)	

CMYK percentages

%0
%1.65
%6.61
%52.55

Codes

Color #797771 in popluar color models

797771
RGB121119113
HSL45°3.42%45.88%
HSB/HSV45°6.61%47.45%
CMYK0.00%1.65%6.61%
52.55%

Color #797771 in popluar number systems.

HEX797771
Decimal121119113
Binary111100111101111110001
Octal171167161

Shades and tints

Shades of #797771

#797771
(121,119,113)
#6E6D67
(110,109,103)
#63635D
(99,99,93)
#585953
(88,89,83)
#4D4F49
(77,79,73)
#42453F
(66,69,63)
#373B35
(55,59,53)
#2C312B
(44,49,43)
#212721
(33,39,33)
#161D17
(22,29,23)
#0B130D
(11,19,13)
#000000
(0,0,0)

Tints of #797771

#797771
(121,119,113)
#85837D
(133,131,125)
#918F89
(145,143,137)
#9D9B95
(157,155,149)
#A9A7A1
(169,167,161)
#B5B3AD
(181,179,173)
#C1BFB9
(193,191,185)
#CDCBC5
(205,203,197)
#D9D7D1
(217,215,209)
#E5E3DD
(229,227,221)
#F1EFE9
(241,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #797771; }

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

This text font color is #797771.


Background Color

.myBgColor { background-color: #797771; }

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

This div background color is #797771.


Border color

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

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

This div border color is #797771.


Opacity

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

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

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

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

This text has shadow with #797771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #797771 on black background.


Color preview on white background

This text has color #797771 on white background.



Black color preview on #797771 background

This text has black color on #797771 background.


White color preview on #797771 background

This text has white color on #797771 background.