COLOR #796B5F

HEX: #796B5F
RGB: (121,107,95)

Color info

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

RGB color model

#796B5F color RGB value is (121,107,95).

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

RGB channels and saturation

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

121
107
95

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

Portions of RGB colors in percentages

R + G + B =
121 + 107 + 95 = 323 (100%)
R 121 of 323 ~ 37.46%
G 107 of 323 ~ 33.13%
B 95 of 323 ~ 29.41%

%37.46
%33.13
%29.41

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.57%
  • 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
%11.57
%21.49
%52.55

Codes

Color #796B5F in popluar color models

796B5F
RGB12110795
HSL28°12.04%42.35%
HSB/HSV28°21.49%47.45%
CMYK0.00%11.57%21.49%
52.55%

Color #796B5F in popluar number systems.

HEX796B5F
Decimal12110795
Binary111100111010111011111
Octal171153137

Shades and tints

Shades of #796B5F

#796B5F
(121,107,95)
#6E6257
(110,98,87)
#63594F
(99,89,79)
#585047
(88,80,71)
#4D473F
(77,71,63)
#423E37
(66,62,55)
#37352F
(55,53,47)
#2C2C27
(44,44,39)
#21231F
(33,35,31)
#161A17
(22,26,23)
#0B110F
(11,17,15)
#000000
(0,0,0)

Tints of #796B5F

#796B5F
(121,107,95)
#85786D
(133,120,109)
#91857B
(145,133,123)
#9D9289
(157,146,137)
#A99F97
(169,159,151)
#B5ACA5
(181,172,165)
#C1B9B3
(193,185,179)
#CDC6C1
(205,198,193)
#D9D3CF
(217,211,207)
#E5E0DD
(229,224,221)
#F1EDEB
(241,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #796B5F; }

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

This text font color is #796B5F.


Background Color

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

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

This div background color is #796B5F.


Border color

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

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

This div border color is #796B5F.


Opacity

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

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

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

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

This text has shadow with #796B5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796B5F on black background.


Color preview on white background

This text has color #796B5F on white background.



Black color preview on #796B5F background

This text has black color on #796B5F background.


White color preview on #796B5F background

This text has white color on #796B5F background.