COLOR #796E67

HEX: #796E67 RGB: (121,110,103)

Color info

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

RGB color model

#796E67 color RGB value is (121,110,103).

RGB: (121,110,103) (47%, 43%, 40%)

RGB channels and saturation

R 121 of 255 = 47%
G 110 of 255 = 43%
B 103 of 255 = 40%

121
110
103

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

Portions of RGB colors in percentages

R + G + B = 121 + 110 + 103 = 334 (100%)
R 121 of 334 ~ 36.23%
G 110 of 334 ~ 32.93%
B 103 of 334 ~ 30.84'%

%36.23
%32.93
%30.84

CMYK color model

#796E67 color CMYK value is (0,9,15,53).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 14.88%
  • key color value is 52.55%

CMYK: (0,9,15,53)
C0M9Y15K53 (0%, 9%, 15%, 53%)
(0.00 / 0.09 / 0.15 / 0.53)

CMYK percentages

%0
%9.09
%14.88
%52.55

Codes

Color #796E67 in popluar color models

79 6E 67
RGB 121 110 103
HSL 23° 8.04% 43.92%
HSB/HSV 23° 14.88% 47.45%
CMYK 0.00% 9.09% 14.88%
52.55%

Color #796E67 in popluar number systems.

HEX 79 6E 67
Decimal 121 110 103
Binary 1111001 1101110 1100111
Octal 171 156 147

Shades and tints

Shades of #796E67

#796E67
(121,110,103)
#6E645E
(110,100,94)
#635A55
(99,90,85)
#58504C
(88,80,76)
#4D4643
(77,70,67)
#423C3A
(66,60,58)
#373231
(55,50,49)
#2C2828
(44,40,40)
#211E1F
(33,30,31)
#161416
(22,20,22)
#0B0A0D
(11,10,13)
#000000
(0,0,0)

Tints of #796E67

#796E67
(121,110,103)
#857B74
(133,123,116)
#918881
(145,136,129)
#9D958E
(157,149,142)
#A9A29B
(169,162,155)
#B5AFA8
(181,175,168)
#C1BCB5
(193,188,181)
#CDC9C2
(205,201,194)
#D9D6CF
(217,214,207)
#E5E3DC
(229,227,220)
#F1F0E9
(241,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #796E67; }

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

This text font color is #796E67.

Background Color

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

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

This div background color is #796E67.

Border color

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

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

This div border color is #796E67.

Opacity

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

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

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

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

This text has shadow with #796E67 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #796E67.

Preview

Color preview on black background

This text has color #796E67 on black background.


Color preview on white background

This text has color #796E67 on white background.


Black color preview on #796E67 background

This text has black color on #796E67 background.


White color preview on #796E67 background

This text has white color on #796E67 background.


Related colors

Complementary color

Complementary color for #hex is #869198.


I love getcolorcode.com

Triadic colors

1 #67796E and #6E6779 with #796E67 are triadic colors.

2 #676E79 and #6E7967 with #796E67 are triadic colors.