COLOR #797992

HEX: #797992
RGB: (121,121,146)

Color info

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

RGB color model

#797992 color RGB value is (121,121,146).

  • red value is 121;
  • green value is 121;
  • blue value is 146.
RGB:
(121,121,146)
(47%,47%,57%)

RGB channels and saturation

R 121 of 255 = 47%
G 121 of 255 = 47%
B 146 of 255 = 57%

121
121
146

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

Portions of RGB colors in percentages

R + G + B =
121 + 121 + 146 = 388 (100%)
R 121 of 388 ~ 31.19%
G 121 of 388 ~ 31.19%
B 146 of 388 ~ 37.63%

%31.19
%31.19
%37.63

CMYK color model

#797992 color CMYK value is (17,17,0,43).

  • cyan value is 17.12%
  • magenta value is 17.12%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(17,17,0,43)
C17M17Y0K43 
(17%,17%,0%,43%)
(0.17/0.17/0.00/0.43)	

CMYK percentages

%17.12
%17.12
%0
%42.75

Codes

Color #797992 in popluar color models

797992
RGB121121146
HSL240°10.29%52.35%
HSB/HSV240°17.12%57.25%
CMYK17.12%17.12%0.00%
42.75%

Color #797992 in popluar number systems.

HEX797992
Decimal121121146
Binary1111001111100110010010
Octal171171222

Shades and tints

Shades of #797992

#797992
(121,121,146)
#6E6E85
(110,110,133)
#636378
(99,99,120)
#58586B
(88,88,107)
#4D4D5E
(77,77,94)
#424251
(66,66,81)
#373744
(55,55,68)
#2C2C37
(44,44,55)
#21212A
(33,33,42)
#16161D
(22,22,29)
#0B0B10
(11,11,16)
#000000
(0,0,0)

Tints of #797992

#797992
(121,121,146)
#85859B
(133,133,155)
#9191A4
(145,145,164)
#9D9DAD
(157,157,173)
#A9A9B6
(169,169,182)
#B5B5BF
(181,181,191)
#C1C1C8
(193,193,200)
#CDCDD1
(205,205,209)
#D9D9DA
(217,217,218)
#E5E5E3
(229,229,227)
#F1F1EC
(241,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #797992 color. Also use rgb(121,121,146) instead hex code.

Text Font Color

.myTextColor { color: #797992; }

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

This text font color is #797992.


Background Color

.myBgColor { background-color: #797992; }

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

This div background color is #797992.


Border color

.myBorderColor { border: 1px solid #797992; }

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

This div border color is #797992.


Opacity

.myOpacity80 { color: #797992; opacity: 0.8; }

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

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

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

This text has shadow with #797992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #797992 on black background.


Color preview on white background

This text has color #797992 on white background.



Black color preview on #797992 background

This text has black color on #797992 background.


White color preview on #797992 background

This text has white color on #797992 background.