COLOR #778A33

HEX: #778A33
RGB: (119,138,51)

Color info

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

RGB color model

#778A33 color RGB value is (119,138,51).

  • red value is 119;
  • green value is 138;
  • blue value is 51.
RGB:
(119,138,51)
(47%,54%,20%)

RGB channels and saturation

R 119 of 255 = 47%
G 138 of 255 = 54%
B 51 of 255 = 20%

119
138
51

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

Portions of RGB colors in percentages

R + G + B =
119 + 138 + 51 = 308 (100%)
R 119 of 308 ~ 38.64%
G 138 of 308 ~ 44.81%
B 51 of 308 ~ 16.56%

%38.64
%44.81
%16.56

CMYK color model

#778A33 color CMYK value is (14,0,63,46).

  • cyan value is 13.77%
  • magenta value is 0.00%
  • yellow value is 63.04%
  • key color value is 45.88%
CMYK:
(14,0,63,46)
C14M0Y63K46 
(14%,0%,63%,46%)
(0.14/0.00/0.63/0.46)	

CMYK percentages

%13.77
%0
%63.04
%45.88

Codes

Color #778A33 in popluar color models

778A33
RGB11913851
HSL73°46.03%37.06%
HSB/HSV73°63.04%54.12%
CMYK13.77%0.00%63.04%
45.88%

Color #778A33 in popluar number systems.

HEX778A33
Decimal11913851
Binary111011110001010110011
Octal16721263

Shades and tints

Shades of #778A33

#778A33
(119,138,51)
#6D7E2F
(109,126,47)
#63722B
(99,114,43)
#596627
(89,102,39)
#4F5A23
(79,90,35)
#454E1F
(69,78,31)
#3B421B
(59,66,27)
#313617
(49,54,23)
#272A13
(39,42,19)
#1D1E0F
(29,30,15)
#13120B
(19,18,11)
#000000
(0,0,0)

Tints of #778A33

#778A33
(119,138,51)
#839445
(131,148,69)
#8F9E57
(143,158,87)
#9BA869
(155,168,105)
#A7B27B
(167,178,123)
#B3BC8D
(179,188,141)
#BFC69F
(191,198,159)
#CBD0B1
(203,208,177)
#D7DAC3
(215,218,195)
#E3E4D5
(227,228,213)
#EFEEE7
(239,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #778A33 color. Also use rgb(119,138,51) instead hex code.

Text Font Color

.myTextColor { color: #778A33; }

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

This text font color is #778A33.


Background Color

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

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

This div background color is #778A33.


Border color

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

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

This div border color is #778A33.


Opacity

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

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

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

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

This text has shadow with #778A33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778A33 on black background.


Color preview on white background

This text has color #778A33 on white background.



Black color preview on #778A33 background

This text has black color on #778A33 background.


White color preview on #778A33 background

This text has white color on #778A33 background.