COLOR #7B797A

HEX: #7B797A RGB: (123,121,122)

Color info

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

RGB color model

#7B797A color RGB value is (123,121,122).

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

RGB channels and saturation

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

123
121
122

R + G + B ~ 48%. #7B797A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 123 + 121 + 122 = 366 (100%)
R 123 of 366 ~ 33.61%
G 121 of 366 ~ 33.06%
B 122 of 366 ~ 33.33'%

%33.61
%33.06
%33.33

CMYK color model

#7B797A color CMYK value is (0,2,1,52).

  • cyan value is 0.00%
  • magenta value is 1.63%
  • yellow value is 0.81%
  • key color value is 51.76%

CMYK: (0,2,1,52)
C0M2Y1K52 (0%, 2%, 1%, 52%)
(0.00 / 0.02 / 0.01 / 0.52)

CMYK percentages

%0
%1.63
%0.81
%51.76

Codes

Color #7B797A in popluar color models

7B 79 7A
RGB 123 121 122
HSL 330° 0.82% 47.84%
HSB/HSV 330° 1.63% 48.24%
CMYK 0.00% 1.63% 0.81%
51.76%

Color #7B797A in popluar number systems.

HEX 7B 79 7A
Decimal 123 121 122
Binary 1111011 1111001 1111010
Octal 173 171 172

Shades and tints

Shades of #7B797A

#7B797A
(123,121,122)
#706E6F
(112,110,111)
#656364
(101,99,100)
#5A5859
(90,88,89)
#4F4D4E
(79,77,78)
#444243
(68,66,67)
#393738
(57,55,56)
#2E2C2D
(46,44,45)
#232122
(35,33,34)
#181617
(24,22,23)
#0D0B0C
(13,11,12)
#000000
(0,0,0)

Tints of #7B797A

#7B797A
(123,121,122)
#878586
(135,133,134)
#939192
(147,145,146)
#9F9D9E
(159,157,158)
#ABA9AA
(171,169,170)
#B7B5B6
(183,181,182)
#C3C1C2
(195,193,194)
#CFCDCE
(207,205,206)
#DBD9DA
(219,217,218)
#E7E5E6
(231,229,230)
#F3F1F2
(243,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B797A color. Also use rgb(123,121,122) instead hex code.

Text Font Color

.myTextColor { color: #7B797A; }

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

This text font color is #7B797A.

Background Color

.myBgColor { background-color: #7B797A; }

<div style="background-color:#7B797A">Inner text</div>

This div background color is #7B797A.

Border color

.myBorderColor { border: 1px solid #7B797A; }

<div style="border:3px solid #7B797A">Div</div>

This div border color is #7B797A.

Opacity

.myOpacity80 { color: #7B797A; opacity: 0.8; }

<p style="color:#7B797A;opacity:0.8;">80%</p>

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

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

This text has shadow with #7B797A color.


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

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

This text has shadow with #7B797A primary color and red secondary color.


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

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

This text has shadow with #7B797A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7B797A.

Preview

Color preview on black background

This text has color #7B797A on black background.


Color preview on white background

This text has color #7B797A on white background.


Black color preview on #7B797A background

This text has black color on #7B797A background.


White color preview on #7B797A background

This text has white color on #7B797A background.


Related colors

Complementary color

Complementary color for #hex is #848685.


I love getcolorcode.com

Triadic colors

1 #7A7B79 and #797A7B with #7B797A are triadic colors.

2 #7A797B and #797B7A with #7B797A are triadic colors.