COLOR #79777B

HEX: #79777B RGB: (121,119,123)

Color info

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

RGB color model

#79777B color RGB value is (121,119,123).

RGB: (121,119,123) (47%, 47%, 48%)

RGB channels and saturation

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

121
119
123

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

Portions of RGB colors in percentages

R + G + B = 121 + 119 + 123 = 363 (100%)
R 121 of 363 ~ 33.33%
G 119 of 363 ~ 32.78%
B 123 of 363 ~ 33.88'%

%33.33
%32.78
%33.88

CMYK color model

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

  • cyan value is 1.63%
  • magenta value is 3.25%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK: (2,3,0,52) C2M3Y0K52 (2%,3%,0%,52%) (0.02/0.03/0.00/0.52) 

CMYK percentages

%1.63
%3.25
%0
%51.76

Codes

Color #79777B in popluar color models

79 77 7B
RGB 121 119 123
HSL 270° 1.65% 47.45%
HSB/HSV 270° 3.25% 48.24%
CMYK 1.63% 3.25% 0.00%
51.76%

Color #79777B in popluar number systems.

HEX 79 77 7B
Decimal 121 119 123
Binary 1111001 1110111 1111011
Octal 171 167 173

Shades and tints

Shades of #79777B

#79777B
(121,119,123)
#6E6D70
(110,109,112)
#636365
(99,99,101)
#58595A
(88,89,90)
#4D4F4F
(77,79,79)
#424544
(66,69,68)
#373B39
(55,59,57)
#2C312E
(44,49,46)
#212723
(33,39,35)
#161D18
(22,29,24)
#0B130D
(11,19,13)
#000000
(0,0,0)

Tints of #79777B

#79777B
(121,119,123)
#858387
(133,131,135)
#918F93
(145,143,147)
#9D9B9F
(157,155,159)
#A9A7AB
(169,167,171)
#B5B3B7
(181,179,183)
#C1BFC3
(193,191,195)
#CDCBCF
(205,203,207)
#D9D7DB
(217,215,219)
#E5E3E7
(229,227,231)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79777B; }

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

This text font color is #79777B.

Background Color

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

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

This div background color is #79777B.

Border color

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

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

This div border color is #79777B.

Opacity

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

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

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

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

This text has shadow with #79777B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79777B.

Preview

Color preview on black background

This text has color #79777B on black background.


Color preview on white background

This text has color #79777B on white background.


Black color preview on #79777B background

This text has black color on #79777B background.


White color preview on #79777B background

This text has white color on #79777B background.


Related colors

Complementary color

Complementary color for #hex is #868884.


I love getcolorcode.com

Triadic colors

1 #7B7977 and #777B79 with #79777B are triadic colors.

2 #7B7779 and #77797B with #79777B are triadic colors.