COLOR #796D70

HEX: #796D70 RGB: (121,109,112)

Color info

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

RGB color model

#796D70 color RGB value is (121,109,112).

RGB: (121,109,112) (47%, 43%, 44%)

RGB channels and saturation

R 121 of 255 = 47%
G 109 of 255 = 43%
B 112 of 255 = 44%

121
109
112

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

Portions of RGB colors in percentages

R + G + B = 121 + 109 + 112 = 342 (100%)
R 121 of 342 ~ 35.38%
G 109 of 342 ~ 31.87%
B 112 of 342 ~ 32.75'%

%35.38
%31.87
%32.75

CMYK color model

#796D70 color CMYK value is (0,10,7,53).

  • cyan value is 0.00%
  • magenta value is 9.92%
  • yellow value is 7.44%
  • key color value is 52.55%

CMYK: (0,10,7,53)
C0M10Y7K53 (0%, 10%, 7%, 53%)
(0.00 / 0.10 / 0.07 / 0.53)

CMYK percentages

%0
%9.92
%7.44
%52.55

Codes

Color #796D70 in popluar color models

79 6D 70
RGB 121 109 112
HSL 345° 5.22% 45.10%
HSB/HSV 345° 9.92% 47.45%
CMYK 0.00% 9.92% 7.44%
52.55%

Color #796D70 in popluar number systems.

HEX 79 6D 70
Decimal 121 109 112
Binary 1111001 1101101 1110000
Octal 171 155 160

Shades and tints

Shades of #796D70

#796D70
(121,109,112)
#6E6466
(110,100,102)
#635B5C
(99,91,92)
#585252
(88,82,82)
#4D4948
(77,73,72)
#42403E
(66,64,62)
#373734
(55,55,52)
#2C2E2A
(44,46,42)
#212520
(33,37,32)
#161C16
(22,28,22)
#0B130C
(11,19,12)
#000000
(0,0,0)

Tints of #796D70

#796D70
(121,109,112)
#857A7D
(133,122,125)
#91878A
(145,135,138)
#9D9497
(157,148,151)
#A9A1A4
(169,161,164)
#B5AEB1
(181,174,177)
#C1BBBE
(193,187,190)
#CDC8CB
(205,200,203)
#D9D5D8
(217,213,216)
#E5E2E5
(229,226,229)
#F1EFF2
(241,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #796D70; }

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

This text font color is #796D70.

Background Color

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

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

This div background color is #796D70.

Border color

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

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

This div border color is #796D70.

Opacity

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

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

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

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

This text has shadow with #796D70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #796D70.

Preview

Color preview on black background

This text has color #796D70 on black background.


Color preview on white background

This text has color #796D70 on white background.


Black color preview on #796D70 background

This text has black color on #796D70 background.


White color preview on #796D70 background

This text has white color on #796D70 background.


Related colors

Complementary color

Complementary color for #hex is #86928F.


I love getcolorcode.com

Triadic colors

1 #70796D and #6D7079 with #796D70 are triadic colors.

2 #706D79 and #6D7970 with #796D70 are triadic colors.