COLOR #796F79

HEX: #796F79
RGB: (121,111,121)

Color info

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

RGB color model

#796F79 color RGB value is (121,111,121).

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

RGB channels and saturation

R 121 of 255 = 47%
G 111 of 255 = 44%
B 121 of 255 = 47%

121
111
121

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

Portions of RGB colors in percentages

R + G + B =
121 + 111 + 121 = 353 (100%)
R 121 of 353 ~ 34.28%
G 111 of 353 ~ 31.44%
B 121 of 353 ~ 34.28%

%34.28
%31.44
%34.28

CMYK color model

#796F79 color CMYK value is (0,8,0,53).

  • cyan value is 0.00%
  • magenta value is 8.26%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(0,8,0,53)
C0M8Y0K53 
(0%,8%,0%,53%)
(0.00/0.08/0.00/0.53)	

CMYK percentages

%0
%8.26
%0
%52.55

Codes

Color #796F79 in popluar color models

796F79
RGB121111121
HSL300°4.31%45.49%
HSB/HSV300°8.26%47.45%
CMYK0.00%8.26%0.00%
52.55%

Color #796F79 in popluar number systems.

HEX796F79
Decimal121111121
Binary111100111011111111001
Octal171157171

Shades and tints

Shades of #796F79

#796F79
(121,111,121)
#6E656E
(110,101,110)
#635B63
(99,91,99)
#585158
(88,81,88)
#4D474D
(77,71,77)
#423D42
(66,61,66)
#373337
(55,51,55)
#2C292C
(44,41,44)
#211F21
(33,31,33)
#161516
(22,21,22)
#0B0B0B
(11,11,11)
#000000
(0,0,0)

Tints of #796F79

#796F79
(121,111,121)
#857C85
(133,124,133)
#918991
(145,137,145)
#9D969D
(157,150,157)
#A9A3A9
(169,163,169)
#B5B0B5
(181,176,181)
#C1BDC1
(193,189,193)
#CDCACD
(205,202,205)
#D9D7D9
(217,215,217)
#E5E4E5
(229,228,229)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #796F79 color. Also use rgb(121,111,121) instead hex code.

Text Font Color

.myTextColor { color: #796F79; }

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

This text font color is #796F79.


Background Color

.myBgColor { background-color: #796F79; }

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

This div background color is #796F79.


Border color

.myBorderColor { border: 1px solid #796F79; }

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

This div border color is #796F79.


Opacity

.myOpacity80 { color: #796F79; opacity: 0.8; }

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

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

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

This text has shadow with #796F79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796F79 on black background.


Color preview on white background

This text has color #796F79 on white background.



Black color preview on #796F79 background

This text has black color on #796F79 background.


White color preview on #796F79 background

This text has white color on #796F79 background.