COLOR #79817F

HEX: #79817F
RGB: (121,129,127)

Color info

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

RGB color model

#79817F color RGB value is (121,129,127).

  • red value is 121;
  • green value is 129;
  • blue value is 127.
RGB:
(121,129,127)
(47%,51%,50%)

RGB channels and saturation

R 121 of 255 = 47%
G 129 of 255 = 51%
B 127 of 255 = 50%

121
129
127

R + G + B ~ 49%. #79817F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 129 + 127 = 377 (100%)
R 121 of 377 ~ 32.1%
G 129 of 377 ~ 34.22%
B 127 of 377 ~ 33.69%

%32.1
%34.22
%33.69

CMYK color model

#79817F color CMYK value is (6,0,2,49).

  • cyan value is 6.20%
  • magenta value is 0.00%
  • yellow value is 1.55%
  • key color value is 49.41%
CMYK:
(6,0,2,49)
C6M0Y2K49 
(6%,0%,2%,49%)
(0.06/0.00/0.02/0.49)	

CMYK percentages

%6.2
%0
%1.55
%49.41

Codes

Color #79817F in popluar color models

79817F
RGB121129127
HSL165°3.20%49.02%
HSB/HSV165°6.20%50.59%
CMYK6.20%0.00%1.55%
49.41%

Color #79817F in popluar number systems.

HEX79817F
Decimal121129127
Binary1111001100000011111111
Octal171201177

Shades and tints

Shades of #79817F

#79817F
(121,129,127)
#6E7674
(110,118,116)
#636B69
(99,107,105)
#58605E
(88,96,94)
#4D5553
(77,85,83)
#424A48
(66,74,72)
#373F3D
(55,63,61)
#2C3432
(44,52,50)
#212927
(33,41,39)
#161E1C
(22,30,28)
#0B1311
(11,19,17)
#000000
(0,0,0)

Tints of #79817F

#79817F
(121,129,127)
#858C8A
(133,140,138)
#919795
(145,151,149)
#9DA2A0
(157,162,160)
#A9ADAB
(169,173,171)
#B5B8B6
(181,184,182)
#C1C3C1
(193,195,193)
#CDCECC
(205,206,204)
#D9D9D7
(217,217,215)
#E5E4E2
(229,228,226)
#F1EFED
(241,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79817F color. Also use rgb(121,129,127) instead hex code.

Text Font Color

.myTextColor { color: #79817F; }

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

This text font color is #79817F.


Background Color

.myBgColor { background-color: #79817F; }

<div style="background-color:#79817F">Inner text</div>

This div background color is #79817F.


Border color

.myBorderColor { border: 1px solid #79817F; }

<div style="border:3px solid #79817F">Div</div>

This div border color is #79817F.


Opacity

.myOpacity80 { color: #79817F; opacity: 0.8; }

<p style="color:#79817F;opacity:0.8;">80%</p>

Text with #79817F 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 #79817F;}

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

This text has shadow with #79817F color.

.textShadow {text-shadow: 3px 3px 1px #79817F, 3px 3px 1px red;}

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

This text has shadow with #79817F primary color and red secondary color.


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

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

This text has shadow with #79817F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79817F on black background.


Color preview on white background

This text has color #79817F on white background.



Black color preview on #79817F background

This text has black color on #79817F background.


White color preview on #79817F background

This text has white color on #79817F background.