COLOR #79776D

HEX: #79776D
RGB: (121,119,109)

Color info

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

RGB color model

#79776D color RGB value is (121,119,109).

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

RGB channels and saturation

R 121 of 255 = 47%
G 119 of 255 = 47%
B 109 of 255 = 43%

121
119
109

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

Portions of RGB colors in percentages

R + G + B =
121 + 119 + 109 = 349 (100%)
R 121 of 349 ~ 34.67%
G 119 of 349 ~ 34.1%
B 109 of 349 ~ 31.23%

%34.67
%34.1
%31.23

CMYK color model

#79776D color CMYK value is (0,2,10,53).

  • cyan value is 0.00%
  • magenta value is 1.65%
  • yellow value is 9.92%
  • key color value is 52.55%
CMYK:
(0,2,10,53)
C0M2Y10K53 
(0%,2%,10%,53%)
(0.00/0.02/0.10/0.53)	

CMYK percentages

%0
%1.65
%9.92
%52.55

Codes

Color #79776D in popluar color models

79776D
RGB121119109
HSL50°5.22%45.10%
HSB/HSV50°9.92%47.45%
CMYK0.00%1.65%9.92%
52.55%

Color #79776D in popluar number systems.

HEX79776D
Decimal121119109
Binary111100111101111101101
Octal171167155

Shades and tints

Shades of #79776D

#79776D
(121,119,109)
#6E6D64
(110,109,100)
#63635B
(99,99,91)
#585952
(88,89,82)
#4D4F49
(77,79,73)
#424540
(66,69,64)
#373B37
(55,59,55)
#2C312E
(44,49,46)
#212725
(33,39,37)
#161D1C
(22,29,28)
#0B1313
(11,19,19)
#000000
(0,0,0)

Tints of #79776D

#79776D
(121,119,109)
#85837A
(133,131,122)
#918F87
(145,143,135)
#9D9B94
(157,155,148)
#A9A7A1
(169,167,161)
#B5B3AE
(181,179,174)
#C1BFBB
(193,191,187)
#CDCBC8
(205,203,200)
#D9D7D5
(217,215,213)
#E5E3E2
(229,227,226)
#F1EFEF
(241,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79776D; }

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

This text font color is #79776D.


Background Color

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

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

This div background color is #79776D.


Border color

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

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

This div border color is #79776D.


Opacity

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

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

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

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

This text has shadow with #79776D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79776D on black background.


Color preview on white background

This text has color #79776D on white background.



Black color preview on #79776D background

This text has black color on #79776D background.


White color preview on #79776D background

This text has white color on #79776D background.