COLOR #796D78

HEX: #796D78
RGB: (121,109,120)

Color info

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

RGB color model

#796D78 color RGB value is (121,109,120).

  • red value is 121;
  • green value is 109;
  • blue value is 120.
RGB:
(121,109,120)
(47%,43%,47%)

RGB channels and saturation

R 121 of 255 = 47%
G 109 of 255 = 43%
B 120 of 255 = 47%

121
109
120

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

Portions of RGB colors in percentages

R + G + B =
121 + 109 + 120 = 350 (100%)
R 121 of 350 ~ 34.57%
G 109 of 350 ~ 31.14%
B 120 of 350 ~ 34.29%

%34.57
%31.14
%34.29

CMYK color model

#796D78 color CMYK value is (0,10,1,53).

  • cyan value is 0.00%
  • magenta value is 9.92%
  • yellow value is 0.83%
  • key color value is 52.55%
CMYK:
(0,10,1,53)
C0M10Y1K53 
(0%,10%,1%,53%)
(0.00/0.10/0.01/0.53)	

CMYK percentages

%0
%9.92
%0.83
%52.55

Codes

Color #796D78 in popluar color models

796D78
RGB121109120
HSL305°5.22%45.10%
HSB/HSV305°9.92%47.45%
CMYK0.00%9.92%0.83%
52.55%

Color #796D78 in popluar number systems.

HEX796D78
Decimal121109120
Binary111100111011011111000
Octal171155170

Shades and tints

Shades of #796D78

#796D78
(121,109,120)
#6E646E
(110,100,110)
#635B64
(99,91,100)
#58525A
(88,82,90)
#4D4950
(77,73,80)
#424046
(66,64,70)
#37373C
(55,55,60)
#2C2E32
(44,46,50)
#212528
(33,37,40)
#161C1E
(22,28,30)
#0B1314
(11,19,20)
#000000
(0,0,0)

Tints of #796D78

#796D78
(121,109,120)
#857A84
(133,122,132)
#918790
(145,135,144)
#9D949C
(157,148,156)
#A9A1A8
(169,161,168)
#B5AEB4
(181,174,180)
#C1BBC0
(193,187,192)
#CDC8CC
(205,200,204)
#D9D5D8
(217,213,216)
#E5E2E4
(229,226,228)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #796D78 color. Also use rgb(121,109,120) instead hex code.

Text Font Color

.myTextColor { color: #796D78; }

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

This text font color is #796D78.


Background Color

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

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

This div background color is #796D78.


Border color

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

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

This div border color is #796D78.


Opacity

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

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

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

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

This text has shadow with #796D78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796D78 on black background.


Color preview on white background

This text has color #796D78 on white background.



Black color preview on #796D78 background

This text has black color on #796D78 background.


White color preview on #796D78 background

This text has white color on #796D78 background.