COLOR #79696F

HEX: #79696F
RGB: (121,105,111)

Color info

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

RGB color model

#79696F color RGB value is (121,105,111).

  • red value is 121;
  • green value is 105;
  • blue value is 111.
RGB: (121,105,111) (47%,41%,44%)

RGB channels and saturation

R 121 of 255 = 47%
G 105 of 255 = 41%
B 111 of 255 = 44%

121
105
111

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

Portions of RGB colors in percentages

R + G + B =
121 + 105 + 111 = 337 (100%)
R 121 of 337 ~ 35.91%
G 105 of 337 ~ 31.16%
B 111 of 337 ~ 32.94%

%35.91
%31.16
%32.94

CMYK color model

#79696F color CMYK value is (0,13,8,53).

  • cyan value is 0.00%
  • magenta value is 13.22%
  • yellow value is 8.26%
  • key color value is 52.55%
CMYK: (0,13,8,53) C0M13Y8K53 (0%,13%,8%,53%) (0.00/0.13/0.08/0.53)

CMYK percentages

%0
%13.22
%8.26
%52.55

Codes

Color #79696F in popluar color models

79696F
RGB121105111
HSL338°7.08%44.31%
HSB/HSV338°13.22%47.45%
CMYK0.00%13.22%8.26%
52.55%

Color #79696F in popluar number systems.

HEX79696F
Decimal121105111
Binary111100111010011101111
Octal171151157

Shades and tints

Shades of #79696F

#79696F
(121,105,111)
#6E6065
(110,96,101)
#63575B
(99,87,91)
#584E51
(88,78,81)
#4D4547
(77,69,71)
#423C3D
(66,60,61)
#373333
(55,51,51)
#2C2A29
(44,42,41)
#21211F
(33,33,31)
#161815
(22,24,21)
#0B0F0B
(11,15,11)
#000000
(0,0,0)

Tints of #79696F

#79696F
(121,105,111)
#85767C
(133,118,124)
#918389
(145,131,137)
#9D9096
(157,144,150)
#A99DA3
(169,157,163)
#B5AAB0
(181,170,176)
#C1B7BD
(193,183,189)
#CDC4CA
(205,196,202)
#D9D1D7
(217,209,215)
#E5DEE4
(229,222,228)
#F1EBF1
(241,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79696F color. Also use rgb(121,105,111) instead hex code.

Text Font Color

.myTextColor { color: #79696F; }

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

This text font color is #79696F.


Background Color

.myBgColor { background-color: #79696F; }

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

This div background color is #79696F.


Border color

.myBorderColor { border: 1px solid #79696F; }

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

This div border color is #79696F.


Opacity

.myOpacity80 { color: #79696F; opacity: 0.8; }

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

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

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

This text has shadow with #79696F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #79696F on black background.


Color preview on white background

This text has color #79696F on white background.



Black color preview on #79696F background

This text has black color on #79696F background.


White color preview on #79696F background

This text has white color on #79696F background.