COLOR #778F64

HEX: #778F64
RGB: (119,143,100)

Color info

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

RGB color model

#778F64 color RGB value is (119,143,100).

  • red value is 119;
  • green value is 143;
  • blue value is 100.
RGB:
(119,143,100)
(47%,56%,39%)

RGB channels and saturation

R 119 of 255 = 47%
G 143 of 255 = 56%
B 100 of 255 = 39%

119
143
100

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

Portions of RGB colors in percentages

R + G + B =
119 + 143 + 100 = 362 (100%)
R 119 of 362 ~ 32.87%
G 143 of 362 ~ 39.5%
B 100 of 362 ~ 27.62%

%32.87
%39.5
%27.62

CMYK color model

#778F64 color CMYK value is (17,0,30,44).

  • cyan value is 16.78%
  • magenta value is 0.00%
  • yellow value is 30.07%
  • key color value is 43.92%
CMYK:
(17,0,30,44)
C17M0Y30K44 
(17%,0%,30%,44%)
(0.17/0.00/0.30/0.44)	

CMYK percentages

%16.78
%0
%30.07
%43.92

Codes

Color #778F64 in popluar color models

778F64
RGB119143100
HSL93°17.70%47.65%
HSB/HSV93°30.07%56.08%
CMYK16.78%0.00%30.07%
43.92%

Color #778F64 in popluar number systems.

HEX778F64
Decimal119143100
Binary1110111100011111100100
Octal167217144

Shades and tints

Shades of #778F64

#778F64
(119,143,100)
#6D825B
(109,130,91)
#637552
(99,117,82)
#596849
(89,104,73)
#4F5B40
(79,91,64)
#454E37
(69,78,55)
#3B412E
(59,65,46)
#313425
(49,52,37)
#27271C
(39,39,28)
#1D1A13
(29,26,19)
#130D0A
(19,13,10)
#000000
(0,0,0)

Tints of #778F64

#778F64
(119,143,100)
#839972
(131,153,114)
#8FA380
(143,163,128)
#9BAD8E
(155,173,142)
#A7B79C
(167,183,156)
#B3C1AA
(179,193,170)
#BFCBB8
(191,203,184)
#CBD5C6
(203,213,198)
#D7DFD4
(215,223,212)
#E3E9E2
(227,233,226)
#EFF3F0
(239,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #778F64 color. Also use rgb(119,143,100) instead hex code.

Text Font Color

.myTextColor { color: #778F64; }

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

This text font color is #778F64.


Background Color

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

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

This div background color is #778F64.


Border color

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

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

This div border color is #778F64.


Opacity

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

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

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

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

This text has shadow with #778F64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778F64 on black background.


Color preview on white background

This text has color #778F64 on white background.



Black color preview on #778F64 background

This text has black color on #778F64 background.


White color preview on #778F64 background

This text has white color on #778F64 background.