COLOR #79767A

HEX: #79767A
RGB: (121,118,122)

Color info

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

RGB color model

#79767A color RGB value is (121,118,122).

  • red value is 121;
  • green value is 118;
  • blue value is 122.
RGB:
(121,118,122)
(47%,46%,48%)

RGB channels and saturation

R 121 of 255 = 47%
G 118 of 255 = 46%
B 122 of 255 = 48%

121
118
122

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

Portions of RGB colors in percentages

R + G + B =
121 + 118 + 122 = 361 (100%)
R 121 of 361 ~ 33.52%
G 118 of 361 ~ 32.69%
B 122 of 361 ~ 33.8%

%33.52
%32.69
%33.8

CMYK color model

#79767A color CMYK value is (1,3,0,52).

  • cyan value is 0.82%
  • magenta value is 3.28%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(1,3,0,52)
C1M3Y0K52 
(1%,3%,0%,52%)
(0.01/0.03/0.00/0.52)	

CMYK percentages

%0.82
%3.28
%0
%52.16

Codes

Color #79767A in popluar color models

79767A
RGB121118122
HSL285°1.67%47.06%
HSB/HSV285°3.28%47.84%
CMYK0.82%3.28%0.00%
52.16%

Color #79767A in popluar number systems.

HEX79767A
Decimal121118122
Binary111100111101101111010
Octal171166172

Shades and tints

Shades of #79767A

#79767A
(121,118,122)
#6E6C6F
(110,108,111)
#636264
(99,98,100)
#585859
(88,88,89)
#4D4E4E
(77,78,78)
#424443
(66,68,67)
#373A38
(55,58,56)
#2C302D
(44,48,45)
#212622
(33,38,34)
#161C17
(22,28,23)
#0B120C
(11,18,12)
#000000
(0,0,0)

Tints of #79767A

#79767A
(121,118,122)
#858286
(133,130,134)
#918E92
(145,142,146)
#9D9A9E
(157,154,158)
#A9A6AA
(169,166,170)
#B5B2B6
(181,178,182)
#C1BEC2
(193,190,194)
#CDCACE
(205,202,206)
#D9D6DA
(217,214,218)
#E5E2E6
(229,226,230)
#F1EEF2
(241,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79767A color. Also use rgb(121,118,122) instead hex code.

Text Font Color

.myTextColor { color: #79767A; }

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

This text font color is #79767A.


Background Color

.myBgColor { background-color: #79767A; }

<div style="background-color:#79767A">Inner text</div>

This div background color is #79767A.


Border color

.myBorderColor { border: 1px solid #79767A; }

<div style="border:3px solid #79767A">Div</div>

This div border color is #79767A.


Opacity

.myOpacity80 { color: #79767A; opacity: 0.8; }

<p style="color:#79767A;opacity:0.8;">80%</p>

Text with #79767A 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 #79767A;}

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

This text has shadow with #79767A color.

.textShadow {text-shadow: 3px 3px 1px #79767A, 3px 3px 1px red;}

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

This text has shadow with #79767A primary color and red secondary color.


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

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

This text has shadow with #79767A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79767A on black background.


Color preview on white background

This text has color #79767A on white background.



Black color preview on #79767A background

This text has black color on #79767A background.


White color preview on #79767A background

This text has white color on #79767A background.