COLOR #778767

HEX: #778767
RGB: (119,135,103)

Color info

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

RGB color model

#778767 color RGB value is (119,135,103).

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

RGB channels and saturation

R 119 of 255 = 47%
G 135 of 255 = 53%
B 103 of 255 = 40%

119
135
103

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

Portions of RGB colors in percentages

R + G + B =
119 + 135 + 103 = 357 (100%)
R 119 of 357 ~ 33.33%
G 135 of 357 ~ 37.82%
B 103 of 357 ~ 28.85%

%33.33
%37.82
%28.85

CMYK color model

#778767 color CMYK value is (12,0,24,47).

  • cyan value is 11.85%
  • magenta value is 0.00%
  • yellow value is 23.70%
  • key color value is 47.06%
CMYK:
(12,0,24,47)
C12M0Y24K47 
(12%,0%,24%,47%)
(0.12/0.00/0.24/0.47)	

CMYK percentages

%11.85
%0
%23.7
%47.06

Codes

Color #778767 in popluar color models

778767
RGB119135103
HSL90°13.45%46.67%
HSB/HSV90°23.70%52.94%
CMYK11.85%0.00%23.70%
47.06%

Color #778767 in popluar number systems.

HEX778767
Decimal119135103
Binary1110111100001111100111
Octal167207147

Shades and tints

Shades of #778767

#778767
(119,135,103)
#6D7B5E
(109,123,94)
#636F55
(99,111,85)
#59634C
(89,99,76)
#4F5743
(79,87,67)
#454B3A
(69,75,58)
#3B3F31
(59,63,49)
#313328
(49,51,40)
#27271F
(39,39,31)
#1D1B16
(29,27,22)
#130F0D
(19,15,13)
#000000
(0,0,0)

Tints of #778767

#778767
(119,135,103)
#839174
(131,145,116)
#8F9B81
(143,155,129)
#9BA58E
(155,165,142)
#A7AF9B
(167,175,155)
#B3B9A8
(179,185,168)
#BFC3B5
(191,195,181)
#CBCDC2
(203,205,194)
#D7D7CF
(215,215,207)
#E3E1DC
(227,225,220)
#EFEBE9
(239,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #778767; }

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

This text font color is #778767.


Background Color

.myBgColor { background-color: #778767; }

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

This div background color is #778767.


Border color

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

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

This div border color is #778767.


Opacity

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

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

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

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

This text has shadow with #778767 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778767 on black background.


Color preview on white background

This text has color #778767 on white background.



Black color preview on #778767 background

This text has black color on #778767 background.


White color preview on #778767 background

This text has white color on #778767 background.