COLOR #798776

HEX: #798776
RGB: (121,135,118)

Color info

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

RGB color model

#798776 color RGB value is (121,135,118).

  • red value is 121;
  • green value is 135;
  • blue value is 118.
RGB:
(121,135,118)
(47%,53%,46%)

RGB channels and saturation

R 121 of 255 = 47%
G 135 of 255 = 53%
B 118 of 255 = 46%

121
135
118

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

Portions of RGB colors in percentages

R + G + B =
121 + 135 + 118 = 374 (100%)
R 121 of 374 ~ 32.35%
G 135 of 374 ~ 36.1%
B 118 of 374 ~ 31.55%

%32.35
%36.1
%31.55

CMYK color model

#798776 color CMYK value is (10,0,13,47).

  • cyan value is 10.37%
  • magenta value is 0.00%
  • yellow value is 12.59%
  • key color value is 47.06%
CMYK:
(10,0,13,47)
C10M0Y13K47 
(10%,0%,13%,47%)
(0.10/0.00/0.13/0.47)	

CMYK percentages

%10.37
%0
%12.59
%47.06

Codes

Color #798776 in popluar color models

798776
RGB121135118
HSL109°6.72%49.61%
HSB/HSV109°12.59%52.94%
CMYK10.37%0.00%12.59%
47.06%

Color #798776 in popluar number systems.

HEX798776
Decimal121135118
Binary1111001100001111110110
Octal171207166

Shades and tints

Shades of #798776

#798776
(121,135,118)
#6E7B6C
(110,123,108)
#636F62
(99,111,98)
#586358
(88,99,88)
#4D574E
(77,87,78)
#424B44
(66,75,68)
#373F3A
(55,63,58)
#2C3330
(44,51,48)
#212726
(33,39,38)
#161B1C
(22,27,28)
#0B0F12
(11,15,18)
#000000
(0,0,0)

Tints of #798776

#798776
(121,135,118)
#859182
(133,145,130)
#919B8E
(145,155,142)
#9DA59A
(157,165,154)
#A9AFA6
(169,175,166)
#B5B9B2
(181,185,178)
#C1C3BE
(193,195,190)
#CDCDCA
(205,205,202)
#D9D7D6
(217,215,214)
#E5E1E2
(229,225,226)
#F1EBEE
(241,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #798776 color. Also use rgb(121,135,118) instead hex code.

Text Font Color

.myTextColor { color: #798776; }

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

This text font color is #798776.


Background Color

.myBgColor { background-color: #798776; }

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

This div background color is #798776.


Border color

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

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

This div border color is #798776.


Opacity

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

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

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

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

This text has shadow with #798776 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #798776 on black background.


Color preview on white background

This text has color #798776 on white background.



Black color preview on #798776 background

This text has black color on #798776 background.


White color preview on #798776 background

This text has white color on #798776 background.