COLOR #796A68

HEX: #796A68
RGB: (121,106,104)

Color info

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

RGB color model

#796A68 color RGB value is (121,106,104).

  • red value is 121;
  • green value is 106;
  • blue value is 104.
RGB:
(121,106,104)
(47%,42%,41%)

RGB channels and saturation

R 121 of 255 = 47%
G 106 of 255 = 42%
B 104 of 255 = 41%

121
106
104

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

Portions of RGB colors in percentages

R + G + B =
121 + 106 + 104 = 331 (100%)
R 121 of 331 ~ 36.56%
G 106 of 331 ~ 32.02%
B 104 of 331 ~ 31.42%

%36.56
%32.02
%31.42

CMYK color model

#796A68 color CMYK value is (0,12,14,53).

  • cyan value is 0.00%
  • magenta value is 12.40%
  • yellow value is 14.05%
  • key color value is 52.55%
CMYK:
(0,12,14,53)
C0M12Y14K53 
(0%,12%,14%,53%)
(0.00/0.12/0.14/0.53)	

CMYK percentages

%0
%12.4
%14.05
%52.55

Codes

Color #796A68 in popluar color models

796A68
RGB121106104
HSL7.56%44.12%
HSB/HSV14.05%47.45%
CMYK0.00%12.40%14.05%
52.55%

Color #796A68 in popluar number systems.

HEX796A68
Decimal121106104
Binary111100111010101101000
Octal171152150

Shades and tints

Shades of #796A68

#796A68
(121,106,104)
#6E615F
(110,97,95)
#635856
(99,88,86)
#584F4D
(88,79,77)
#4D4644
(77,70,68)
#423D3B
(66,61,59)
#373432
(55,52,50)
#2C2B29
(44,43,41)
#212220
(33,34,32)
#161917
(22,25,23)
#0B100E
(11,16,14)
#000000
(0,0,0)

Tints of #796A68

#796A68
(121,106,104)
#857775
(133,119,117)
#918482
(145,132,130)
#9D918F
(157,145,143)
#A99E9C
(169,158,156)
#B5ABA9
(181,171,169)
#C1B8B6
(193,184,182)
#CDC5C3
(205,197,195)
#D9D2D0
(217,210,208)
#E5DFDD
(229,223,221)
#F1ECEA
(241,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #796A68; }

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

This text font color is #796A68.


Background Color

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

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

This div background color is #796A68.


Border color

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

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

This div border color is #796A68.


Opacity

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

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

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

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

This text has shadow with #796A68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796A68 on black background.


Color preview on white background

This text has color #796A68 on white background.



Black color preview on #796A68 background

This text has black color on #796A68 background.


White color preview on #796A68 background

This text has white color on #796A68 background.