COLOR #79896B

HEX: #79896B
RGB: (121,137,107)

Color info

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

RGB color model

#79896B color RGB value is (121,137,107).

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

RGB channels and saturation

R 121 of 255 = 47%
G 137 of 255 = 54%
B 107 of 255 = 42%

121
137
107

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

Portions of RGB colors in percentages

R + G + B =
121 + 137 + 107 = 365 (100%)
R 121 of 365 ~ 33.15%
G 137 of 365 ~ 37.53%
B 107 of 365 ~ 29.32%

%33.15
%37.53
%29.32

CMYK color model

#79896B color CMYK value is (12,0,22,46).

  • cyan value is 11.68%
  • magenta value is 0.00%
  • yellow value is 21.90%
  • key color value is 46.27%
CMYK:
(12,0,22,46)
C12M0Y22K46 
(12%,0%,22%,46%)
(0.12/0.00/0.22/0.46)	

CMYK percentages

%11.68
%0
%21.9
%46.27

Codes

Color #79896B in popluar color models

79896B
RGB121137107
HSL92°12.30%47.84%
HSB/HSV92°21.90%53.73%
CMYK11.68%0.00%21.90%
46.27%

Color #79896B in popluar number systems.

HEX79896B
Decimal121137107
Binary1111001100010011101011
Octal171211153

Shades and tints

Shades of #79896B

#79896B
(121,137,107)
#6E7D62
(110,125,98)
#637159
(99,113,89)
#586550
(88,101,80)
#4D5947
(77,89,71)
#424D3E
(66,77,62)
#374135
(55,65,53)
#2C352C
(44,53,44)
#212923
(33,41,35)
#161D1A
(22,29,26)
#0B1111
(11,17,17)
#000000
(0,0,0)

Tints of #79896B

#79896B
(121,137,107)
#859378
(133,147,120)
#919D85
(145,157,133)
#9DA792
(157,167,146)
#A9B19F
(169,177,159)
#B5BBAC
(181,187,172)
#C1C5B9
(193,197,185)
#CDCFC6
(205,207,198)
#D9D9D3
(217,217,211)
#E5E3E0
(229,227,224)
#F1EDED
(241,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79896B; }

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

This text font color is #79896B.


Background Color

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

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

This div background color is #79896B.


Border color

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

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

This div border color is #79896B.


Opacity

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

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

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

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

This text has shadow with #79896B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79896B on black background.


Color preview on white background

This text has color #79896B on white background.



Black color preview on #79896B background

This text has black color on #79896B background.


White color preview on #79896B background

This text has white color on #79896B background.