COLOR #796A79

HEX: #796A79
RGB: (121,106,121)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

121
106
121

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

Portions of RGB colors in percentages

R + G + B =
121 + 106 + 121 = 348 (100%)
R 121 of 348 ~ 34.77%
G 106 of 348 ~ 30.46%
B 121 of 348 ~ 34.77%

%34.77
%30.46
%34.77

CMYK color model

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

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

CMYK percentages

%0
%12.4
%0
%52.55

Codes

Color #796A79 in popluar color models

796A79
RGB121106121
HSL300°6.61%44.51%
HSB/HSV300°12.40%47.45%
CMYK0.00%12.40%0.00%
52.55%

Color #796A79 in popluar number systems.

HEX796A79
Decimal121106121
Binary111100111010101111001
Octal171152171

Shades and tints

Shades of #796A79

#796A79
(121,106,121)
#6E616E
(110,97,110)
#635863
(99,88,99)
#584F58
(88,79,88)
#4D464D
(77,70,77)
#423D42
(66,61,66)
#373437
(55,52,55)
#2C2B2C
(44,43,44)
#212221
(33,34,33)
#161916
(22,25,22)
#0B100B
(11,16,11)
#000000
(0,0,0)

Tints of #796A79

#796A79
(121,106,121)
#857785
(133,119,133)
#918491
(145,132,145)
#9D919D
(157,145,157)
#A99EA9
(169,158,169)
#B5ABB5
(181,171,181)
#C1B8C1
(193,184,193)
#CDC5CD
(205,197,205)
#D9D2D9
(217,210,217)
#E5DFE5
(229,223,229)
#F1ECF1
(241,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #796A79; }

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

This text font color is #796A79.


Background Color

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

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

This div background color is #796A79.


Border color

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

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

This div border color is #796A79.


Opacity

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

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

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

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

This text has shadow with #796A79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796A79 on black background.


Color preview on white background

This text has color #796A79 on white background.



Black color preview on #796A79 background

This text has black color on #796A79 background.


White color preview on #796A79 background

This text has white color on #796A79 background.