COLOR #796C68

HEX: #796C68 RGB: (121,108,104)

Color info

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

RGB color model

#796C68 color RGB value is (121,108,104).

RGB: (121,108,104) (47%, 42%, 41%)

RGB channels and saturation

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

121
108
104

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

Portions of RGB colors in percentages

R + G + B = 121 + 108 + 104 = 333 (100%)
R 121 of 333 ~ 36.34%
G 108 of 333 ~ 32.43%
B 104 of 333 ~ 31.23'%

%36.34
%32.43
%31.23

CMYK color model

#796C68 color CMYK value is (0,11,14,53).

  • cyan value is 0.00%
  • magenta value is 10.74%
  • yellow value is 14.05%
  • key color value is 52.55%

CMYK: (0,11,14,53)
C0M11Y14K53 (0%, 11%, 14%, 53%)
(0.00 / 0.11 / 0.14 / 0.53)

CMYK percentages

%0
%10.74
%14.05
%52.55

Codes

Color #796C68 in popluar color models

79 6C 68
RGB 121 108 104
HSL 14° 7.56% 44.12%
HSB/HSV 14° 14.05% 47.45%
CMYK 0.00% 10.74% 14.05%
52.55%

Color #796C68 in popluar number systems.

HEX 79 6C 68
Decimal 121 108 104
Binary 1111001 1101100 1101000
Octal 171 154 150

Shades and tints

Shades of #796C68

#796C68
(121,108,104)
#6E635F
(110,99,95)
#635A56
(99,90,86)
#58514D
(88,81,77)
#4D4844
(77,72,68)
#423F3B
(66,63,59)
#373632
(55,54,50)
#2C2D29
(44,45,41)
#212420
(33,36,32)
#161B17
(22,27,23)
#0B120E
(11,18,14)
#000000
(0,0,0)

Tints of #796C68

#796C68
(121,108,104)
#857975
(133,121,117)
#918682
(145,134,130)
#9D938F
(157,147,143)
#A9A09C
(169,160,156)
#B5ADA9
(181,173,169)
#C1BAB6
(193,186,182)
#CDC7C3
(205,199,195)
#D9D4D0
(217,212,208)
#E5E1DD
(229,225,221)
#F1EEEA
(241,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #796C68; }

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

This text font color is #796C68.

Background Color

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

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

This div background color is #796C68.

Border color

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

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

This div border color is #796C68.

Opacity

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

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

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

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

This text has shadow with #796C68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #796C68.

Preview

Color preview on black background

This text has color #796C68 on black background.


Color preview on white background

This text has color #796C68 on white background.


Black color preview on #796C68 background

This text has black color on #796C68 background.


White color preview on #796C68 background

This text has white color on #796C68 background.


Related colors

Complementary color

Complementary color for #hex is #869397.


I love getcolorcode.com

Triadic colors

1 #68796C and #6C6879 with #796C68 are triadic colors.

2 #686C79 and #6C7968 with #796C68 are triadic colors.