COLOR #796B5A

HEX: #796B5A
RGB: (121,107,90)

Color info

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

RGB color model

#796B5A color RGB value is (121,107,90).

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

RGB channels and saturation

R 121 of 255 = 47%
G 107 of 255 = 42%
B 90 of 255 = 35%

121
107
90

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

Portions of RGB colors in percentages

R + G + B =
121 + 107 + 90 = 318 (100%)
R 121 of 318 ~ 38.05%
G 107 of 318 ~ 33.65%
B 90 of 318 ~ 28.3%

%38.05
%33.65
%28.3

CMYK color model

#796B5A color CMYK value is (0,12,26,53).

  • cyan value is 0.00%
  • magenta value is 11.57%
  • yellow value is 25.62%
  • key color value is 52.55%
CMYK:
(0,12,26,53)
C0M12Y26K53 
(0%,12%,26%,53%)
(0.00/0.12/0.26/0.53)	

CMYK percentages

%0
%11.57
%25.62
%52.55

Codes

Color #796B5A in popluar color models

796B5A
RGB12110790
HSL33°14.69%41.37%
HSB/HSV33°25.62%47.45%
CMYK0.00%11.57%25.62%
52.55%

Color #796B5A in popluar number systems.

HEX796B5A
Decimal12110790
Binary111100111010111011010
Octal171153132

Shades and tints

Shades of #796B5A

#796B5A
(121,107,90)
#6E6252
(110,98,82)
#63594A
(99,89,74)
#585042
(88,80,66)
#4D473A
(77,71,58)
#423E32
(66,62,50)
#37352A
(55,53,42)
#2C2C22
(44,44,34)
#21231A
(33,35,26)
#161A12
(22,26,18)
#0B110A
(11,17,10)
#000000
(0,0,0)

Tints of #796B5A

#796B5A
(121,107,90)
#857869
(133,120,105)
#918578
(145,133,120)
#9D9287
(157,146,135)
#A99F96
(169,159,150)
#B5ACA5
(181,172,165)
#C1B9B4
(193,185,180)
#CDC6C3
(205,198,195)
#D9D3D2
(217,211,210)
#E5E0E1
(229,224,225)
#F1EDF0
(241,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #796B5A; }

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

This text font color is #796B5A.


Background Color

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

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

This div background color is #796B5A.


Border color

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

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

This div border color is #796B5A.


Opacity

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

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

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

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

This text has shadow with #796B5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796B5A on black background.


Color preview on white background

This text has color #796B5A on white background.



Black color preview on #796B5A background

This text has black color on #796B5A background.


White color preview on #796B5A background

This text has white color on #796B5A background.