COLOR #797665

HEX: #797665
RGB: (121,118,101)

Color info

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

RGB color model

#797665 color RGB value is (121,118,101).

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

RGB channels and saturation

R 121 of 255 = 47%
G 118 of 255 = 46%
B 101 of 255 = 40%

121
118
101

R + G + B ~ 44%. #797665 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 118 + 101 = 340 (100%)
R 121 of 340 ~ 35.59%
G 118 of 340 ~ 34.71%
B 101 of 340 ~ 29.71%

%35.59
%34.71
%29.71

CMYK color model

#797665 color CMYK value is (0,2,17,53).

  • cyan value is 0.00%
  • magenta value is 2.48%
  • yellow value is 16.53%
  • key color value is 52.55%
CMYK:
(0,2,17,53)
C0M2Y17K53 
(0%,2%,17%,53%)
(0.00/0.02/0.17/0.53)	

CMYK percentages

%0
%2.48
%16.53
%52.55

Codes

Color #797665 in popluar color models

797665
RGB121118101
HSL51°9.01%43.53%
HSB/HSV51°16.53%47.45%
CMYK0.00%2.48%16.53%
52.55%

Color #797665 in popluar number systems.

HEX797665
Decimal121118101
Binary111100111101101100101
Octal171166145

Shades and tints

Shades of #797665

#797665
(121,118,101)
#6E6C5C
(110,108,92)
#636253
(99,98,83)
#58584A
(88,88,74)
#4D4E41
(77,78,65)
#424438
(66,68,56)
#373A2F
(55,58,47)
#2C3026
(44,48,38)
#21261D
(33,38,29)
#161C14
(22,28,20)
#0B120B
(11,18,11)
#000000
(0,0,0)

Tints of #797665

#797665
(121,118,101)
#858273
(133,130,115)
#918E81
(145,142,129)
#9D9A8F
(157,154,143)
#A9A69D
(169,166,157)
#B5B2AB
(181,178,171)
#C1BEB9
(193,190,185)
#CDCAC7
(205,202,199)
#D9D6D5
(217,214,213)
#E5E2E3
(229,226,227)
#F1EEF1
(241,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #797665; }

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

This text font color is #797665.


Background Color

.myBgColor { background-color: #797665; }

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

This div background color is #797665.


Border color

.myBorderColor { border: 1px solid #797665; }

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

This div border color is #797665.


Opacity

.myOpacity80 { color: #797665; opacity: 0.8; }

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

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

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

This text has shadow with #797665 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #797665 on black background.


Color preview on white background

This text has color #797665 on white background.



Black color preview on #797665 background

This text has black color on #797665 background.


White color preview on #797665 background

This text has white color on #797665 background.