COLOR #79785D

HEX: #79785D
RGB: (121,120,93)

Color info

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

RGB color model

#79785D color RGB value is (121,120,93).

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

RGB channels and saturation

R 121 of 255 = 47%
G 120 of 255 = 47%
B 93 of 255 = 36%

121
120
93

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

Portions of RGB colors in percentages

R + G + B =
121 + 120 + 93 = 334 (100%)
R 121 of 334 ~ 36.23%
G 120 of 334 ~ 35.93%
B 93 of 334 ~ 27.84%

%36.23
%35.93
%27.84

CMYK color model

#79785D color CMYK value is (0,1,23,53).

  • cyan value is 0.00%
  • magenta value is 0.83%
  • yellow value is 23.14%
  • key color value is 52.55%
CMYK:
(0,1,23,53)
C0M1Y23K53 
(0%,1%,23%,53%)
(0.00/0.01/0.23/0.53)	

CMYK percentages

%0
%0.83
%23.14
%52.55

Codes

Color #79785D in popluar color models

79785D
RGB12112093
HSL58°13.08%41.96%
HSB/HSV58°23.14%47.45%
CMYK0.00%0.83%23.14%
52.55%

Color #79785D in popluar number systems.

HEX79785D
Decimal12112093
Binary111100111110001011101
Octal171170135

Shades and tints

Shades of #79785D

#79785D
(121,120,93)
#6E6E55
(110,110,85)
#63644D
(99,100,77)
#585A45
(88,90,69)
#4D503D
(77,80,61)
#424635
(66,70,53)
#373C2D
(55,60,45)
#2C3225
(44,50,37)
#21281D
(33,40,29)
#161E15
(22,30,21)
#0B140D
(11,20,13)
#000000
(0,0,0)

Tints of #79785D

#79785D
(121,120,93)
#85846B
(133,132,107)
#919079
(145,144,121)
#9D9C87
(157,156,135)
#A9A895
(169,168,149)
#B5B4A3
(181,180,163)
#C1C0B1
(193,192,177)
#CDCCBF
(205,204,191)
#D9D8CD
(217,216,205)
#E5E4DB
(229,228,219)
#F1F0E9
(241,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79785D; }

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

This text font color is #79785D.


Background Color

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

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

This div background color is #79785D.


Border color

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

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

This div border color is #79785D.


Opacity

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

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

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

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

This text has shadow with #79785D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79785D on black background.


Color preview on white background

This text has color #79785D on white background.



Black color preview on #79785D background

This text has black color on #79785D background.


White color preview on #79785D background

This text has white color on #79785D background.