COLOR #798086

HEX: #798086
RGB: (121,128,134)

Color info

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

RGB color model

#798086 color RGB value is (121,128,134).

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

RGB channels and saturation

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

121
128
134

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

Portions of RGB colors in percentages

R + G + B =
121 + 128 + 134 = 383 (100%)
R 121 of 383 ~ 31.59%
G 128 of 383 ~ 33.42%
B 134 of 383 ~ 34.99%

%31.59
%33.42
%34.99

CMYK color model

#798086 color CMYK value is (10,4,0,47).

  • cyan value is 9.70%
  • magenta value is 4.48%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(10,4,0,47)
C10M4Y0K47 
(10%,4%,0%,47%)
(0.10/0.04/0.00/0.47)	

CMYK percentages

%9.7
%4.48
%0
%47.45

Codes

Color #798086 in popluar color models

798086
RGB121128134
HSL208°5.10%50.00%
HSB/HSV208°9.70%52.55%
CMYK9.70%4.48%0.00%
47.45%

Color #798086 in popluar number systems.

HEX798086
Decimal121128134
Binary11110011000000010000110
Octal171200206

Shades and tints

Shades of #798086

#798086
(121,128,134)
#6E757A
(110,117,122)
#636A6E
(99,106,110)
#585F62
(88,95,98)
#4D5456
(77,84,86)
#42494A
(66,73,74)
#373E3E
(55,62,62)
#2C3332
(44,51,50)
#212826
(33,40,38)
#161D1A
(22,29,26)
#0B120E
(11,18,14)
#000000
(0,0,0)

Tints of #798086

#798086
(121,128,134)
#858B91
(133,139,145)
#91969C
(145,150,156)
#9DA1A7
(157,161,167)
#A9ACB2
(169,172,178)
#B5B7BD
(181,183,189)
#C1C2C8
(193,194,200)
#CDCDD3
(205,205,211)
#D9D8DE
(217,216,222)
#E5E3E9
(229,227,233)
#F1EEF4
(241,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #798086; }

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

This text font color is #798086.


Background Color

.myBgColor { background-color: #798086; }

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

This div background color is #798086.


Border color

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

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

This div border color is #798086.


Opacity

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

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

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

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

This text has shadow with #798086 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #798086 on black background.


Color preview on white background

This text has color #798086 on white background.



Black color preview on #798086 background

This text has black color on #798086 background.


White color preview on #798086 background

This text has white color on #798086 background.