COLOR #796A5F

HEX: #796A5F
RGB: (121,106,95)

Color info

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

RGB color model

#796A5F color RGB value is (121,106,95).

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

RGB channels and saturation

R 121 of 255 = 47%
G 106 of 255 = 42%
B 95 of 255 = 37%

121
106
95

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

Portions of RGB colors in percentages

R + G + B =
121 + 106 + 95 = 322 (100%)
R 121 of 322 ~ 37.58%
G 106 of 322 ~ 32.92%
B 95 of 322 ~ 29.5%

%37.58
%32.92
%29.5

CMYK color model

#796A5F color CMYK value is (0,12,21,53).

  • cyan value is 0.00%
  • magenta value is 12.40%
  • yellow value is 21.49%
  • key color value is 52.55%
CMYK:
(0,12,21,53)
C0M12Y21K53 
(0%,12%,21%,53%)
(0.00/0.12/0.21/0.53)	

CMYK percentages

%0
%12.4
%21.49
%52.55

Codes

Color #796A5F in popluar color models

796A5F
RGB12110695
HSL25°12.04%42.35%
HSB/HSV25°21.49%47.45%
CMYK0.00%12.40%21.49%
52.55%

Color #796A5F in popluar number systems.

HEX796A5F
Decimal12110695
Binary111100111010101011111
Octal171152137

Shades and tints

Shades of #796A5F

#796A5F
(121,106,95)
#6E6157
(110,97,87)
#63584F
(99,88,79)
#584F47
(88,79,71)
#4D463F
(77,70,63)
#423D37
(66,61,55)
#37342F
(55,52,47)
#2C2B27
(44,43,39)
#21221F
(33,34,31)
#161917
(22,25,23)
#0B100F
(11,16,15)
#000000
(0,0,0)

Tints of #796A5F

#796A5F
(121,106,95)
#85776D
(133,119,109)
#91847B
(145,132,123)
#9D9189
(157,145,137)
#A99E97
(169,158,151)
#B5ABA5
(181,171,165)
#C1B8B3
(193,184,179)
#CDC5C1
(205,197,193)
#D9D2CF
(217,210,207)
#E5DFDD
(229,223,221)
#F1ECEB
(241,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #796A5F; }

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

This text font color is #796A5F.


Background Color

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

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

This div background color is #796A5F.


Border color

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

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

This div border color is #796A5F.


Opacity

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

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

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

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

This text has shadow with #796A5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796A5F on black background.


Color preview on white background

This text has color #796A5F on white background.



Black color preview on #796A5F background

This text has black color on #796A5F background.


White color preview on #796A5F background

This text has white color on #796A5F background.