COLOR #798C84

HEX: #798C84
RGB: (121,140,132)

Color info

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

RGB color model

#798C84 color RGB value is (121,140,132).

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

RGB channels and saturation

R 121 of 255 = 47%
G 140 of 255 = 55%
B 132 of 255 = 52%

121
140
132

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

Portions of RGB colors in percentages

R + G + B =
121 + 140 + 132 = 393 (100%)
R 121 of 393 ~ 30.79%
G 140 of 393 ~ 35.62%
B 132 of 393 ~ 33.59%

%30.79
%35.62
%33.59

CMYK color model

#798C84 color CMYK value is (14,0,6,45).

  • cyan value is 13.57%
  • magenta value is 0.00%
  • yellow value is 5.71%
  • key color value is 45.10%
CMYK:
(14,0,6,45)
C14M0Y6K45 
(14%,0%,6%,45%)
(0.14/0.00/0.06/0.45)	

CMYK percentages

%13.57
%0
%5.71
%45.1

Codes

Color #798C84 in popluar color models

798C84
RGB121140132
HSL155°7.63%51.18%
HSB/HSV155°13.57%54.90%
CMYK13.57%0.00%5.71%
45.10%

Color #798C84 in popluar number systems.

HEX798C84
Decimal121140132
Binary11110011000110010000100
Octal171214204

Shades and tints

Shades of #798C84

#798C84
(121,140,132)
#6E8078
(110,128,120)
#63746C
(99,116,108)
#586860
(88,104,96)
#4D5C54
(77,92,84)
#425048
(66,80,72)
#37443C
(55,68,60)
#2C3830
(44,56,48)
#212C24
(33,44,36)
#162018
(22,32,24)
#0B140C
(11,20,12)
#000000
(0,0,0)

Tints of #798C84

#798C84
(121,140,132)
#85968F
(133,150,143)
#91A09A
(145,160,154)
#9DAAA5
(157,170,165)
#A9B4B0
(169,180,176)
#B5BEBB
(181,190,187)
#C1C8C6
(193,200,198)
#CDD2D1
(205,210,209)
#D9DCDC
(217,220,220)
#E5E6E7
(229,230,231)
#F1F0F2
(241,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #798C84; }

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

This text font color is #798C84.


Background Color

.myBgColor { background-color: #798C84; }

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

This div background color is #798C84.


Border color

.myBorderColor { border: 1px solid #798C84; }

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

This div border color is #798C84.


Opacity

.myOpacity80 { color: #798C84; opacity: 0.8; }

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

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

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

This text has shadow with #798C84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #798C84 on black background.


Color preview on white background

This text has color #798C84 on white background.



Black color preview on #798C84 background

This text has black color on #798C84 background.


White color preview on #798C84 background

This text has white color on #798C84 background.