COLOR #797B66

HEX: #797B66
RGB: (121,123,102)

Color info

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

RGB color model

#797B66 color RGB value is (121,123,102).

  • red value is 121;
  • green value is 123;
  • blue value is 102.
RGB:
(121,123,102)
(47%,48%,40%)

RGB channels and saturation

R 121 of 255 = 47%
G 123 of 255 = 48%
B 102 of 255 = 40%

121
123
102

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

Portions of RGB colors in percentages

R + G + B =
121 + 123 + 102 = 346 (100%)
R 121 of 346 ~ 34.97%
G 123 of 346 ~ 35.55%
B 102 of 346 ~ 29.48%

%34.97
%35.55
%29.48

CMYK color model

#797B66 color CMYK value is (2,0,17,52).

  • cyan value is 1.63%
  • magenta value is 0.00%
  • yellow value is 17.07%
  • key color value is 51.76%
CMYK:
(2,0,17,52)
C2M0Y17K52 
(2%,0%,17%,52%)
(0.02/0.00/0.17/0.52)	

CMYK percentages

%1.63
%0
%17.07
%51.76

Codes

Color #797B66 in popluar color models

797B66
RGB121123102
HSL66°9.33%44.12%
HSB/HSV66°17.07%48.24%
CMYK1.63%0.00%17.07%
51.76%

Color #797B66 in popluar number systems.

HEX797B66
Decimal121123102
Binary111100111110111100110
Octal171173146

Shades and tints

Shades of #797B66

#797B66
(121,123,102)
#6E705D
(110,112,93)
#636554
(99,101,84)
#585A4B
(88,90,75)
#4D4F42
(77,79,66)
#424439
(66,68,57)
#373930
(55,57,48)
#2C2E27
(44,46,39)
#21231E
(33,35,30)
#161815
(22,24,21)
#0B0D0C
(11,13,12)
#000000
(0,0,0)

Tints of #797B66

#797B66
(121,123,102)
#858773
(133,135,115)
#919380
(145,147,128)
#9D9F8D
(157,159,141)
#A9AB9A
(169,171,154)
#B5B7A7
(181,183,167)
#C1C3B4
(193,195,180)
#CDCFC1
(205,207,193)
#D9DBCE
(217,219,206)
#E5E7DB
(229,231,219)
#F1F3E8
(241,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #797B66 color. Also use rgb(121,123,102) instead hex code.

Text Font Color

.myTextColor { color: #797B66; }

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

This text font color is #797B66.


Background Color

.myBgColor { background-color: #797B66; }

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

This div background color is #797B66.


Border color

.myBorderColor { border: 1px solid #797B66; }

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

This div border color is #797B66.


Opacity

.myOpacity80 { color: #797B66; opacity: 0.8; }

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

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

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

This text has shadow with #797B66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #797B66 on black background.


Color preview on white background

This text has color #797B66 on white background.



Black color preview on #797B66 background

This text has black color on #797B66 background.


White color preview on #797B66 background

This text has white color on #797B66 background.