COLOR #797874

HEX: #797874
RGB: (121,120,116)

Color info

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

RGB color model

#797874 color RGB value is (121,120,116).

  • red value is 121;
  • green value is 120;
  • blue value is 116.
RGB:
(121,120,116)
(47%,47%,45%)

RGB channels and saturation

R 121 of 255 = 47%
G 120 of 255 = 47%
B 116 of 255 = 45%

121
120
116

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

Portions of RGB colors in percentages

R + G + B =
121 + 120 + 116 = 357 (100%)
R 121 of 357 ~ 33.89%
G 120 of 357 ~ 33.61%
B 116 of 357 ~ 32.49%

%33.89
%33.61
%32.49

CMYK color model

#797874 color CMYK value is (0,1,4,53).

  • cyan value is 0.00%
  • magenta value is 0.83%
  • yellow value is 4.13%
  • key color value is 52.55%
CMYK:
(0,1,4,53)
C0M1Y4K53 
(0%,1%,4%,53%)
(0.00/0.01/0.04/0.53)	

CMYK percentages

%0
%0.83
%4.13
%52.55

Codes

Color #797874 in popluar color models

797874
RGB121120116
HSL48°2.11%46.47%
HSB/HSV48°4.13%47.45%
CMYK0.00%0.83%4.13%
52.55%

Color #797874 in popluar number systems.

HEX797874
Decimal121120116
Binary111100111110001110100
Octal171170164

Shades and tints

Shades of #797874

#797874
(121,120,116)
#6E6E6A
(110,110,106)
#636460
(99,100,96)
#585A56
(88,90,86)
#4D504C
(77,80,76)
#424642
(66,70,66)
#373C38
(55,60,56)
#2C322E
(44,50,46)
#212824
(33,40,36)
#161E1A
(22,30,26)
#0B1410
(11,20,16)
#000000
(0,0,0)

Tints of #797874

#797874
(121,120,116)
#858480
(133,132,128)
#91908C
(145,144,140)
#9D9C98
(157,156,152)
#A9A8A4
(169,168,164)
#B5B4B0
(181,180,176)
#C1C0BC
(193,192,188)
#CDCCC8
(205,204,200)
#D9D8D4
(217,216,212)
#E5E4E0
(229,228,224)
#F1F0EC
(241,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #797874 color. Also use rgb(121,120,116) instead hex code.

Text Font Color

.myTextColor { color: #797874; }

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

This text font color is #797874.


Background Color

.myBgColor { background-color: #797874; }

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

This div background color is #797874.


Border color

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

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

This div border color is #797874.


Opacity

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

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

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

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

This text has shadow with #797874 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #797874 on black background.


Color preview on white background

This text has color #797874 on white background.



Black color preview on #797874 background

This text has black color on #797874 background.


White color preview on #797874 background

This text has white color on #797874 background.