COLOR #778C68

HEX: #778C68
RGB: (119,140,104)

Color info

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

RGB color model

#778C68 color RGB value is (119,140,104).

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

RGB channels and saturation

R 119 of 255 = 47%
G 140 of 255 = 55%
B 104 of 255 = 41%

119
140
104

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

Portions of RGB colors in percentages

R + G + B =
119 + 140 + 104 = 363 (100%)
R 119 of 363 ~ 32.78%
G 140 of 363 ~ 38.57%
B 104 of 363 ~ 28.65%

%32.78
%38.57
%28.65

CMYK color model

#778C68 color CMYK value is (15,0,26,45).

  • cyan value is 15.00%
  • magenta value is 0.00%
  • yellow value is 25.71%
  • key color value is 45.10%
CMYK: (15,0,26,45) C15M0Y26K45 (15%,0%,26%,45%) (0.15/0.00/0.26/0.45)

CMYK percentages

%15
%0
%25.71
%45.1

Codes

Color #778C68 in popluar color models

778C68
RGB119140104
HSL95°14.75%47.84%
HSB/HSV95°25.71%54.90%
CMYK15.00%0.00%25.71%
45.10%

Color #778C68 in popluar number systems.

HEX778C68
Decimal119140104
Binary1110111100011001101000
Octal167214150

Shades and tints

Shades of #778C68

#778C68
(119,140,104)
#6D805F
(109,128,95)
#637456
(99,116,86)
#59684D
(89,104,77)
#4F5C44
(79,92,68)
#45503B
(69,80,59)
#3B4432
(59,68,50)
#313829
(49,56,41)
#272C20
(39,44,32)
#1D2017
(29,32,23)
#13140E
(19,20,14)
#000000
(0,0,0)

Tints of #778C68

#778C68
(119,140,104)
#839675
(131,150,117)
#8FA082
(143,160,130)
#9BAA8F
(155,170,143)
#A7B49C
(167,180,156)
#B3BEA9
(179,190,169)
#BFC8B6
(191,200,182)
#CBD2C3
(203,210,195)
#D7DCD0
(215,220,208)
#E3E6DD
(227,230,221)
#EFF0EA
(239,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #778C68; }

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

This text font color is #778C68.


Background Color

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

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

This div background color is #778C68.


Border color

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

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

This div border color is #778C68.


Opacity

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

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

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

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

This text has shadow with #778C68 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #778C68 on black background.


Color preview on white background

This text has color #778C68 on white background.



Black color preview on #778C68 background

This text has black color on #778C68 background.


White color preview on #778C68 background

This text has white color on #778C68 background.