COLOR #796D6B

HEX: #796D6B
RGB: (121,109,107)

Color info

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

RGB color model

#796D6B color RGB value is (121,109,107).

  • red value is 121;
  • green value is 109;
  • blue value is 107.
RGB:
(121,109,107)
(47%,43%,42%)

RGB channels and saturation

R 121 of 255 = 47%
G 109 of 255 = 43%
B 107 of 255 = 42%

121
109
107

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

Portions of RGB colors in percentages

R + G + B =
121 + 109 + 107 = 337 (100%)
R 121 of 337 ~ 35.91%
G 109 of 337 ~ 32.34%
B 107 of 337 ~ 31.75%

%35.91
%32.34
%31.75

CMYK color model

#796D6B color CMYK value is (0,10,12,53).

  • cyan value is 0.00%
  • magenta value is 9.92%
  • yellow value is 11.57%
  • key color value is 52.55%
CMYK:
(0,10,12,53)
C0M10Y12K53 
(0%,10%,12%,53%)
(0.00/0.10/0.12/0.53)	

CMYK percentages

%0
%9.92
%11.57
%52.55

Codes

Color #796D6B in popluar color models

796D6B
RGB121109107
HSL6.14%44.71%
HSB/HSV11.57%47.45%
CMYK0.00%9.92%11.57%
52.55%

Color #796D6B in popluar number systems.

HEX796D6B
Decimal121109107
Binary111100111011011101011
Octal171155153

Shades and tints

Shades of #796D6B

#796D6B
(121,109,107)
#6E6462
(110,100,98)
#635B59
(99,91,89)
#585250
(88,82,80)
#4D4947
(77,73,71)
#42403E
(66,64,62)
#373735
(55,55,53)
#2C2E2C
(44,46,44)
#212523
(33,37,35)
#161C1A
(22,28,26)
#0B1311
(11,19,17)
#000000
(0,0,0)

Tints of #796D6B

#796D6B
(121,109,107)
#857A78
(133,122,120)
#918785
(145,135,133)
#9D9492
(157,148,146)
#A9A19F
(169,161,159)
#B5AEAC
(181,174,172)
#C1BBB9
(193,187,185)
#CDC8C6
(205,200,198)
#D9D5D3
(217,213,211)
#E5E2E0
(229,226,224)
#F1EFED
(241,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #796D6B; }

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

This text font color is #796D6B.


Background Color

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

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

This div background color is #796D6B.


Border color

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

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

This div border color is #796D6B.


Opacity

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

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

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

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

This text has shadow with #796D6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796D6B on black background.


Color preview on white background

This text has color #796D6B on white background.



Black color preview on #796D6B background

This text has black color on #796D6B background.


White color preview on #796D6B background

This text has white color on #796D6B background.