COLOR #798988

HEX: #798988
RGB: (121,137,136)

Color info

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

RGB color model

#798988 color RGB value is (121,137,136).

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

RGB channels and saturation

R 121 of 255 = 47%
G 137 of 255 = 54%
B 136 of 255 = 53%

121
137
136

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

Portions of RGB colors in percentages

R + G + B =
121 + 137 + 136 = 394 (100%)
R 121 of 394 ~ 30.71%
G 137 of 394 ~ 34.77%
B 136 of 394 ~ 34.52%

%30.71
%34.77
%34.52

CMYK color model

#798988 color CMYK value is (12,0,1,46).

  • cyan value is 11.68%
  • magenta value is 0.00%
  • yellow value is 0.73%
  • key color value is 46.27%
CMYK:
(12,0,1,46)
C12M0Y1K46 
(12%,0%,1%,46%)
(0.12/0.00/0.01/0.46)	

CMYK percentages

%11.68
%0
%0.73
%46.27

Codes

Color #798988 in popluar color models

798988
RGB121137136
HSL176°6.35%50.59%
HSB/HSV176°11.68%53.73%
CMYK11.68%0.00%0.73%
46.27%

Color #798988 in popluar number systems.

HEX798988
Decimal121137136
Binary11110011000100110001000
Octal171211210

Shades and tints

Shades of #798988

#798988
(121,137,136)
#6E7D7C
(110,125,124)
#637170
(99,113,112)
#586564
(88,101,100)
#4D5958
(77,89,88)
#424D4C
(66,77,76)
#374140
(55,65,64)
#2C3534
(44,53,52)
#212928
(33,41,40)
#161D1C
(22,29,28)
#0B1110
(11,17,16)
#000000
(0,0,0)

Tints of #798988

#798988
(121,137,136)
#859392
(133,147,146)
#919D9C
(145,157,156)
#9DA7A6
(157,167,166)
#A9B1B0
(169,177,176)
#B5BBBA
(181,187,186)
#C1C5C4
(193,197,196)
#CDCFCE
(205,207,206)
#D9D9D8
(217,217,216)
#E5E3E2
(229,227,226)
#F1EDEC
(241,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #798988; }

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

This text font color is #798988.


Background Color

.myBgColor { background-color: #798988; }

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

This div background color is #798988.


Border color

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

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

This div border color is #798988.


Opacity

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

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

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

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

This text has shadow with #798988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #798988 on black background.


Color preview on white background

This text has color #798988 on white background.



Black color preview on #798988 background

This text has black color on #798988 background.


White color preview on #798988 background

This text has white color on #798988 background.