COLOR #79807D

HEX: #79807D
RGB: (121,128,125)

Color info

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

RGB color model

#79807D color RGB value is (121,128,125).

  • red value is 121;
  • green value is 128;
  • blue value is 125.
RGB:
(121,128,125)
(47%,50%,49%)

RGB channels and saturation

R 121 of 255 = 47%
G 128 of 255 = 50%
B 125 of 255 = 49%

121
128
125

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

Portions of RGB colors in percentages

R + G + B =
121 + 128 + 125 = 374 (100%)
R 121 of 374 ~ 32.35%
G 128 of 374 ~ 34.22%
B 125 of 374 ~ 33.42%

%32.35
%34.22
%33.42

CMYK color model

#79807D color CMYK value is (5,0,2,50).

  • cyan value is 5.47%
  • magenta value is 0.00%
  • yellow value is 2.34%
  • key color value is 49.80%
CMYK:
(5,0,2,50)
C5M0Y2K50 
(5%,0%,2%,50%)
(0.05/0.00/0.02/0.50)	

CMYK percentages

%5.47
%0
%2.34
%49.8

Codes

Color #79807D in popluar color models

79807D
RGB121128125
HSL154°2.81%48.82%
HSB/HSV154°5.47%50.20%
CMYK5.47%0.00%2.34%
49.80%

Color #79807D in popluar number systems.

HEX79807D
Decimal121128125
Binary1111001100000001111101
Octal171200175

Shades and tints

Shades of #79807D

#79807D
(121,128,125)
#6E7572
(110,117,114)
#636A67
(99,106,103)
#585F5C
(88,95,92)
#4D5451
(77,84,81)
#424946
(66,73,70)
#373E3B
(55,62,59)
#2C3330
(44,51,48)
#212825
(33,40,37)
#161D1A
(22,29,26)
#0B120F
(11,18,15)
#000000
(0,0,0)

Tints of #79807D

#79807D
(121,128,125)
#858B88
(133,139,136)
#919693
(145,150,147)
#9DA19E
(157,161,158)
#A9ACA9
(169,172,169)
#B5B7B4
(181,183,180)
#C1C2BF
(193,194,191)
#CDCDCA
(205,205,202)
#D9D8D5
(217,216,213)
#E5E3E0
(229,227,224)
#F1EEEB
(241,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79807D color. Also use rgb(121,128,125) instead hex code.

Text Font Color

.myTextColor { color: #79807D; }

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

This text font color is #79807D.


Background Color

.myBgColor { background-color: #79807D; }

<div style="background-color:#79807D">Inner text</div>

This div background color is #79807D.


Border color

.myBorderColor { border: 1px solid #79807D; }

<div style="border:3px solid #79807D">Div</div>

This div border color is #79807D.


Opacity

.myOpacity80 { color: #79807D; opacity: 0.8; }

<p style="color:#79807D;opacity:0.8;">80%</p>

Text with #79807D 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 #79807D;}

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

This text has shadow with #79807D color.

.textShadow {text-shadow: 3px 3px 1px #79807D, 3px 3px 1px red;}

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

This text has shadow with #79807D primary color and red secondary color.


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

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

This text has shadow with #79807D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79807D on black background.


Color preview on white background

This text has color #79807D on white background.



Black color preview on #79807D background

This text has black color on #79807D background.


White color preview on #79807D background

This text has white color on #79807D background.