COLOR #79775F

HEX: #79775F
RGB: (121,119,95)

Color info

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

RGB color model

#79775F color RGB value is (121,119,95).

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

RGB channels and saturation

R 121 of 255 = 47%
G 119 of 255 = 47%
B 95 of 255 = 37%

121
119
95

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

Portions of RGB colors in percentages

R + G + B =
121 + 119 + 95 = 335 (100%)
R 121 of 335 ~ 36.12%
G 119 of 335 ~ 35.52%
B 95 of 335 ~ 28.36%

%36.12
%35.52
%28.36

CMYK color model

#79775F color CMYK value is (0,2,21,53).

  • cyan value is 0.00%
  • magenta value is 1.65%
  • yellow value is 21.49%
  • key color value is 52.55%
CMYK:
(0,2,21,53)
C0M2Y21K53 
(0%,2%,21%,53%)
(0.00/0.02/0.21/0.53)	

CMYK percentages

%0
%1.65
%21.49
%52.55

Codes

Color #79775F in popluar color models

79775F
RGB12111995
HSL55°12.04%42.35%
HSB/HSV55°21.49%47.45%
CMYK0.00%1.65%21.49%
52.55%

Color #79775F in popluar number systems.

HEX79775F
Decimal12111995
Binary111100111101111011111
Octal171167137

Shades and tints

Shades of #79775F

#79775F
(121,119,95)
#6E6D57
(110,109,87)
#63634F
(99,99,79)
#585947
(88,89,71)
#4D4F3F
(77,79,63)
#424537
(66,69,55)
#373B2F
(55,59,47)
#2C3127
(44,49,39)
#21271F
(33,39,31)
#161D17
(22,29,23)
#0B130F
(11,19,15)
#000000
(0,0,0)

Tints of #79775F

#79775F
(121,119,95)
#85836D
(133,131,109)
#918F7B
(145,143,123)
#9D9B89
(157,155,137)
#A9A797
(169,167,151)
#B5B3A5
(181,179,165)
#C1BFB3
(193,191,179)
#CDCBC1
(205,203,193)
#D9D7CF
(217,215,207)
#E5E3DD
(229,227,221)
#F1EFEB
(241,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79775F; }

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

This text font color is #79775F.


Background Color

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

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

This div background color is #79775F.


Border color

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

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

This div border color is #79775F.


Opacity

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

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

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

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

This text has shadow with #79775F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79775F on black background.


Color preview on white background

This text has color #79775F on white background.



Black color preview on #79775F background

This text has black color on #79775F background.


White color preview on #79775F background

This text has white color on #79775F background.