COLOR #79735D

HEX: #79735D
RGB: (121,115,93)

Color info

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

RGB color model

#79735D color RGB value is (121,115,93).

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

RGB channels and saturation

R 121 of 255 = 47%
G 115 of 255 = 45%
B 93 of 255 = 36%

121
115
93

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

Portions of RGB colors in percentages

R + G + B =
121 + 115 + 93 = 329 (100%)
R 121 of 329 ~ 36.78%
G 115 of 329 ~ 34.95%
B 93 of 329 ~ 28.27%

%36.78
%34.95
%28.27

CMYK color model

#79735D color CMYK value is (0,5,23,53).

  • cyan value is 0.00%
  • magenta value is 4.96%
  • yellow value is 23.14%
  • key color value is 52.55%
CMYK:
(0,5,23,53)
C0M5Y23K53 
(0%,5%,23%,53%)
(0.00/0.05/0.23/0.53)	

CMYK percentages

%0
%4.96
%23.14
%52.55

Codes

Color #79735D in popluar color models

79735D
RGB12111593
HSL47°13.08%41.96%
HSB/HSV47°23.14%47.45%
CMYK0.00%4.96%23.14%
52.55%

Color #79735D in popluar number systems.

HEX79735D
Decimal12111593
Binary111100111100111011101
Octal171163135

Shades and tints

Shades of #79735D

#79735D
(121,115,93)
#6E6955
(110,105,85)
#635F4D
(99,95,77)
#585545
(88,85,69)
#4D4B3D
(77,75,61)
#424135
(66,65,53)
#37372D
(55,55,45)
#2C2D25
(44,45,37)
#21231D
(33,35,29)
#161915
(22,25,21)
#0B0F0D
(11,15,13)
#000000
(0,0,0)

Tints of #79735D

#79735D
(121,115,93)
#857F6B
(133,127,107)
#918B79
(145,139,121)
#9D9787
(157,151,135)
#A9A395
(169,163,149)
#B5AFA3
(181,175,163)
#C1BBB1
(193,187,177)
#CDC7BF
(205,199,191)
#D9D3CD
(217,211,205)
#E5DFDB
(229,223,219)
#F1EBE9
(241,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79735D color. Also use rgb(121,115,93) instead hex code.

Text Font Color

.myTextColor { color: #79735D; }

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

This text font color is #79735D.


Background Color

.myBgColor { background-color: #79735D; }

<div style="background-color:#79735D">Inner text</div>

This div background color is #79735D.


Border color

.myBorderColor { border: 1px solid #79735D; }

<div style="border:3px solid #79735D">Div</div>

This div border color is #79735D.


Opacity

.myOpacity80 { color: #79735D; opacity: 0.8; }

<p style="color:#79735D;opacity:0.8;">80%</p>

Text with #79735D 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 #79735D;}

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

This text has shadow with #79735D color.

.textShadow {text-shadow: 3px 3px 1px #79735D, 3px 3px 1px red;}

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

This text has shadow with #79735D primary color and red secondary color.


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

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

This text has shadow with #79735D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79735D on black background.


Color preview on white background

This text has color #79735D on white background.



Black color preview on #79735D background

This text has black color on #79735D background.


White color preview on #79735D background

This text has white color on #79735D background.