COLOR #798088

HEX: #798088
RGB: (121,128,136)

Color info

#798088 contains red, green and blue colors in about the same proportion. Web safe color of #798088 is #666699 (or #669).

RGB color model

#798088 color RGB value is (121,128,136).

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

RGB channels and saturation

R 121 of 255 = 47%
G 128 of 255 = 50%
B 136 of 255 = 53%

121
128
136

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

Portions of RGB colors in percentages

R + G + B =
121 + 128 + 136 = 385 (100%)
R 121 of 385 ~ 31.43%
G 128 of 385 ~ 33.25%
B 136 of 385 ~ 35.32%

%31.43
%33.25
%35.32

CMYK color model

#798088 color CMYK value is (11,6,0,47).

  • cyan value is 11.03%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(11,6,0,47)
C11M6Y0K47 
(11%,6%,0%,47%)
(0.11/0.06/0.00/0.47)	

CMYK percentages

%11.03
%5.88
%0
%46.67

Codes

Color #798088 in popluar color models

798088
RGB121128136
HSL212°5.93%50.39%
HSB/HSV212°11.03%53.33%
CMYK11.03%5.88%0.00%
46.67%

Color #798088 in popluar number systems.

HEX798088
Decimal121128136
Binary11110011000000010001000
Octal171200210

Shades and tints

Shades of #798088

#798088
(121,128,136)
#6E757C
(110,117,124)
#636A70
(99,106,112)
#585F64
(88,95,100)
#4D5458
(77,84,88)
#42494C
(66,73,76)
#373E40
(55,62,64)
#2C3334
(44,51,52)
#212828
(33,40,40)
#161D1C
(22,29,28)
#0B1210
(11,18,16)
#000000
(0,0,0)

Tints of #798088

#798088
(121,128,136)
#858B92
(133,139,146)
#91969C
(145,150,156)
#9DA1A6
(157,161,166)
#A9ACB0
(169,172,176)
#B5B7BA
(181,183,186)
#C1C2C4
(193,194,196)
#CDCDCE
(205,205,206)
#D9D8D8
(217,216,216)
#E5E3E2
(229,227,226)
#F1EEEC
(241,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #798088; }

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

This text font color is #798088.


Background Color

.myBgColor { background-color: #798088; }

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

This div background color is #798088.


Border color

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

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

This div border color is #798088.


Opacity

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

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

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

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

This text has shadow with #798088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #798088 on black background.


Color preview on white background

This text has color #798088 on white background.



Black color preview on #798088 background

This text has black color on #798088 background.


White color preview on #798088 background

This text has white color on #798088 background.