COLOR #79696B

HEX: #79696B
RGB: (121,105,107)

Color info

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

RGB color model

#79696B color RGB value is (121,105,107).

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

RGB channels and saturation

R 121 of 255 = 47%
G 105 of 255 = 41%
B 107 of 255 = 42%

121
105
107

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

Portions of RGB colors in percentages

R + G + B =
121 + 105 + 107 = 333 (100%)
R 121 of 333 ~ 36.34%
G 105 of 333 ~ 31.53%
B 107 of 333 ~ 32.13%

%36.34
%31.53
%32.13

CMYK color model

#79696B color CMYK value is (0,13,12,53).

  • cyan value is 0.00%
  • magenta value is 13.22%
  • yellow value is 11.57%
  • key color value is 52.55%
CMYK:
(0,13,12,53)
C0M13Y12K53 
(0%,13%,12%,53%)
(0.00/0.13/0.12/0.53)	

CMYK percentages

%0
%13.22
%11.57
%52.55

Codes

Color #79696B in popluar color models

79696B
RGB121105107
HSL353°7.08%44.31%
HSB/HSV353°13.22%47.45%
CMYK0.00%13.22%11.57%
52.55%

Color #79696B in popluar number systems.

HEX79696B
Decimal121105107
Binary111100111010011101011
Octal171151153

Shades and tints

Shades of #79696B

#79696B
(121,105,107)
#6E6062
(110,96,98)
#635759
(99,87,89)
#584E50
(88,78,80)
#4D4547
(77,69,71)
#423C3E
(66,60,62)
#373335
(55,51,53)
#2C2A2C
(44,42,44)
#212123
(33,33,35)
#16181A
(22,24,26)
#0B0F11
(11,15,17)
#000000
(0,0,0)

Tints of #79696B

#79696B
(121,105,107)
#857678
(133,118,120)
#918385
(145,131,133)
#9D9092
(157,144,146)
#A99D9F
(169,157,159)
#B5AAAC
(181,170,172)
#C1B7B9
(193,183,185)
#CDC4C6
(205,196,198)
#D9D1D3
(217,209,211)
#E5DEE0
(229,222,224)
#F1EBED
(241,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79696B; }

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

This text font color is #79696B.


Background Color

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

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

This div background color is #79696B.


Border color

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

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

This div border color is #79696B.


Opacity

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

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

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

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

This text has shadow with #79696B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79696B on black background.


Color preview on white background

This text has color #79696B on white background.



Black color preview on #79696B background

This text has black color on #79696B background.


White color preview on #79696B background

This text has white color on #79696B background.