COLOR #796A65

HEX: #796A65 RGB: (121,106,101)

Color info

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

RGB color model

#796A65 color RGB value is (121,106,101).

RGB: (121,106,101) (47%, 42%, 40%)

RGB channels and saturation

R 121 of 255 = 47%
G 106 of 255 = 42%
B 101 of 255 = 40%

121
106
101

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

Portions of RGB colors in percentages

R + G + B = 121 + 106 + 101 = 328 (100%)
R 121 of 328 ~ 36.89%
G 106 of 328 ~ 32.32%
B 101 of 328 ~ 30.79'%

%36.89
%32.32
%30.79

CMYK color model

#796A65 color CMYK value is (0,12,17,53).

  • cyan value is 0.00%
  • magenta value is 12.40%
  • yellow value is 16.53%
  • key color value is 52.55%

CMYK: (0,12,17,53)
C0M12Y17K53 (0%, 12%, 17%, 53%)
(0.00 / 0.12 / 0.17 / 0.53)

CMYK percentages

%0
%12.4
%16.53
%52.55

Codes

Color #796A65 in popluar color models

79 6A 65
RGB 121 106 101
HSL 15° 9.01% 43.53%
HSB/HSV 15° 16.53% 47.45%
CMYK 0.00% 12.40% 16.53%
52.55%

Color #796A65 in popluar number systems.

HEX 79 6A 65
Decimal 121 106 101
Binary 1111001 1101010 1100101
Octal 171 152 145

Shades and tints

Shades of #796A65

#796A65
(121,106,101)
#6E615C
(110,97,92)
#635853
(99,88,83)
#584F4A
(88,79,74)
#4D4641
(77,70,65)
#423D38
(66,61,56)
#37342F
(55,52,47)
#2C2B26
(44,43,38)
#21221D
(33,34,29)
#161914
(22,25,20)
#0B100B
(11,16,11)
#000000
(0,0,0)

Tints of #796A65

#796A65
(121,106,101)
#857773
(133,119,115)
#918481
(145,132,129)
#9D918F
(157,145,143)
#A99E9D
(169,158,157)
#B5ABAB
(181,171,171)
#C1B8B9
(193,184,185)
#CDC5C7
(205,197,199)
#D9D2D5
(217,210,213)
#E5DFE3
(229,223,227)
#F1ECF1
(241,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #796A65; }

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

This text font color is #796A65.

Background Color

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

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

This div background color is #796A65.

Border color

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

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

This div border color is #796A65.

Opacity

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

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

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

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

This text has shadow with #796A65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #796A65.

Preview

Color preview on black background

This text has color #796A65 on black background.


Color preview on white background

This text has color #796A65 on white background.


Black color preview on #796A65 background

This text has black color on #796A65 background.


White color preview on #796A65 background

This text has white color on #796A65 background.


Related colors

Complementary color

Complementary color for #hex is #86959A.


I love getcolorcode.com

Triadic colors

1 #65796A and #6A6579 with #796A65 are triadic colors.

2 #656A79 and #6A7965 with #796A65 are triadic colors.