COLOR #79827F

HEX: #79827F
RGB: (121,130,127)

Color info

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

RGB color model

#79827F color RGB value is (121,130,127).

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

RGB channels and saturation

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

121
130
127

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

Portions of RGB colors in percentages

R + G + B =
121 + 130 + 127 = 378 (100%)
R 121 of 378 ~ 32.01%
G 130 of 378 ~ 34.39%
B 127 of 378 ~ 33.6%

%32.01
%34.39
%33.6

CMYK color model

#79827F color CMYK value is (7,0,2,49).

  • cyan value is 6.92%
  • magenta value is 0.00%
  • yellow value is 2.31%
  • key color value is 49.02%
CMYK:
(7,0,2,49)
C7M0Y2K49 
(7%,0%,2%,49%)
(0.07/0.00/0.02/0.49)	

CMYK percentages

%6.92
%0
%2.31
%49.02

Codes

Color #79827F in popluar color models

79827F
RGB121130127
HSL160°3.59%49.22%
HSB/HSV160°6.92%50.98%
CMYK6.92%0.00%2.31%
49.02%

Color #79827F in popluar number systems.

HEX79827F
Decimal121130127
Binary1111001100000101111111
Octal171202177

Shades and tints

Shades of #79827F

#79827F
(121,130,127)
#6E7774
(110,119,116)
#636C69
(99,108,105)
#58615E
(88,97,94)
#4D5653
(77,86,83)
#424B48
(66,75,72)
#37403D
(55,64,61)
#2C3532
(44,53,50)
#212A27
(33,42,39)
#161F1C
(22,31,28)
#0B1411
(11,20,17)
#000000
(0,0,0)

Tints of #79827F

#79827F
(121,130,127)
#858D8A
(133,141,138)
#919895
(145,152,149)
#9DA3A0
(157,163,160)
#A9AEAB
(169,174,171)
#B5B9B6
(181,185,182)
#C1C4C1
(193,196,193)
#CDCFCC
(205,207,204)
#D9DAD7
(217,218,215)
#E5E5E2
(229,229,226)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79827F; }

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

This text font color is #79827F.


Background Color

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

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

This div background color is #79827F.


Border color

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

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

This div border color is #79827F.


Opacity

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

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

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

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

This text has shadow with #79827F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79827F on black background.


Color preview on white background

This text has color #79827F on white background.



Black color preview on #79827F background

This text has black color on #79827F background.


White color preview on #79827F background

This text has white color on #79827F background.