COLOR #798A8B

HEX: #798A8B RGB: (121,138,139)

Color info

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

RGB color model

#798A8B color RGB value is (121,138,139).

RGB: (121,138,139) (47%, 54%, 55%)

RGB channels and saturation

R 121 of 255 = 47%
G 138 of 255 = 54%
B 139 of 255 = 55%

121
138
139

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

Portions of RGB colors in percentages

R + G + B = 121 + 138 + 139 = 398 (100%)
R 121 of 398 ~ 30.4%
G 138 of 398 ~ 34.67%
B 139 of 398 ~ 34.92'%

%30.4
%34.67
%34.92

CMYK color model

#798A8B color CMYK value is (13,1,0,45).

  • cyan value is 12.95%
  • magenta value is 0.72%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (13,1,0,45)
C13M1Y0K45 (13%, 1%, 0%, 45%)
(0.13 / 0.01 / 0.00 / 0.45)

CMYK percentages

%12.95
%0.72
%0
%45.49

Codes

Color #798A8B in popluar color models

79 8A 8B
RGB 121 138 139
HSL 183° 7.20% 50.98%
HSB/HSV 183° 12.95% 54.51%
CMYK 12.95% 0.72% 0.00%
45.49%

Color #798A8B in popluar number systems.

HEX 79 8A 8B
Decimal 121 138 139
Binary 1111001 10001010 10001011
Octal 171 212 213

Shades and tints

Shades of #798A8B

#798A8B
(121,138,139)
#6E7E7F
(110,126,127)
#637273
(99,114,115)
#586667
(88,102,103)
#4D5A5B
(77,90,91)
#424E4F
(66,78,79)
#374243
(55,66,67)
#2C3637
(44,54,55)
#212A2B
(33,42,43)
#161E1F
(22,30,31)
#0B1213
(11,18,19)
#000000
(0,0,0)

Tints of #798A8B

#798A8B
(121,138,139)
#859495
(133,148,149)
#919E9F
(145,158,159)
#9DA8A9
(157,168,169)
#A9B2B3
(169,178,179)
#B5BCBD
(181,188,189)
#C1C6C7
(193,198,199)
#CDD0D1
(205,208,209)
#D9DADB
(217,218,219)
#E5E4E5
(229,228,229)
#F1EEEF
(241,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #798A8B; }

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

This text font color is #798A8B.

Background Color

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

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

This div background color is #798A8B.

Border color

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

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

This div border color is #798A8B.

Opacity

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

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

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

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

This text has shadow with #798A8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #798A8B.

Preview

Color preview on black background

This text has color #798A8B on black background.


Color preview on white background

This text has color #798A8B on white background.


Black color preview on #798A8B background

This text has black color on #798A8B background.


White color preview on #798A8B background

This text has white color on #798A8B background.


Related colors

Complementary color

Complementary color for #hex is #867574.


I love getcolorcode.com

Triadic colors

1 #8B798A and #8A8B79 with #798A8B are triadic colors.

2 #8B8A79 and #8A798B with #798A8B are triadic colors.