COLOR #778565

HEX: #778565
RGB: (119,133,101)

Color info

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

RGB color model

#778565 color RGB value is (119,133,101).

  • red value is 119;
  • green value is 133;
  • blue value is 101.
RGB:
(119,133,101)
(47%,52%,40%)

RGB channels and saturation

R 119 of 255 = 47%
G 133 of 255 = 52%
B 101 of 255 = 40%

119
133
101

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

Portions of RGB colors in percentages

R + G + B =
119 + 133 + 101 = 353 (100%)
R 119 of 353 ~ 33.71%
G 133 of 353 ~ 37.68%
B 101 of 353 ~ 28.61%

%33.71
%37.68
%28.61

CMYK color model

#778565 color CMYK value is (11,0,24,48).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 24.06%
  • key color value is 47.84%
CMYK:
(11,0,24,48)
C11M0Y24K48 
(11%,0%,24%,48%)
(0.11/0.00/0.24/0.48)	

CMYK percentages

%10.53
%0
%24.06
%47.84

Codes

Color #778565 in popluar color models

778565
RGB119133101
HSL86°13.68%45.88%
HSB/HSV86°24.06%52.16%
CMYK10.53%0.00%24.06%
47.84%

Color #778565 in popluar number systems.

HEX778565
Decimal119133101
Binary1110111100001011100101
Octal167205145

Shades and tints

Shades of #778565

#778565
(119,133,101)
#6D795C
(109,121,92)
#636D53
(99,109,83)
#59614A
(89,97,74)
#4F5541
(79,85,65)
#454938
(69,73,56)
#3B3D2F
(59,61,47)
#313126
(49,49,38)
#27251D
(39,37,29)
#1D1914
(29,25,20)
#130D0B
(19,13,11)
#000000
(0,0,0)

Tints of #778565

#778565
(119,133,101)
#839073
(131,144,115)
#8F9B81
(143,155,129)
#9BA68F
(155,166,143)
#A7B19D
(167,177,157)
#B3BCAB
(179,188,171)
#BFC7B9
(191,199,185)
#CBD2C7
(203,210,199)
#D7DDD5
(215,221,213)
#E3E8E3
(227,232,227)
#EFF3F1
(239,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #778565 color. Also use rgb(119,133,101) instead hex code.

Text Font Color

.myTextColor { color: #778565; }

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

This text font color is #778565.


Background Color

.myBgColor { background-color: #778565; }

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

This div background color is #778565.


Border color

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

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

This div border color is #778565.


Opacity

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

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

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

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

This text has shadow with #778565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778565 on black background.


Color preview on white background

This text has color #778565 on white background.



Black color preview on #778565 background

This text has black color on #778565 background.


White color preview on #778565 background

This text has white color on #778565 background.