COLOR #798992

HEX: #798992
RGB: (121,137,146)

Color info

#798992 contains red, green and blue colors in about the same proportion. Web safe color of #798992 is #669999 (or #699).

RGB color model

#798992 color RGB value is (121,137,146).

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

RGB channels and saturation

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

121
137
146

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

Portions of RGB colors in percentages

R + G + B =
121 + 137 + 146 = 404 (100%)
R 121 of 404 ~ 29.95%
G 137 of 404 ~ 33.91%
B 146 of 404 ~ 36.14%

%29.95
%33.91
%36.14

CMYK color model

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

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

CMYK percentages

%17.12
%6.16
%0
%42.75

Codes

Color #798992 in popluar color models

798992
RGB121137146
HSL202°10.29%52.35%
HSB/HSV202°17.12%57.25%
CMYK17.12%6.16%0.00%
42.75%

Color #798992 in popluar number systems.

HEX798992
Decimal121137146
Binary11110011000100110010010
Octal171211222

Shades and tints

Shades of #798992

#798992
(121,137,146)
#6E7D85
(110,125,133)
#637178
(99,113,120)
#58656B
(88,101,107)
#4D595E
(77,89,94)
#424D51
(66,77,81)
#374144
(55,65,68)
#2C3537
(44,53,55)
#21292A
(33,41,42)
#161D1D
(22,29,29)
#0B1110
(11,17,16)
#000000
(0,0,0)

Tints of #798992

#798992
(121,137,146)
#85939B
(133,147,155)
#919DA4
(145,157,164)
#9DA7AD
(157,167,173)
#A9B1B6
(169,177,182)
#B5BBBF
(181,187,191)
#C1C5C8
(193,197,200)
#CDCFD1
(205,207,209)
#D9D9DA
(217,217,218)
#E5E3E3
(229,227,227)
#F1EDEC
(241,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #798992; }

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

This text font color is #798992.


Background Color

.myBgColor { background-color: #798992; }

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

This div background color is #798992.


Border color

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

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

This div border color is #798992.


Opacity

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

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

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

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

This text has shadow with #798992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #798992 on black background.


Color preview on white background

This text has color #798992 on white background.



Black color preview on #798992 background

This text has black color on #798992 background.


White color preview on #798992 background

This text has white color on #798992 background.