COLOR #778C62

HEX: #778C62
RGB: (119,140,98)

Color info

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

RGB color model

#778C62 color RGB value is (119,140,98).

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

RGB channels and saturation

R 119 of 255 = 47%
G 140 of 255 = 55%
B 98 of 255 = 38%

119
140
98

R + G + B ~ 47%. #778C62 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 140 + 98 = 357 (100%)
R 119 of 357 ~ 33.33%
G 140 of 357 ~ 39.22%
B 98 of 357 ~ 27.45%

%33.33
%39.22
%27.45

CMYK color model

#778C62 color CMYK value is (15,0,30,45).

  • cyan value is 15.00%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 45.10%
CMYK:
(15,0,30,45)
C15M0Y30K45 
(15%,0%,30%,45%)
(0.15/0.00/0.30/0.45)	

CMYK percentages

%15
%0
%30
%45.1

Codes

Color #778C62 in popluar color models

778C62
RGB11914098
HSL90°17.65%46.67%
HSB/HSV90°30.00%54.90%
CMYK15.00%0.00%30.00%
45.10%

Color #778C62 in popluar number systems.

HEX778C62
Decimal11914098
Binary1110111100011001100010
Octal167214142

Shades and tints

Shades of #778C62

#778C62
(119,140,98)
#6D805A
(109,128,90)
#637452
(99,116,82)
#59684A
(89,104,74)
#4F5C42
(79,92,66)
#45503A
(69,80,58)
#3B4432
(59,68,50)
#31382A
(49,56,42)
#272C22
(39,44,34)
#1D201A
(29,32,26)
#131412
(19,20,18)
#000000
(0,0,0)

Tints of #778C62

#778C62
(119,140,98)
#839670
(131,150,112)
#8FA07E
(143,160,126)
#9BAA8C
(155,170,140)
#A7B49A
(167,180,154)
#B3BEA8
(179,190,168)
#BFC8B6
(191,200,182)
#CBD2C4
(203,210,196)
#D7DCD2
(215,220,210)
#E3E6E0
(227,230,224)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #778C62; }

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

This text font color is #778C62.


Background Color

.myBgColor { background-color: #778C62; }

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

This div background color is #778C62.


Border color

.myBorderColor { border: 1px solid #778C62; }

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

This div border color is #778C62.


Opacity

.myOpacity80 { color: #778C62; opacity: 0.8; }

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

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

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

This text has shadow with #778C62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778C62 on black background.


Color preview on white background

This text has color #778C62 on white background.



Black color preview on #778C62 background

This text has black color on #778C62 background.


White color preview on #778C62 background

This text has white color on #778C62 background.