COLOR #798796

HEX: #798796
RGB: (121,135,150)

Color info

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

RGB color model

#798796 color RGB value is (121,135,150).

  • red value is 121;
  • green value is 135;
  • blue value is 150.
RGB:
(121,135,150)
(47%,53%,59%)

RGB channels and saturation

R 121 of 255 = 47%
G 135 of 255 = 53%
B 150 of 255 = 59%

121
135
150

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

Portions of RGB colors in percentages

R + G + B =
121 + 135 + 150 = 406 (100%)
R 121 of 406 ~ 29.8%
G 135 of 406 ~ 33.25%
B 150 of 406 ~ 36.95%

%29.8
%33.25
%36.95

CMYK color model

#798796 color CMYK value is (19,10,0,41).

  • cyan value is 19.33%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(19,10,0,41)
C19M10Y0K41 
(19%,10%,0%,41%)
(0.19/0.10/0.00/0.41)	

CMYK percentages

%19.33
%10
%0
%41.18

Codes

Color #798796 in popluar color models

798796
RGB121135150
HSL211°12.13%53.14%
HSB/HSV211°19.33%58.82%
CMYK19.33%10.00%0.00%
41.18%

Color #798796 in popluar number systems.

HEX798796
Decimal121135150
Binary11110011000011110010110
Octal171207226

Shades and tints

Shades of #798796

#798796
(121,135,150)
#6E7B89
(110,123,137)
#636F7C
(99,111,124)
#58636F
(88,99,111)
#4D5762
(77,87,98)
#424B55
(66,75,85)
#373F48
(55,63,72)
#2C333B
(44,51,59)
#21272E
(33,39,46)
#161B21
(22,27,33)
#0B0F14
(11,15,20)
#000000
(0,0,0)

Tints of #798796

#798796
(121,135,150)
#85919F
(133,145,159)
#919BA8
(145,155,168)
#9DA5B1
(157,165,177)
#A9AFBA
(169,175,186)
#B5B9C3
(181,185,195)
#C1C3CC
(193,195,204)
#CDCDD5
(205,205,213)
#D9D7DE
(217,215,222)
#E5E1E7
(229,225,231)
#F1EBF0
(241,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #798796 color. Also use rgb(121,135,150) instead hex code.

Text Font Color

.myTextColor { color: #798796; }

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

This text font color is #798796.


Background Color

.myBgColor { background-color: #798796; }

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

This div background color is #798796.


Border color

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

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

This div border color is #798796.


Opacity

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

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

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

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

This text has shadow with #798796 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #798796 on black background.


Color preview on white background

This text has color #798796 on white background.



Black color preview on #798796 background

This text has black color on #798796 background.


White color preview on #798796 background

This text has white color on #798796 background.