COLOR #798B75

HEX: #798B75
RGB: (121,139,117)

Color info

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

RGB color model

#798B75 color RGB value is (121,139,117).

  • red value is 121;
  • green value is 139;
  • blue value is 117.
RGB:
(121,139,117)
(47%,55%,46%)

RGB channels and saturation

R 121 of 255 = 47%
G 139 of 255 = 55%
B 117 of 255 = 46%

121
139
117

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

Portions of RGB colors in percentages

R + G + B =
121 + 139 + 117 = 377 (100%)
R 121 of 377 ~ 32.1%
G 139 of 377 ~ 36.87%
B 117 of 377 ~ 31.03%

%32.1
%36.87
%31.03

CMYK color model

#798B75 color CMYK value is (13,0,16,45).

  • cyan value is 12.95%
  • magenta value is 0.00%
  • yellow value is 15.83%
  • key color value is 45.49%
CMYK:
(13,0,16,45)
C13M0Y16K45 
(13%,0%,16%,45%)
(0.13/0.00/0.16/0.45)	

CMYK percentages

%12.95
%0
%15.83
%45.49

Codes

Color #798B75 in popluar color models

798B75
RGB121139117
HSL109°8.66%50.20%
HSB/HSV109°15.83%54.51%
CMYK12.95%0.00%15.83%
45.49%

Color #798B75 in popluar number systems.

HEX798B75
Decimal121139117
Binary1111001100010111110101
Octal171213165

Shades and tints

Shades of #798B75

#798B75
(121,139,117)
#6E7F6B
(110,127,107)
#637361
(99,115,97)
#586757
(88,103,87)
#4D5B4D
(77,91,77)
#424F43
(66,79,67)
#374339
(55,67,57)
#2C372F
(44,55,47)
#212B25
(33,43,37)
#161F1B
(22,31,27)
#0B1311
(11,19,17)
#000000
(0,0,0)

Tints of #798B75

#798B75
(121,139,117)
#859581
(133,149,129)
#919F8D
(145,159,141)
#9DA999
(157,169,153)
#A9B3A5
(169,179,165)
#B5BDB1
(181,189,177)
#C1C7BD
(193,199,189)
#CDD1C9
(205,209,201)
#D9DBD5
(217,219,213)
#E5E5E1
(229,229,225)
#F1EFED
(241,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #798B75 color. Also use rgb(121,139,117) instead hex code.

Text Font Color

.myTextColor { color: #798B75; }

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

This text font color is #798B75.


Background Color

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

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

This div background color is #798B75.


Border color

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

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

This div border color is #798B75.


Opacity

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

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

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

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

This text has shadow with #798B75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #798B75 on black background.


Color preview on white background

This text has color #798B75 on white background.



Black color preview on #798B75 background

This text has black color on #798B75 background.


White color preview on #798B75 background

This text has white color on #798B75 background.