COLOR #797A6E

HEX: #797A6E
RGB: (121,122,110)

Color info

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

RGB color model

#797A6E color RGB value is (121,122,110).

  • red value is 121;
  • green value is 122;
  • blue value is 110.
RGB:
(121,122,110)
(47%,48%,43%)

RGB channels and saturation

R 121 of 255 = 47%
G 122 of 255 = 48%
B 110 of 255 = 43%

121
122
110

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

Portions of RGB colors in percentages

R + G + B =
121 + 122 + 110 = 353 (100%)
R 121 of 353 ~ 34.28%
G 122 of 353 ~ 34.56%
B 110 of 353 ~ 31.16%

%34.28
%34.56
%31.16

CMYK color model

#797A6E color CMYK value is (1,0,10,52).

  • cyan value is 0.82%
  • magenta value is 0.00%
  • yellow value is 9.84%
  • key color value is 52.16%
CMYK:
(1,0,10,52)
C1M0Y10K52 
(1%,0%,10%,52%)
(0.01/0.00/0.10/0.52)	

CMYK percentages

%0.82
%0
%9.84
%52.16

Codes

Color #797A6E in popluar color models

797A6E
RGB121122110
HSL65°5.17%45.49%
HSB/HSV65°9.84%47.84%
CMYK0.82%0.00%9.84%
52.16%

Color #797A6E in popluar number systems.

HEX797A6E
Decimal121122110
Binary111100111110101101110
Octal171172156

Shades and tints

Shades of #797A6E

#797A6E
(121,122,110)
#6E6F64
(110,111,100)
#63645A
(99,100,90)
#585950
(88,89,80)
#4D4E46
(77,78,70)
#42433C
(66,67,60)
#373832
(55,56,50)
#2C2D28
(44,45,40)
#21221E
(33,34,30)
#161714
(22,23,20)
#0B0C0A
(11,12,10)
#000000
(0,0,0)

Tints of #797A6E

#797A6E
(121,122,110)
#85867B
(133,134,123)
#919288
(145,146,136)
#9D9E95
(157,158,149)
#A9AAA2
(169,170,162)
#B5B6AF
(181,182,175)
#C1C2BC
(193,194,188)
#CDCEC9
(205,206,201)
#D9DAD6
(217,218,214)
#E5E6E3
(229,230,227)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #797A6E color. Also use rgb(121,122,110) instead hex code.

Text Font Color

.myTextColor { color: #797A6E; }

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

This text font color is #797A6E.


Background Color

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

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

This div background color is #797A6E.


Border color

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

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

This div border color is #797A6E.


Opacity

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

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

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

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

This text has shadow with #797A6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #797A6E on black background.


Color preview on white background

This text has color #797A6E on white background.



Black color preview on #797A6E background

This text has black color on #797A6E background.


White color preview on #797A6E background

This text has white color on #797A6E background.