COLOR #79806B

HEX: #79806B RGB: (121,128,107)

Color info

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

RGB color model

#79806B color RGB value is (121,128,107).

RGB: (121,128,107) (47%, 50%, 42%)

RGB channels and saturation

R 121 of 255 = 47%
G 128 of 255 = 50%
B 107 of 255 = 42%

121
128
107

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

Portions of RGB colors in percentages

R + G + B = 121 + 128 + 107 = 356 (100%)
R 121 of 356 ~ 33.99%
G 128 of 356 ~ 35.96%
B 107 of 356 ~ 30.06'%

%33.99
%35.96
%30.06

CMYK color model

#79806B color CMYK value is (5,0,16,50).

  • cyan value is 5.47%
  • magenta value is 0.00%
  • yellow value is 16.41%
  • key color value is 49.80%

CMYK: (5,0,16,50)
C5M0Y16K50 (5%, 0%, 16%, 50%)
(0.05 / 0.00 / 0.16 / 0.50)

CMYK percentages

%5.47
%0
%16.41
%49.8

Codes

Color #79806B in popluar color models

79 80 6B
RGB 121 128 107
HSL 80° 8.94% 46.08%
HSB/HSV 80° 16.41% 50.20%
CMYK 5.47% 0.00% 16.41%
49.80%

Color #79806B in popluar number systems.

HEX 79 80 6B
Decimal 121 128 107
Binary 1111001 10000000 1101011
Octal 171 200 153

Shades and tints

Shades of #79806B

#79806B
(121,128,107)
#6E7562
(110,117,98)
#636A59
(99,106,89)
#585F50
(88,95,80)
#4D5447
(77,84,71)
#42493E
(66,73,62)
#373E35
(55,62,53)
#2C332C
(44,51,44)
#212823
(33,40,35)
#161D1A
(22,29,26)
#0B1211
(11,18,17)
#000000
(0,0,0)

Tints of #79806B

#79806B
(121,128,107)
#858B78
(133,139,120)
#919685
(145,150,133)
#9DA192
(157,161,146)
#A9AC9F
(169,172,159)
#B5B7AC
(181,183,172)
#C1C2B9
(193,194,185)
#CDCDC6
(205,205,198)
#D9D8D3
(217,216,211)
#E5E3E0
(229,227,224)
#F1EEED
(241,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79806B; }

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

This text font color is #79806B.

Background Color

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

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

This div background color is #79806B.

Border color

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

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

This div border color is #79806B.

Opacity

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

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

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

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

This text has shadow with #79806B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79806B.

Preview

Color preview on black background

This text has color #79806B on black background.


Color preview on white background

This text has color #79806B on white background.


Black color preview on #79806B background

This text has black color on #79806B background.


White color preview on #79806B background

This text has white color on #79806B background.


Related colors

Complementary color

Complementary color for #hex is #867F94.


I love getcolorcode.com

Triadic colors

1 #6B7980 and #806B79 with #79806B are triadic colors.

2 #6B8079 and #80796B with #79806B are triadic colors.