COLOR #778762

HEX: #778762
RGB: (119,135,98)

Color info

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

RGB color model

#778762 color RGB value is (119,135,98).

  • red value is 119;
  • green value is 135;
  • blue value is 98.
RGB:
(119,135,98)
(47%,53%,38%)

RGB channels and saturation

R 119 of 255 = 47%
G 135 of 255 = 53%
B 98 of 255 = 38%

119
135
98

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

Portions of RGB colors in percentages

R + G + B =
119 + 135 + 98 = 352 (100%)
R 119 of 352 ~ 33.81%
G 135 of 352 ~ 38.35%
B 98 of 352 ~ 27.84%

%33.81
%38.35
%27.84

CMYK color model

#778762 color CMYK value is (12,0,27,47).

  • cyan value is 11.85%
  • magenta value is 0.00%
  • yellow value is 27.41%
  • key color value is 47.06%
CMYK:
(12,0,27,47)
C12M0Y27K47 
(12%,0%,27%,47%)
(0.12/0.00/0.27/0.47)	

CMYK percentages

%11.85
%0
%27.41
%47.06

Codes

Color #778762 in popluar color models

778762
RGB11913598
HSL86°15.88%45.69%
HSB/HSV86°27.41%52.94%
CMYK11.85%0.00%27.41%
47.06%

Color #778762 in popluar number systems.

HEX778762
Decimal11913598
Binary1110111100001111100010
Octal167207142

Shades and tints

Shades of #778762

#778762
(119,135,98)
#6D7B5A
(109,123,90)
#636F52
(99,111,82)
#59634A
(89,99,74)
#4F5742
(79,87,66)
#454B3A
(69,75,58)
#3B3F32
(59,63,50)
#31332A
(49,51,42)
#272722
(39,39,34)
#1D1B1A
(29,27,26)
#130F12
(19,15,18)
#000000
(0,0,0)

Tints of #778762

#778762
(119,135,98)
#839170
(131,145,112)
#8F9B7E
(143,155,126)
#9BA58C
(155,165,140)
#A7AF9A
(167,175,154)
#B3B9A8
(179,185,168)
#BFC3B6
(191,195,182)
#CBCDC4
(203,205,196)
#D7D7D2
(215,215,210)
#E3E1E0
(227,225,224)
#EFEBEE
(239,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #778762 color. Also use rgb(119,135,98) instead hex code.

Text Font Color

.myTextColor { color: #778762; }

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

This text font color is #778762.


Background Color

.myBgColor { background-color: #778762; }

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

This div background color is #778762.


Border color

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

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

This div border color is #778762.


Opacity

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

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

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

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

This text has shadow with #778762 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778762 on black background.


Color preview on white background

This text has color #778762 on white background.



Black color preview on #778762 background

This text has black color on #778762 background.


White color preview on #778762 background

This text has white color on #778762 background.