COLOR #796D75

HEX: #796D75
RGB: (121,109,117)

Color info

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

RGB color model

#796D75 color RGB value is (121,109,117).

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

RGB channels and saturation

R 121 of 255 = 47%
G 109 of 255 = 43%
B 117 of 255 = 46%

121
109
117

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

Portions of RGB colors in percentages

R + G + B =
121 + 109 + 117 = 347 (100%)
R 121 of 347 ~ 34.87%
G 109 of 347 ~ 31.41%
B 117 of 347 ~ 33.72%

%34.87
%31.41
%33.72

CMYK color model

#796D75 color CMYK value is (0,10,3,53).

  • cyan value is 0.00%
  • magenta value is 9.92%
  • yellow value is 3.31%
  • key color value is 52.55%
CMYK:
(0,10,3,53)
C0M10Y3K53 
(0%,10%,3%,53%)
(0.00/0.10/0.03/0.53)	

CMYK percentages

%0
%9.92
%3.31
%52.55

Codes

Color #796D75 in popluar color models

796D75
RGB121109117
HSL320°5.22%45.10%
HSB/HSV320°9.92%47.45%
CMYK0.00%9.92%3.31%
52.55%

Color #796D75 in popluar number systems.

HEX796D75
Decimal121109117
Binary111100111011011110101
Octal171155165

Shades and tints

Shades of #796D75

#796D75
(121,109,117)
#6E646B
(110,100,107)
#635B61
(99,91,97)
#585257
(88,82,87)
#4D494D
(77,73,77)
#424043
(66,64,67)
#373739
(55,55,57)
#2C2E2F
(44,46,47)
#212525
(33,37,37)
#161C1B
(22,28,27)
#0B1311
(11,19,17)
#000000
(0,0,0)

Tints of #796D75

#796D75
(121,109,117)
#857A81
(133,122,129)
#91878D
(145,135,141)
#9D9499
(157,148,153)
#A9A1A5
(169,161,165)
#B5AEB1
(181,174,177)
#C1BBBD
(193,187,189)
#CDC8C9
(205,200,201)
#D9D5D5
(217,213,213)
#E5E2E1
(229,226,225)
#F1EFED
(241,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #796D75; }

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

This text font color is #796D75.


Background Color

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

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

This div background color is #796D75.


Border color

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

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

This div border color is #796D75.


Opacity

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

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

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

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

This text has shadow with #796D75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796D75 on black background.


Color preview on white background

This text has color #796D75 on white background.



Black color preview on #796D75 background

This text has black color on #796D75 background.


White color preview on #796D75 background

This text has white color on #796D75 background.