COLOR #778F38

HEX: #778F38
RGB: (119,143,56)

Color info

#778F38 contains mainly red and green colors. Web safe color of #778F38 is #669933 (or #693).

RGB color model

#778F38 color RGB value is (119,143,56).

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

RGB channels and saturation

R 119 of 255 = 47%
G 143 of 255 = 56%
B 56 of 255 = 22%

119
143
56

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

Portions of RGB colors in percentages

R + G + B =
119 + 143 + 56 = 318 (100%)
R 119 of 318 ~ 37.42%
G 143 of 318 ~ 44.97%
B 56 of 318 ~ 17.61%

%37.42
%44.97
%17.61

CMYK color model

#778F38 color CMYK value is (17,0,61,44).

  • cyan value is 16.78%
  • magenta value is 0.00%
  • yellow value is 60.84%
  • key color value is 43.92%
CMYK:
(17,0,61,44)
C17M0Y61K44 
(17%,0%,61%,44%)
(0.17/0.00/0.61/0.44)	

CMYK percentages

%16.78
%0
%60.84
%43.92

Codes

Color #778F38 in popluar color models

778F38
RGB11914356
HSL77°43.72%39.02%
HSB/HSV77°60.84%56.08%
CMYK16.78%0.00%60.84%
43.92%

Color #778F38 in popluar number systems.

HEX778F38
Decimal11914356
Binary111011110001111111000
Octal16721770

Shades and tints

Shades of #778F38

#778F38
(119,143,56)
#6D8233
(109,130,51)
#63752E
(99,117,46)
#596829
(89,104,41)
#4F5B24
(79,91,36)
#454E1F
(69,78,31)
#3B411A
(59,65,26)
#313415
(49,52,21)
#272710
(39,39,16)
#1D1A0B
(29,26,11)
#130D06
(19,13,6)
#000000
(0,0,0)

Tints of #778F38

#778F38
(119,143,56)
#83994A
(131,153,74)
#8FA35C
(143,163,92)
#9BAD6E
(155,173,110)
#A7B780
(167,183,128)
#B3C192
(179,193,146)
#BFCBA4
(191,203,164)
#CBD5B6
(203,213,182)
#D7DFC8
(215,223,200)
#E3E9DA
(227,233,218)
#EFF3EC
(239,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #778F38; }

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

This text font color is #778F38.


Background Color

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

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

This div background color is #778F38.


Border color

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

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

This div border color is #778F38.


Opacity

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

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

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

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

This text has shadow with #778F38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778F38 on black background.


Color preview on white background

This text has color #778F38 on white background.



Black color preview on #778F38 background

This text has black color on #778F38 background.


White color preview on #778F38 background

This text has white color on #778F38 background.