COLOR #797467

HEX: #797467
RGB: (121,116,103)

Color info

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

RGB color model

#797467 color RGB value is (121,116,103).

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

RGB channels and saturation

R 121 of 255 = 47%
G 116 of 255 = 45%
B 103 of 255 = 40%

121
116
103

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

Portions of RGB colors in percentages

R + G + B =
121 + 116 + 103 = 340 (100%)
R 121 of 340 ~ 35.59%
G 116 of 340 ~ 34.12%
B 103 of 340 ~ 30.29%

%35.59
%34.12
%30.29

CMYK color model

#797467 color CMYK value is (0,4,15,53).

  • cyan value is 0.00%
  • magenta value is 4.13%
  • yellow value is 14.88%
  • key color value is 52.55%
CMYK:
(0,4,15,53)
C0M4Y15K53 
(0%,4%,15%,53%)
(0.00/0.04/0.15/0.53)	

CMYK percentages

%0
%4.13
%14.88
%52.55

Codes

Color #797467 in popluar color models

797467
RGB121116103
HSL43°8.04%43.92%
HSB/HSV43°14.88%47.45%
CMYK0.00%4.13%14.88%
52.55%

Color #797467 in popluar number systems.

HEX797467
Decimal121116103
Binary111100111101001100111
Octal171164147

Shades and tints

Shades of #797467

#797467
(121,116,103)
#6E6A5E
(110,106,94)
#636055
(99,96,85)
#58564C
(88,86,76)
#4D4C43
(77,76,67)
#42423A
(66,66,58)
#373831
(55,56,49)
#2C2E28
(44,46,40)
#21241F
(33,36,31)
#161A16
(22,26,22)
#0B100D
(11,16,13)
#000000
(0,0,0)

Tints of #797467

#797467
(121,116,103)
#858074
(133,128,116)
#918C81
(145,140,129)
#9D988E
(157,152,142)
#A9A49B
(169,164,155)
#B5B0A8
(181,176,168)
#C1BCB5
(193,188,181)
#CDC8C2
(205,200,194)
#D9D4CF
(217,212,207)
#E5E0DC
(229,224,220)
#F1ECE9
(241,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #797467; }

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

This text font color is #797467.


Background Color

.myBgColor { background-color: #797467; }

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

This div background color is #797467.


Border color

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

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

This div border color is #797467.


Opacity

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

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

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

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

This text has shadow with #797467 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #797467 on black background.


Color preview on white background

This text has color #797467 on white background.



Black color preview on #797467 background

This text has black color on #797467 background.


White color preview on #797467 background

This text has white color on #797467 background.