COLOR #796E6D

HEX: #796E6D
RGB: (121,110,109)

Color info

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

RGB color model

#796E6D color RGB value is (121,110,109).

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

RGB channels and saturation

R 121 of 255 = 47%
G 110 of 255 = 43%
B 109 of 255 = 43%

121
110
109

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

Portions of RGB colors in percentages

R + G + B =
121 + 110 + 109 = 340 (100%)
R 121 of 340 ~ 35.59%
G 110 of 340 ~ 32.35%
B 109 of 340 ~ 32.06%

%35.59
%32.35
%32.06

CMYK color model

#796E6D color CMYK value is (0,9,10,53).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 9.92%
  • key color value is 52.55%
CMYK:
(0,9,10,53)
C0M9Y10K53 
(0%,9%,10%,53%)
(0.00/0.09/0.10/0.53)	

CMYK percentages

%0
%9.09
%9.92
%52.55

Codes

Color #796E6D in popluar color models

796E6D
RGB121110109
HSL5.22%45.10%
HSB/HSV9.92%47.45%
CMYK0.00%9.09%9.92%
52.55%

Color #796E6D in popluar number systems.

HEX796E6D
Decimal121110109
Binary111100111011101101101
Octal171156155

Shades and tints

Shades of #796E6D

#796E6D
(121,110,109)
#6E6464
(110,100,100)
#635A5B
(99,90,91)
#585052
(88,80,82)
#4D4649
(77,70,73)
#423C40
(66,60,64)
#373237
(55,50,55)
#2C282E
(44,40,46)
#211E25
(33,30,37)
#16141C
(22,20,28)
#0B0A13
(11,10,19)
#000000
(0,0,0)

Tints of #796E6D

#796E6D
(121,110,109)
#857B7A
(133,123,122)
#918887
(145,136,135)
#9D9594
(157,149,148)
#A9A2A1
(169,162,161)
#B5AFAE
(181,175,174)
#C1BCBB
(193,188,187)
#CDC9C8
(205,201,200)
#D9D6D5
(217,214,213)
#E5E3E2
(229,227,226)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #796E6D; }

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

This text font color is #796E6D.


Background Color

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

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

This div background color is #796E6D.


Border color

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

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

This div border color is #796E6D.


Opacity

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

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

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

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

This text has shadow with #796E6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796E6D on black background.


Color preview on white background

This text has color #796E6D on white background.



Black color preview on #796E6D background

This text has black color on #796E6D background.


White color preview on #796E6D background

This text has white color on #796E6D background.