COLOR #79787B

HEX: #79787B
RGB: (121,120,123)

Color info

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

RGB color model

#79787B color RGB value is (121,120,123).

  • red value is 121;
  • green value is 120;
  • blue value is 123.
RGB:
(121,120,123)
(47%,47%,48%)

RGB channels and saturation

R 121 of 255 = 47%
G 120 of 255 = 47%
B 123 of 255 = 48%

121
120
123

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

Portions of RGB colors in percentages

R + G + B =
121 + 120 + 123 = 364 (100%)
R 121 of 364 ~ 33.24%
G 120 of 364 ~ 32.97%
B 123 of 364 ~ 33.79%

%33.24
%32.97
%33.79

CMYK color model

#79787B color CMYK value is (2,2,0,52).

  • cyan value is 1.63%
  • magenta value is 2.44%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(2,2,0,52)
C2M2Y0K52 
(2%,2%,0%,52%)
(0.02/0.02/0.00/0.52)	

CMYK percentages

%1.63
%2.44
%0
%51.76

Codes

Color #79787B in popluar color models

79787B
RGB121120123
HSL260°1.23%47.65%
HSB/HSV260°2.44%48.24%
CMYK1.63%2.44%0.00%
51.76%

Color #79787B in popluar number systems.

HEX79787B
Decimal121120123
Binary111100111110001111011
Octal171170173

Shades and tints

Shades of #79787B

#79787B
(121,120,123)
#6E6E70
(110,110,112)
#636465
(99,100,101)
#585A5A
(88,90,90)
#4D504F
(77,80,79)
#424644
(66,70,68)
#373C39
(55,60,57)
#2C322E
(44,50,46)
#212823
(33,40,35)
#161E18
(22,30,24)
#0B140D
(11,20,13)
#000000
(0,0,0)

Tints of #79787B

#79787B
(121,120,123)
#858487
(133,132,135)
#919093
(145,144,147)
#9D9C9F
(157,156,159)
#A9A8AB
(169,168,171)
#B5B4B7
(181,180,183)
#C1C0C3
(193,192,195)
#CDCCCF
(205,204,207)
#D9D8DB
(217,216,219)
#E5E4E7
(229,228,231)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79787B color. Also use rgb(121,120,123) instead hex code.

Text Font Color

.myTextColor { color: #79787B; }

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

This text font color is #79787B.


Background Color

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

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

This div background color is #79787B.


Border color

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

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

This div border color is #79787B.


Opacity

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

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

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

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

This text has shadow with #79787B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79787B on black background.


Color preview on white background

This text has color #79787B on white background.



Black color preview on #79787B background

This text has black color on #79787B background.


White color preview on #79787B background

This text has white color on #79787B background.