COLOR #796C76

HEX: #796C76
RGB: (121,108,118)

Color info

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

RGB color model

#796C76 color RGB value is (121,108,118).

  • red value is 121;
  • green value is 108;
  • blue value is 118.
RGB:
(121,108,118)
(47%,42%,46%)

RGB channels and saturation

R 121 of 255 = 47%
G 108 of 255 = 42%
B 118 of 255 = 46%

121
108
118

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

Portions of RGB colors in percentages

R + G + B =
121 + 108 + 118 = 347 (100%)
R 121 of 347 ~ 34.87%
G 108 of 347 ~ 31.12%
B 118 of 347 ~ 34.01%

%34.87
%31.12
%34.01

CMYK color model

#796C76 color CMYK value is (0,11,2,53).

  • cyan value is 0.00%
  • magenta value is 10.74%
  • yellow value is 2.48%
  • key color value is 52.55%
CMYK:
(0,11,2,53)
C0M11Y2K53 
(0%,11%,2%,53%)
(0.00/0.11/0.02/0.53)	

CMYK percentages

%0
%10.74
%2.48
%52.55

Codes

Color #796C76 in popluar color models

796C76
RGB121108118
HSL314°5.68%44.90%
HSB/HSV314°10.74%47.45%
CMYK0.00%10.74%2.48%
52.55%

Color #796C76 in popluar number systems.

HEX796C76
Decimal121108118
Binary111100111011001110110
Octal171154166

Shades and tints

Shades of #796C76

#796C76
(121,108,118)
#6E636C
(110,99,108)
#635A62
(99,90,98)
#585158
(88,81,88)
#4D484E
(77,72,78)
#423F44
(66,63,68)
#37363A
(55,54,58)
#2C2D30
(44,45,48)
#212426
(33,36,38)
#161B1C
(22,27,28)
#0B1212
(11,18,18)
#000000
(0,0,0)

Tints of #796C76

#796C76
(121,108,118)
#857982
(133,121,130)
#91868E
(145,134,142)
#9D939A
(157,147,154)
#A9A0A6
(169,160,166)
#B5ADB2
(181,173,178)
#C1BABE
(193,186,190)
#CDC7CA
(205,199,202)
#D9D4D6
(217,212,214)
#E5E1E2
(229,225,226)
#F1EEEE
(241,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #796C76 color. Also use rgb(121,108,118) instead hex code.

Text Font Color

.myTextColor { color: #796C76; }

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

This text font color is #796C76.


Background Color

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

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

This div background color is #796C76.


Border color

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

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

This div border color is #796C76.


Opacity

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

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

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

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

This text has shadow with #796C76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796C76 on black background.


Color preview on white background

This text has color #796C76 on white background.



Black color preview on #796C76 background

This text has black color on #796C76 background.


White color preview on #796C76 background

This text has white color on #796C76 background.