COLOR #79636F

HEX: #79636F
RGB: (121,99,111)

Color info

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

RGB color model

#79636F color RGB value is (121,99,111).

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

RGB channels and saturation

R 121 of 255 = 47%
G 99 of 255 = 39%
B 111 of 255 = 44%

121
99
111

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

Portions of RGB colors in percentages

R + G + B =
121 + 99 + 111 = 331 (100%)
R 121 of 331 ~ 36.56%
G 99 of 331 ~ 29.91%
B 111 of 331 ~ 33.53%

%36.56
%29.91
%33.53

CMYK color model

#79636F color CMYK value is (0,18,8,53).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 8.26%
  • key color value is 52.55%
CMYK:
(0,18,8,53)
C0M18Y8K53 
(0%,18%,8%,53%)
(0.00/0.18/0.08/0.53)	

CMYK percentages

%0
%18.18
%8.26
%52.55

Codes

Color #79636F in popluar color models

79636F
RGB12199111
HSL327°10.00%43.14%
HSB/HSV327°18.18%47.45%
CMYK0.00%18.18%8.26%
52.55%

Color #79636F in popluar number systems.

HEX79636F
Decimal12199111
Binary111100111000111101111
Octal171143157

Shades and tints

Shades of #79636F

#79636F
(121,99,111)
#6E5A65
(110,90,101)
#63515B
(99,81,91)
#584851
(88,72,81)
#4D3F47
(77,63,71)
#42363D
(66,54,61)
#372D33
(55,45,51)
#2C2429
(44,36,41)
#211B1F
(33,27,31)
#161215
(22,18,21)
#0B090B
(11,9,11)
#000000
(0,0,0)

Tints of #79636F

#79636F
(121,99,111)
#85717C
(133,113,124)
#917F89
(145,127,137)
#9D8D96
(157,141,150)
#A99BA3
(169,155,163)
#B5A9B0
(181,169,176)
#C1B7BD
(193,183,189)
#CDC5CA
(205,197,202)
#D9D3D7
(217,211,215)
#E5E1E4
(229,225,228)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79636F; }

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

This text font color is #79636F.


Background Color

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

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

This div background color is #79636F.


Border color

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

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

This div border color is #79636F.


Opacity

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

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

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

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

This text has shadow with #79636F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79636F on black background.


Color preview on white background

This text has color #79636F on white background.



Black color preview on #79636F background

This text has black color on #79636F background.


White color preview on #79636F background

This text has white color on #79636F background.