COLOR #79767E

HEX: #79767E
RGB: (121,118,126)

Color info

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

RGB color model

#79767E color RGB value is (121,118,126).

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

RGB channels and saturation

R 121 of 255 = 47%
G 118 of 255 = 46%
B 126 of 255 = 49%

121
118
126

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

Portions of RGB colors in percentages

R + G + B =
121 + 118 + 126 = 365 (100%)
R 121 of 365 ~ 33.15%
G 118 of 365 ~ 32.33%
B 126 of 365 ~ 34.52%

%33.15
%32.33
%34.52

CMYK color model

#79767E color CMYK value is (4,6,0,51).

  • cyan value is 3.97%
  • magenta value is 6.35%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK: (4,6,0,51) C4M6Y0K51 (4%,6%,0%,51%) (0.04/0.06/0.00/0.51)

CMYK percentages

%3.97
%6.35
%0
%50.59

Codes

Color #79767E in popluar color models

79767E
RGB121118126
HSL263°3.28%47.84%
HSB/HSV263°6.35%49.41%
CMYK3.97%6.35%0.00%
50.59%

Color #79767E in popluar number systems.

HEX79767E
Decimal121118126
Binary111100111101101111110
Octal171166176

Shades and tints

Shades of #79767E

#79767E
(121,118,126)
#6E6C73
(110,108,115)
#636268
(99,98,104)
#58585D
(88,88,93)
#4D4E52
(77,78,82)
#424447
(66,68,71)
#373A3C
(55,58,60)
#2C3031
(44,48,49)
#212626
(33,38,38)
#161C1B
(22,28,27)
#0B1210
(11,18,16)
#000000
(0,0,0)

Tints of #79767E

#79767E
(121,118,126)
#858289
(133,130,137)
#918E94
(145,142,148)
#9D9A9F
(157,154,159)
#A9A6AA
(169,166,170)
#B5B2B5
(181,178,181)
#C1BEC0
(193,190,192)
#CDCACB
(205,202,203)
#D9D6D6
(217,214,214)
#E5E2E1
(229,226,225)
#F1EEEC
(241,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79767E; }

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

This text font color is #79767E.


Background Color

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

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

This div background color is #79767E.


Border color

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

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

This div border color is #79767E.


Opacity

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

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

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

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

This text has shadow with #79767E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #79767E on black background.


Color preview on white background

This text has color #79767E on white background.



Black color preview on #79767E background

This text has black color on #79767E background.


White color preview on #79767E background

This text has white color on #79767E background.