COLOR #798168

HEX: #798168
RGB: (121,129,104)

Color info

#798168 contains red, green and blue colors in about the same proportion. Web safe color of #798168 is #669966 (or #696).

RGB color model

#798168 color RGB value is (121,129,104).

  • red value is 121;
  • green value is 129;
  • blue value is 104.
RGB:
(121,129,104)
(47%,51%,41%)

RGB channels and saturation

R 121 of 255 = 47%
G 129 of 255 = 51%
B 104 of 255 = 41%

121
129
104

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

Portions of RGB colors in percentages

R + G + B =
121 + 129 + 104 = 354 (100%)
R 121 of 354 ~ 34.18%
G 129 of 354 ~ 36.44%
B 104 of 354 ~ 29.38%

%34.18
%36.44
%29.38

CMYK color model

#798168 color CMYK value is (6,0,19,49).

  • cyan value is 6.20%
  • magenta value is 0.00%
  • yellow value is 19.38%
  • key color value is 49.41%
CMYK:
(6,0,19,49)
C6M0Y19K49 
(6%,0%,19%,49%)
(0.06/0.00/0.19/0.49)	

CMYK percentages

%6.2
%0
%19.38
%49.41

Codes

Color #798168 in popluar color models

798168
RGB121129104
HSL79°10.73%45.69%
HSB/HSV79°19.38%50.59%
CMYK6.20%0.00%19.38%
49.41%

Color #798168 in popluar number systems.

HEX798168
Decimal121129104
Binary1111001100000011101000
Octal171201150

Shades and tints

Shades of #798168

#798168
(121,129,104)
#6E765F
(110,118,95)
#636B56
(99,107,86)
#58604D
(88,96,77)
#4D5544
(77,85,68)
#424A3B
(66,74,59)
#373F32
(55,63,50)
#2C3429
(44,52,41)
#212920
(33,41,32)
#161E17
(22,30,23)
#0B130E
(11,19,14)
#000000
(0,0,0)

Tints of #798168

#798168
(121,129,104)
#858C75
(133,140,117)
#919782
(145,151,130)
#9DA28F
(157,162,143)
#A9AD9C
(169,173,156)
#B5B8A9
(181,184,169)
#C1C3B6
(193,195,182)
#CDCEC3
(205,206,195)
#D9D9D0
(217,217,208)
#E5E4DD
(229,228,221)
#F1EFEA
(241,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #798168 color. Also use rgb(121,129,104) instead hex code.

Text Font Color

.myTextColor { color: #798168; }

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

This text font color is #798168.


Background Color

.myBgColor { background-color: #798168; }

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

This div background color is #798168.


Border color

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

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

This div border color is #798168.


Opacity

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

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

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

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

This text has shadow with #798168 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #798168 on black background.


Color preview on white background

This text has color #798168 on white background.



Black color preview on #798168 background

This text has black color on #798168 background.


White color preview on #798168 background

This text has white color on #798168 background.