COLOR #796A5A

HEX: #796A5A
RGB: (121,106,90)

Color info

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

RGB color model

#796A5A color RGB value is (121,106,90).

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

RGB channels and saturation

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

121
106
90

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

Portions of RGB colors in percentages

R + G + B =
121 + 106 + 90 = 317 (100%)
R 121 of 317 ~ 38.17%
G 106 of 317 ~ 33.44%
B 90 of 317 ~ 28.39%

%38.17
%33.44
%28.39

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.40%
  • 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
%12.4
%25.62
%52.55

Codes

Color #796A5A in popluar color models

796A5A
RGB12110690
HSL31°14.69%41.37%
HSB/HSV31°25.62%47.45%
CMYK0.00%12.40%25.62%
52.55%

Color #796A5A in popluar number systems.

HEX796A5A
Decimal12110690
Binary111100111010101011010
Octal171152132

Shades and tints

Shades of #796A5A

#796A5A
(121,106,90)
#6E6152
(110,97,82)
#63584A
(99,88,74)
#584F42
(88,79,66)
#4D463A
(77,70,58)
#423D32
(66,61,50)
#37342A
(55,52,42)
#2C2B22
(44,43,34)
#21221A
(33,34,26)
#161912
(22,25,18)
#0B100A
(11,16,10)
#000000
(0,0,0)

Tints of #796A5A

#796A5A
(121,106,90)
#857769
(133,119,105)
#918478
(145,132,120)
#9D9187
(157,145,135)
#A99E96
(169,158,150)
#B5ABA5
(181,171,165)
#C1B8B4
(193,184,180)
#CDC5C3
(205,197,195)
#D9D2D2
(217,210,210)
#E5DFE1
(229,223,225)
#F1ECF0
(241,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #796A5A; }

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

This text font color is #796A5A.


Background Color

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

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

This div background color is #796A5A.


Border color

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

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

This div border color is #796A5A.


Opacity

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

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

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

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

This text has shadow with #796A5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796A5A on black background.


Color preview on white background

This text has color #796A5A on white background.



Black color preview on #796A5A background

This text has black color on #796A5A background.


White color preview on #796A5A background

This text has white color on #796A5A background.