COLOR #79736E

HEX: #79736E
RGB: (121,115,110)

Color info

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

RGB color model

#79736E color RGB value is (121,115,110).

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

RGB channels and saturation

R 121 of 255 = 47%
G 115 of 255 = 45%
B 110 of 255 = 43%

121
115
110

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

Portions of RGB colors in percentages

R + G + B =
121 + 115 + 110 = 346 (100%)
R 121 of 346 ~ 34.97%
G 115 of 346 ~ 33.24%
B 110 of 346 ~ 31.79%

%34.97
%33.24
%31.79

CMYK color model

#79736E color CMYK value is (0,5,9,53).

  • cyan value is 0.00%
  • magenta value is 4.96%
  • yellow value is 9.09%
  • key color value is 52.55%
CMYK:
(0,5,9,53)
C0M5Y9K53 
(0%,5%,9%,53%)
(0.00/0.05/0.09/0.53)	

CMYK percentages

%0
%4.96
%9.09
%52.55

Codes

Color #79736E in popluar color models

79736E
RGB121115110
HSL27°4.76%45.29%
HSB/HSV27°9.09%47.45%
CMYK0.00%4.96%9.09%
52.55%

Color #79736E in popluar number systems.

HEX79736E
Decimal121115110
Binary111100111100111101110
Octal171163156

Shades and tints

Shades of #79736E

#79736E
(121,115,110)
#6E6964
(110,105,100)
#635F5A
(99,95,90)
#585550
(88,85,80)
#4D4B46
(77,75,70)
#42413C
(66,65,60)
#373732
(55,55,50)
#2C2D28
(44,45,40)
#21231E
(33,35,30)
#161914
(22,25,20)
#0B0F0A
(11,15,10)
#000000
(0,0,0)

Tints of #79736E

#79736E
(121,115,110)
#857F7B
(133,127,123)
#918B88
(145,139,136)
#9D9795
(157,151,149)
#A9A3A2
(169,163,162)
#B5AFAF
(181,175,175)
#C1BBBC
(193,187,188)
#CDC7C9
(205,199,201)
#D9D3D6
(217,211,214)
#E5DFE3
(229,223,227)
#F1EBF0
(241,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79736E color. Also use rgb(121,115,110) instead hex code.

Text Font Color

.myTextColor { color: #79736E; }

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

This text font color is #79736E.


Background Color

.myBgColor { background-color: #79736E; }

<div style="background-color:#79736E">Inner text</div>

This div background color is #79736E.


Border color

.myBorderColor { border: 1px solid #79736E; }

<div style="border:3px solid #79736E">Div</div>

This div border color is #79736E.


Opacity

.myOpacity80 { color: #79736E; opacity: 0.8; }

<p style="color:#79736E;opacity:0.8;">80%</p>

Text with #79736E 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 #79736E;}

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

This text has shadow with #79736E color.

.textShadow {text-shadow: 3px 3px 1px #79736E, 3px 3px 1px red;}

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

This text has shadow with #79736E primary color and red secondary color.


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

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

This text has shadow with #79736E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79736E on black background.


Color preview on white background

This text has color #79736E on white background.



Black color preview on #79736E background

This text has black color on #79736E background.


White color preview on #79736E background

This text has white color on #79736E background.