COLOR #797C7B

HEX: #797C7B RGB: (121,124,123)

Color info

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

RGB color model

#797C7B color RGB value is (121,124,123).

RGB: (121,124,123) (47%, 49%, 48%)

RGB channels and saturation

R 121 of 255 = 47%
G 124 of 255 = 49%
B 123 of 255 = 48%

121
124
123

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

Portions of RGB colors in percentages

R + G + B = 121 + 124 + 123 = 368 (100%)
R 121 of 368 ~ 32.88%
G 124 of 368 ~ 33.7%
B 123 of 368 ~ 33.42'%

%32.88
%33.7
%33.42

CMYK color model

#797C7B color CMYK value is (2,0,1,51).

  • cyan value is 2.42%
  • magenta value is 0.00%
  • yellow value is 0.81%
  • key color value is 51.37%

CMYK: (2,0,1,51)
C2M0Y1K51 (2%, 0%, 1%, 51%)
(0.02 / 0.00 / 0.01 / 0.51)

CMYK percentages

%2.42
%0
%0.81
%51.37

Codes

Color #797C7B in popluar color models

79 7C 7B
RGB 121 124 123
HSL 160° 1.22% 48.04%
HSB/HSV 160° 2.42% 48.63%
CMYK 2.42% 0.00% 0.81%
51.37%

Color #797C7B in popluar number systems.

HEX 79 7C 7B
Decimal 121 124 123
Binary 1111001 1111100 1111011
Octal 171 174 173

Shades and tints

Shades of #797C7B

#797C7B
(121,124,123)
#6E7170
(110,113,112)
#636665
(99,102,101)
#585B5A
(88,91,90)
#4D504F
(77,80,79)
#424544
(66,69,68)
#373A39
(55,58,57)
#2C2F2E
(44,47,46)
#212423
(33,36,35)
#161918
(22,25,24)
#0B0E0D
(11,14,13)
#000000
(0,0,0)

Tints of #797C7B

#797C7B
(121,124,123)
#858787
(133,135,135)
#919293
(145,146,147)
#9D9D9F
(157,157,159)
#A9A8AB
(169,168,171)
#B5B3B7
(181,179,183)
#C1BEC3
(193,190,195)
#CDC9CF
(205,201,207)
#D9D4DB
(217,212,219)
#E5DFE7
(229,223,231)
#F1EAF3
(241,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #797C7B color. Also use rgb(121,124,123) instead hex code.

Text Font Color

.myTextColor { color: #797C7B; }

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

This text font color is #797C7B.

Background Color

.myBgColor { background-color: #797C7B; }

<div style="background-color:#797C7B">Inner text</div>

This div background color is #797C7B.

Border color

.myBorderColor { border: 1px solid #797C7B; }

<div style="border:3px solid #797C7B">Div</div>

This div border color is #797C7B.

Opacity

.myOpacity80 { color: #797C7B; opacity: 0.8; }

<p style="color:#797C7B;opacity:0.8;">80%</p>

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

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

This text has shadow with #797C7B color.


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

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

This text has shadow with #797C7B primary color and red secondary color.


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

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

This text has shadow with #797C7B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #797C7B.

Preview

Color preview on black background

This text has color #797C7B on black background.


Color preview on white background

This text has color #797C7B on white background.


Black color preview on #797C7B background

This text has black color on #797C7B background.


White color preview on #797C7B background

This text has white color on #797C7B background.


Related colors

Complementary color

Complementary color for #hex is #868384.


I love getcolorcode.com

Triadic colors

1 #7B797C and #7C7B79 with #797C7B are triadic colors.

2 #7B7C79 and #7C797B with #797C7B are triadic colors.