COLOR #79866B

HEX: #79866B
RGB: (121,134,107)

Color info

#79866B contains red, green and blue colors in about the same proportion. Web safe color of #79866B is #669966 (or #696).

RGB color model

#79866B color RGB value is (121,134,107).

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

RGB channels and saturation

R 121 of 255 = 47%
G 134 of 255 = 53%
B 107 of 255 = 42%

121
134
107

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

Portions of RGB colors in percentages

R + G + B =
121 + 134 + 107 = 362 (100%)
R 121 of 362 ~ 33.43%
G 134 of 362 ~ 37.02%
B 107 of 362 ~ 29.56%

%33.43
%37.02
%29.56

CMYK color model

#79866B color CMYK value is (10,0,20,47).

  • cyan value is 9.70%
  • magenta value is 0.00%
  • yellow value is 20.15%
  • key color value is 47.45%
CMYK:
(10,0,20,47)
C10M0Y20K47 
(10%,0%,20%,47%)
(0.10/0.00/0.20/0.47)	

CMYK percentages

%9.7
%0
%20.15
%47.45

Codes

Color #79866B in popluar color models

79866B
RGB121134107
HSL89°11.20%47.25%
HSB/HSV89°20.15%52.55%
CMYK9.70%0.00%20.15%
47.45%

Color #79866B in popluar number systems.

HEX79866B
Decimal121134107
Binary1111001100001101101011
Octal171206153

Shades and tints

Shades of #79866B

#79866B
(121,134,107)
#6E7A62
(110,122,98)
#636E59
(99,110,89)
#586250
(88,98,80)
#4D5647
(77,86,71)
#424A3E
(66,74,62)
#373E35
(55,62,53)
#2C322C
(44,50,44)
#212623
(33,38,35)
#161A1A
(22,26,26)
#0B0E11
(11,14,17)
#000000
(0,0,0)

Tints of #79866B

#79866B
(121,134,107)
#859178
(133,145,120)
#919C85
(145,156,133)
#9DA792
(157,167,146)
#A9B29F
(169,178,159)
#B5BDAC
(181,189,172)
#C1C8B9
(193,200,185)
#CDD3C6
(205,211,198)
#D9DED3
(217,222,211)
#E5E9E0
(229,233,224)
#F1F4ED
(241,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79866B; }

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

This text font color is #79866B.


Background Color

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

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

This div background color is #79866B.


Border color

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

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

This div border color is #79866B.


Opacity

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

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

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

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

This text has shadow with #79866B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79866B on black background.


Color preview on white background

This text has color #79866B on white background.



Black color preview on #79866B background

This text has black color on #79866B background.


White color preview on #79866B background

This text has white color on #79866B background.