COLOR #796E6B

HEX: #796E6B
RGB: (121,110,107)

Color info

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

RGB color model

#796E6B color RGB value is (121,110,107).

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

RGB channels and saturation

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

121
110
107

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

Portions of RGB colors in percentages

R + G + B =
121 + 110 + 107 = 338 (100%)
R 121 of 338 ~ 35.8%
G 110 of 338 ~ 32.54%
B 107 of 338 ~ 31.66%

%35.8
%32.54
%31.66

CMYK color model

#796E6B color CMYK value is (0,9,12,53).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 11.57%
  • key color value is 52.55%
CMYK:
(0,9,12,53)
C0M9Y12K53 
(0%,9%,12%,53%)
(0.00/0.09/0.12/0.53)	

CMYK percentages

%0
%9.09
%11.57
%52.55

Codes

Color #796E6B in popluar color models

796E6B
RGB121110107
HSL13°6.14%44.71%
HSB/HSV13°11.57%47.45%
CMYK0.00%9.09%11.57%
52.55%

Color #796E6B in popluar number systems.

HEX796E6B
Decimal121110107
Binary111100111011101101011
Octal171156153

Shades and tints

Shades of #796E6B

#796E6B
(121,110,107)
#6E6462
(110,100,98)
#635A59
(99,90,89)
#585050
(88,80,80)
#4D4647
(77,70,71)
#423C3E
(66,60,62)
#373235
(55,50,53)
#2C282C
(44,40,44)
#211E23
(33,30,35)
#16141A
(22,20,26)
#0B0A11
(11,10,17)
#000000
(0,0,0)

Tints of #796E6B

#796E6B
(121,110,107)
#857B78
(133,123,120)
#918885
(145,136,133)
#9D9592
(157,149,146)
#A9A29F
(169,162,159)
#B5AFAC
(181,175,172)
#C1BCB9
(193,188,185)
#CDC9C6
(205,201,198)
#D9D6D3
(217,214,211)
#E5E3E0
(229,227,224)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #796E6B; }

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

This text font color is #796E6B.


Background Color

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

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

This div background color is #796E6B.


Border color

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

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

This div border color is #796E6B.


Opacity

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

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

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

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

This text has shadow with #796E6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796E6B on black background.


Color preview on white background

This text has color #796E6B on white background.



Black color preview on #796E6B background

This text has black color on #796E6B background.


White color preview on #796E6B background

This text has white color on #796E6B background.