COLOR #796A58

HEX: #796A58
RGB: (121,106,88)

Color info

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

RGB color model

#796A58 color RGB value is (121,106,88).

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

RGB channels and saturation

R 121 of 255 = 47%
G 106 of 255 = 42%
B 88 of 255 = 35%

121
106
88

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

Portions of RGB colors in percentages

R + G + B =
121 + 106 + 88 = 315 (100%)
R 121 of 315 ~ 38.41%
G 106 of 315 ~ 33.65%
B 88 of 315 ~ 27.94%

%38.41
%33.65
%27.94

CMYK color model

#796A58 color CMYK value is (0,12,27,53).

  • cyan value is 0.00%
  • magenta value is 12.40%
  • yellow value is 27.27%
  • key color value is 52.55%
CMYK:
(0,12,27,53)
C0M12Y27K53 
(0%,12%,27%,53%)
(0.00/0.12/0.27/0.53)	

CMYK percentages

%0
%12.4
%27.27
%52.55

Codes

Color #796A58 in popluar color models

796A58
RGB12110688
HSL33°15.79%40.98%
HSB/HSV33°27.27%47.45%
CMYK0.00%12.40%27.27%
52.55%

Color #796A58 in popluar number systems.

HEX796A58
Decimal12110688
Binary111100111010101011000
Octal171152130

Shades and tints

Shades of #796A58

#796A58
(121,106,88)
#6E6150
(110,97,80)
#635848
(99,88,72)
#584F40
(88,79,64)
#4D4638
(77,70,56)
#423D30
(66,61,48)
#373428
(55,52,40)
#2C2B20
(44,43,32)
#212218
(33,34,24)
#161910
(22,25,16)
#0B1008
(11,16,8)
#000000
(0,0,0)

Tints of #796A58

#796A58
(121,106,88)
#857767
(133,119,103)
#918476
(145,132,118)
#9D9185
(157,145,133)
#A99E94
(169,158,148)
#B5ABA3
(181,171,163)
#C1B8B2
(193,184,178)
#CDC5C1
(205,197,193)
#D9D2D0
(217,210,208)
#E5DFDF
(229,223,223)
#F1ECEE
(241,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #796A58; }

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

This text font color is #796A58.


Background Color

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

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

This div background color is #796A58.


Border color

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

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

This div border color is #796A58.


Opacity

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

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

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

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

This text has shadow with #796A58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796A58 on black background.


Color preview on white background

This text has color #796A58 on white background.



Black color preview on #796A58 background

This text has black color on #796A58 background.


White color preview on #796A58 background

This text has white color on #796A58 background.