COLOR #778063

HEX: #778063
RGB: (119,128,99)

Color info

#778063 contains red, green and blue colors in about the same proportion. Web safe color of #778063 is #666666 (or #666).

RGB color model

#778063 color RGB value is (119,128,99).

  • red value is 119;
  • green value is 128;
  • blue value is 99.
RGB:
(119,128,99)
(47%,50%,39%)

RGB channels and saturation

R 119 of 255 = 47%
G 128 of 255 = 50%
B 99 of 255 = 39%

119
128
99

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

Portions of RGB colors in percentages

R + G + B =
119 + 128 + 99 = 346 (100%)
R 119 of 346 ~ 34.39%
G 128 of 346 ~ 36.99%
B 99 of 346 ~ 28.61%

%34.39
%36.99
%28.61

CMYK color model

#778063 color CMYK value is (7,0,23,50).

  • cyan value is 7.03%
  • magenta value is 0.00%
  • yellow value is 22.66%
  • key color value is 49.80%
CMYK:
(7,0,23,50)
C7M0Y23K50 
(7%,0%,23%,50%)
(0.07/0.00/0.23/0.50)	

CMYK percentages

%7.03
%0
%22.66
%49.8

Codes

Color #778063 in popluar color models

778063
RGB11912899
HSL79°12.78%44.51%
HSB/HSV79°22.66%50.20%
CMYK7.03%0.00%22.66%
49.80%

Color #778063 in popluar number systems.

HEX778063
Decimal11912899
Binary1110111100000001100011
Octal167200143

Shades and tints

Shades of #778063

#778063
(119,128,99)
#6D755A
(109,117,90)
#636A51
(99,106,81)
#595F48
(89,95,72)
#4F543F
(79,84,63)
#454936
(69,73,54)
#3B3E2D
(59,62,45)
#313324
(49,51,36)
#27281B
(39,40,27)
#1D1D12
(29,29,18)
#131209
(19,18,9)
#000000
(0,0,0)

Tints of #778063

#778063
(119,128,99)
#838B71
(131,139,113)
#8F967F
(143,150,127)
#9BA18D
(155,161,141)
#A7AC9B
(167,172,155)
#B3B7A9
(179,183,169)
#BFC2B7
(191,194,183)
#CBCDC5
(203,205,197)
#D7D8D3
(215,216,211)
#E3E3E1
(227,227,225)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #778063 color. Also use rgb(119,128,99) instead hex code.

Text Font Color

.myTextColor { color: #778063; }

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

This text font color is #778063.


Background Color

.myBgColor { background-color: #778063; }

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

This div background color is #778063.


Border color

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

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

This div border color is #778063.


Opacity

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

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

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

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

This text has shadow with #778063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778063 on black background.


Color preview on white background

This text has color #778063 on white background.



Black color preview on #778063 background

This text has black color on #778063 background.


White color preview on #778063 background

This text has white color on #778063 background.