COLOR #798486

HEX: #798486
RGB: (121,132,134)

Color info

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

RGB color model

#798486 color RGB value is (121,132,134).

  • red value is 121;
  • green value is 132;
  • blue value is 134.
RGB:
(121,132,134)
(47%,52%,53%)

RGB channels and saturation

R 121 of 255 = 47%
G 132 of 255 = 52%
B 134 of 255 = 53%

121
132
134

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

Portions of RGB colors in percentages

R + G + B =
121 + 132 + 134 = 387 (100%)
R 121 of 387 ~ 31.27%
G 132 of 387 ~ 34.11%
B 134 of 387 ~ 34.63%

%31.27
%34.11
%34.63

CMYK color model

#798486 color CMYK value is (10,1,0,47).

  • cyan value is 9.70%
  • magenta value is 1.49%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(10,1,0,47)
C10M1Y0K47 
(10%,1%,0%,47%)
(0.10/0.01/0.00/0.47)	

CMYK percentages

%9.7
%1.49
%0
%47.45

Codes

Color #798486 in popluar color models

798486
RGB121132134
HSL189°5.10%50.00%
HSB/HSV189°9.70%52.55%
CMYK9.70%1.49%0.00%
47.45%

Color #798486 in popluar number systems.

HEX798486
Decimal121132134
Binary11110011000010010000110
Octal171204206

Shades and tints

Shades of #798486

#798486
(121,132,134)
#6E787A
(110,120,122)
#636C6E
(99,108,110)
#586062
(88,96,98)
#4D5456
(77,84,86)
#42484A
(66,72,74)
#373C3E
(55,60,62)
#2C3032
(44,48,50)
#212426
(33,36,38)
#16181A
(22,24,26)
#0B0C0E
(11,12,14)
#000000
(0,0,0)

Tints of #798486

#798486
(121,132,134)
#858F91
(133,143,145)
#919A9C
(145,154,156)
#9DA5A7
(157,165,167)
#A9B0B2
(169,176,178)
#B5BBBD
(181,187,189)
#C1C6C8
(193,198,200)
#CDD1D3
(205,209,211)
#D9DCDE
(217,220,222)
#E5E7E9
(229,231,233)
#F1F2F4
(241,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #798486 color. Also use rgb(121,132,134) instead hex code.

Text Font Color

.myTextColor { color: #798486; }

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

This text font color is #798486.


Background Color

.myBgColor { background-color: #798486; }

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

This div background color is #798486.


Border color

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

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

This div border color is #798486.


Opacity

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

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

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

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

This text has shadow with #798486 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #798486 on black background.


Color preview on white background

This text has color #798486 on white background.



Black color preview on #798486 background

This text has black color on #798486 background.


White color preview on #798486 background

This text has white color on #798486 background.