COLOR #798A94

HEX: #798A94 RGB: (121,138,148)

Color info

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

RGB color model

#798A94 color RGB value is (121,138,148).

RGB: (121,138,148) (47%, 54%, 58%)

RGB channels and saturation

R 121 of 255 = 47%
G 138 of 255 = 54%
B 148 of 255 = 58%

121
138
148

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

Portions of RGB colors in percentages

R + G + B = 121 + 138 + 148 = 407 (100%)
R 121 of 407 ~ 29.73%
G 138 of 407 ~ 33.91%
B 148 of 407 ~ 36.36'%

%29.73
%33.91
%36.36

CMYK color model

#798A94 color CMYK value is (18,7,0,42).

  • cyan value is 18.24%
  • magenta value is 6.76%
  • yellow value is 0.00%
  • key color value is 41.96%

CMYK: (18,7,0,42)
C18M7Y0K42 (18%, 7%, 0%, 42%)
(0.18 / 0.07 / 0.00 / 0.42)

CMYK percentages

%18.24
%6.76
%0
%41.96

Codes

Color #798A94 in popluar color models

79 8A 94
RGB 121 138 148
HSL 202° 11.20% 52.75%
HSB/HSV 202° 18.24% 58.04%
CMYK 18.24% 6.76% 0.00%
41.96%

Color #798A94 in popluar number systems.

HEX 79 8A 94
Decimal 121 138 148
Binary 1111001 10001010 10010100
Octal 171 212 224

Shades and tints

Shades of #798A94

#798A94
(121,138,148)
#6E7E87
(110,126,135)
#63727A
(99,114,122)
#58666D
(88,102,109)
#4D5A60
(77,90,96)
#424E53
(66,78,83)
#374246
(55,66,70)
#2C3639
(44,54,57)
#212A2C
(33,42,44)
#161E1F
(22,30,31)
#0B1212
(11,18,18)
#000000
(0,0,0)

Tints of #798A94

#798A94
(121,138,148)
#85949D
(133,148,157)
#919EA6
(145,158,166)
#9DA8AF
(157,168,175)
#A9B2B8
(169,178,184)
#B5BCC1
(181,188,193)
#C1C6CA
(193,198,202)
#CDD0D3
(205,208,211)
#D9DADC
(217,218,220)
#E5E4E5
(229,228,229)
#F1EEEE
(241,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #798A94 color. Also use rgb(121,138,148) instead hex code.

Text Font Color

.myTextColor { color: #798A94; }

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

This text font color is #798A94.

Background Color

.myBgColor { background-color: #798A94; }

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

This div background color is #798A94.

Border color

.myBorderColor { border: 1px solid #798A94; }

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

This div border color is #798A94.

Opacity

.myOpacity80 { color: #798A94; opacity: 0.8; }

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

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

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

This text has shadow with #798A94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #798A94.

Preview

Color preview on black background

This text has color #798A94 on black background.


Color preview on white background

This text has color #798A94 on white background.


Black color preview on #798A94 background

This text has black color on #798A94 background.


White color preview on #798A94 background

This text has white color on #798A94 background.


Related colors

Complementary color

Complementary color for #hex is #86756B.


I love getcolorcode.com

Triadic colors

1 #94798A and #8A9479 with #798A94 are triadic colors.

2 #948A79 and #8A7994 with #798A94 are triadic colors.