COLOR #79775D

HEX: #79775D
RGB: (121,119,93)

Color info

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

RGB color model

#79775D color RGB value is (121,119,93).

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

RGB channels and saturation

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

121
119
93

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

Portions of RGB colors in percentages

R + G + B =
121 + 119 + 93 = 333 (100%)
R 121 of 333 ~ 36.34%
G 119 of 333 ~ 35.74%
B 93 of 333 ~ 27.93%

%36.34
%35.74
%27.93

CMYK color model

#79775D color CMYK value is (0,2,23,53).

  • cyan value is 0.00%
  • magenta value is 1.65%
  • yellow value is 23.14%
  • key color value is 52.55%
CMYK:
(0,2,23,53)
C0M2Y23K53 
(0%,2%,23%,53%)
(0.00/0.02/0.23/0.53)	

CMYK percentages

%0
%1.65
%23.14
%52.55

Codes

Color #79775D in popluar color models

79775D
RGB12111993
HSL56°13.08%41.96%
HSB/HSV56°23.14%47.45%
CMYK0.00%1.65%23.14%
52.55%

Color #79775D in popluar number systems.

HEX79775D
Decimal12111993
Binary111100111101111011101
Octal171167135

Shades and tints

Shades of #79775D

#79775D
(121,119,93)
#6E6D55
(110,109,85)
#63634D
(99,99,77)
#585945
(88,89,69)
#4D4F3D
(77,79,61)
#424535
(66,69,53)
#373B2D
(55,59,45)
#2C3125
(44,49,37)
#21271D
(33,39,29)
#161D15
(22,29,21)
#0B130D
(11,19,13)
#000000
(0,0,0)

Tints of #79775D

#79775D
(121,119,93)
#85836B
(133,131,107)
#918F79
(145,143,121)
#9D9B87
(157,155,135)
#A9A795
(169,167,149)
#B5B3A3
(181,179,163)
#C1BFB1
(193,191,177)
#CDCBBF
(205,203,191)
#D9D7CD
(217,215,205)
#E5E3DB
(229,227,219)
#F1EFE9
(241,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79775D; }

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

This text font color is #79775D.


Background Color

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

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

This div background color is #79775D.


Border color

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

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

This div border color is #79775D.


Opacity

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

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

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

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

This text has shadow with #79775D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79775D on black background.


Color preview on white background

This text has color #79775D on white background.



Black color preview on #79775D background

This text has black color on #79775D background.


White color preview on #79775D background

This text has white color on #79775D background.