COLOR #797B8F

HEX: #797B8F
RGB: (121,123,143)

Color info

#797B8F contains red, green and blue colors in about the same proportion. Web safe color of #797B8F is #666699 (or #669).

RGB color model

#797B8F color RGB value is (121,123,143).

  • red value is 121;
  • green value is 123;
  • blue value is 143.
RGB:
(121,123,143)
(47%,48%,56%)

RGB channels and saturation

R 121 of 255 = 47%
G 123 of 255 = 48%
B 143 of 255 = 56%

121
123
143

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

Portions of RGB colors in percentages

R + G + B =
121 + 123 + 143 = 387 (100%)
R 121 of 387 ~ 31.27%
G 123 of 387 ~ 31.78%
B 143 of 387 ~ 36.95%

%31.27
%31.78
%36.95

CMYK color model

#797B8F color CMYK value is (15,14,0,44).

  • cyan value is 15.38%
  • magenta value is 13.99%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(15,14,0,44)
C15M14Y0K44 
(15%,14%,0%,44%)
(0.15/0.14/0.00/0.44)	

CMYK percentages

%15.38
%13.99
%0
%43.92

Codes

Color #797B8F in popluar color models

797B8F
RGB121123143
HSL235°8.94%51.76%
HSB/HSV235°15.38%56.08%
CMYK15.38%13.99%0.00%
43.92%

Color #797B8F in popluar number systems.

HEX797B8F
Decimal121123143
Binary1111001111101110001111
Octal171173217

Shades and tints

Shades of #797B8F

#797B8F
(121,123,143)
#6E7082
(110,112,130)
#636575
(99,101,117)
#585A68
(88,90,104)
#4D4F5B
(77,79,91)
#42444E
(66,68,78)
#373941
(55,57,65)
#2C2E34
(44,46,52)
#212327
(33,35,39)
#16181A
(22,24,26)
#0B0D0D
(11,13,13)
#000000
(0,0,0)

Tints of #797B8F

#797B8F
(121,123,143)
#858799
(133,135,153)
#9193A3
(145,147,163)
#9D9FAD
(157,159,173)
#A9ABB7
(169,171,183)
#B5B7C1
(181,183,193)
#C1C3CB
(193,195,203)
#CDCFD5
(205,207,213)
#D9DBDF
(217,219,223)
#E5E7E9
(229,231,233)
#F1F3F3
(241,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #797B8F; }

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

This text font color is #797B8F.


Background Color

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

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

This div background color is #797B8F.


Border color

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

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

This div border color is #797B8F.


Opacity

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

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

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

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

This text has shadow with #797B8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #797B8F on black background.


Color preview on white background

This text has color #797B8F on white background.



Black color preview on #797B8F background

This text has black color on #797B8F background.


White color preview on #797B8F background

This text has white color on #797B8F background.