COLOR #798991

HEX: #798991
RGB: (121,137,145)

Color info

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

RGB color model

#798991 color RGB value is (121,137,145).

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

RGB channels and saturation

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

121
137
145

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

Portions of RGB colors in percentages

R + G + B =
121 + 137 + 145 = 403 (100%)
R 121 of 403 ~ 30.02%
G 137 of 403 ~ 34%
B 145 of 403 ~ 35.98%

%30.02
%34
%35.98

CMYK color model

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

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

CMYK percentages

%16.55
%5.52
%0
%43.14

Codes

Color #798991 in popluar color models

798991
RGB121137145
HSL200°9.84%52.16%
HSB/HSV200°16.55%56.86%
CMYK16.55%5.52%0.00%
43.14%

Color #798991 in popluar number systems.

HEX798991
Decimal121137145
Binary11110011000100110010001
Octal171211221

Shades and tints

Shades of #798991

#798991
(121,137,145)
#6E7D84
(110,125,132)
#637177
(99,113,119)
#58656A
(88,101,106)
#4D595D
(77,89,93)
#424D50
(66,77,80)
#374143
(55,65,67)
#2C3536
(44,53,54)
#212929
(33,41,41)
#161D1C
(22,29,28)
#0B110F
(11,17,15)
#000000
(0,0,0)

Tints of #798991

#798991
(121,137,145)
#85939B
(133,147,155)
#919DA5
(145,157,165)
#9DA7AF
(157,167,175)
#A9B1B9
(169,177,185)
#B5BBC3
(181,187,195)
#C1C5CD
(193,197,205)
#CDCFD7
(205,207,215)
#D9D9E1
(217,217,225)
#E5E3EB
(229,227,235)
#F1EDF5
(241,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #798991; }

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

This text font color is #798991.


Background Color

.myBgColor { background-color: #798991; }

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

This div background color is #798991.


Border color

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

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

This div border color is #798991.


Opacity

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

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

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

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

This text has shadow with #798991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #798991 on black background.


Color preview on white background

This text has color #798991 on white background.



Black color preview on #798991 background

This text has black color on #798991 background.


White color preview on #798991 background

This text has white color on #798991 background.