COLOR #798074

HEX: #798074
RGB: (121,128,116)

Color info

#798074 contains red, green and blue colors in about the same proportion. Web safe color of #798074 is #666666 (or #666).

RGB color model

#798074 color RGB value is (121,128,116).

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

RGB channels and saturation

R 121 of 255 = 47%
G 128 of 255 = 50%
B 116 of 255 = 45%

121
128
116

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

Portions of RGB colors in percentages

R + G + B =
121 + 128 + 116 = 365 (100%)
R 121 of 365 ~ 33.15%
G 128 of 365 ~ 35.07%
B 116 of 365 ~ 31.78%

%33.15
%35.07
%31.78

CMYK color model

#798074 color CMYK value is (5,0,9,50).

  • cyan value is 5.47%
  • magenta value is 0.00%
  • yellow value is 9.38%
  • key color value is 49.80%
CMYK:
(5,0,9,50)
C5M0Y9K50 
(5%,0%,9%,50%)
(0.05/0.00/0.09/0.50)	

CMYK percentages

%5.47
%0
%9.38
%49.8

Codes

Color #798074 in popluar color models

798074
RGB121128116
HSL95°4.92%47.84%
HSB/HSV95°9.38%50.20%
CMYK5.47%0.00%9.38%
49.80%

Color #798074 in popluar number systems.

HEX798074
Decimal121128116
Binary1111001100000001110100
Octal171200164

Shades and tints

Shades of #798074

#798074
(121,128,116)
#6E756A
(110,117,106)
#636A60
(99,106,96)
#585F56
(88,95,86)
#4D544C
(77,84,76)
#424942
(66,73,66)
#373E38
(55,62,56)
#2C332E
(44,51,46)
#212824
(33,40,36)
#161D1A
(22,29,26)
#0B1210
(11,18,16)
#000000
(0,0,0)

Tints of #798074

#798074
(121,128,116)
#858B80
(133,139,128)
#91968C
(145,150,140)
#9DA198
(157,161,152)
#A9ACA4
(169,172,164)
#B5B7B0
(181,183,176)
#C1C2BC
(193,194,188)
#CDCDC8
(205,205,200)
#D9D8D4
(217,216,212)
#E5E3E0
(229,227,224)
#F1EEEC
(241,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #798074; }

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

This text font color is #798074.


Background Color

.myBgColor { background-color: #798074; }

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

This div background color is #798074.


Border color

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

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

This div border color is #798074.


Opacity

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

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

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

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

This text has shadow with #798074 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #798074 on black background.


Color preview on white background

This text has color #798074 on white background.



Black color preview on #798074 background

This text has black color on #798074 background.


White color preview on #798074 background

This text has white color on #798074 background.