COLOR #79766B

HEX: #79766B
RGB: (121,118,107)

Color info

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

RGB color model

#79766B color RGB value is (121,118,107).

  • red value is 121;
  • green value is 118;
  • blue value is 107.
RGB:
(121,118,107)
(47%,46%,42%)

RGB channels and saturation

R 121 of 255 = 47%
G 118 of 255 = 46%
B 107 of 255 = 42%

121
118
107

R + G + B ~ 45%. #79766B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 118 + 107 = 346 (100%)
R 121 of 346 ~ 34.97%
G 118 of 346 ~ 34.1%
B 107 of 346 ~ 30.92%

%34.97
%34.1
%30.92

CMYK color model

#79766B color CMYK value is (0,2,12,53).

  • cyan value is 0.00%
  • magenta value is 2.48%
  • yellow value is 11.57%
  • key color value is 52.55%
CMYK:
(0,2,12,53)
C0M2Y12K53 
(0%,2%,12%,53%)
(0.00/0.02/0.12/0.53)	

CMYK percentages

%0
%2.48
%11.57
%52.55

Codes

Color #79766B in popluar color models

79766B
RGB121118107
HSL47°6.14%44.71%
HSB/HSV47°11.57%47.45%
CMYK0.00%2.48%11.57%
52.55%

Color #79766B in popluar number systems.

HEX79766B
Decimal121118107
Binary111100111101101101011
Octal171166153

Shades and tints

Shades of #79766B

#79766B
(121,118,107)
#6E6C62
(110,108,98)
#636259
(99,98,89)
#585850
(88,88,80)
#4D4E47
(77,78,71)
#42443E
(66,68,62)
#373A35
(55,58,53)
#2C302C
(44,48,44)
#212623
(33,38,35)
#161C1A
(22,28,26)
#0B1211
(11,18,17)
#000000
(0,0,0)

Tints of #79766B

#79766B
(121,118,107)
#858278
(133,130,120)
#918E85
(145,142,133)
#9D9A92
(157,154,146)
#A9A69F
(169,166,159)
#B5B2AC
(181,178,172)
#C1BEB9
(193,190,185)
#CDCAC6
(205,202,198)
#D9D6D3
(217,214,211)
#E5E2E0
(229,226,224)
#F1EEED
(241,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79766B color. Also use rgb(121,118,107) instead hex code.

Text Font Color

.myTextColor { color: #79766B; }

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

This text font color is #79766B.


Background Color

.myBgColor { background-color: #79766B; }

<div style="background-color:#79766B">Inner text</div>

This div background color is #79766B.


Border color

.myBorderColor { border: 1px solid #79766B; }

<div style="border:3px solid #79766B">Div</div>

This div border color is #79766B.


Opacity

.myOpacity80 { color: #79766B; opacity: 0.8; }

<p style="color:#79766B;opacity:0.8;">80%</p>

Text with #79766B 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 #79766B;}

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

This text has shadow with #79766B color.

.textShadow {text-shadow: 3px 3px 1px #79766B, 3px 3px 1px red;}

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

This text has shadow with #79766B primary color and red secondary color.


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

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

This text has shadow with #79766B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79766B on black background.


Color preview on white background

This text has color #79766B on white background.



Black color preview on #79766B background

This text has black color on #79766B background.


White color preview on #79766B background

This text has white color on #79766B background.