COLOR #778A53

HEX: #778A53
RGB: (119,138,83)

Color info

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

RGB color model

#778A53 color RGB value is (119,138,83).

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

RGB channels and saturation

R 119 of 255 = 47%
G 138 of 255 = 54%
B 83 of 255 = 33%

119
138
83

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

Portions of RGB colors in percentages

R + G + B =
119 + 138 + 83 = 340 (100%)
R 119 of 340 ~ 35%
G 138 of 340 ~ 40.59%
B 83 of 340 ~ 24.41%

%35
%40.59
%24.41

CMYK color model

#778A53 color CMYK value is (14,0,40,46).

  • cyan value is 13.77%
  • magenta value is 0.00%
  • yellow value is 39.86%
  • key color value is 45.88%
CMYK:
(14,0,40,46)
C14M0Y40K46 
(14%,0%,40%,46%)
(0.14/0.00/0.40/0.46)	

CMYK percentages

%13.77
%0
%39.86
%45.88

Codes

Color #778A53 in popluar color models

778A53
RGB11913883
HSL81°24.89%43.33%
HSB/HSV81°39.86%54.12%
CMYK13.77%0.00%39.86%
45.88%

Color #778A53 in popluar number systems.

HEX778A53
Decimal11913883
Binary1110111100010101010011
Octal167212123

Shades and tints

Shades of #778A53

#778A53
(119,138,83)
#6D7E4C
(109,126,76)
#637245
(99,114,69)
#59663E
(89,102,62)
#4F5A37
(79,90,55)
#454E30
(69,78,48)
#3B4229
(59,66,41)
#313622
(49,54,34)
#272A1B
(39,42,27)
#1D1E14
(29,30,20)
#13120D
(19,18,13)
#000000
(0,0,0)

Tints of #778A53

#778A53
(119,138,83)
#839462
(131,148,98)
#8F9E71
(143,158,113)
#9BA880
(155,168,128)
#A7B28F
(167,178,143)
#B3BC9E
(179,188,158)
#BFC6AD
(191,198,173)
#CBD0BC
(203,208,188)
#D7DACB
(215,218,203)
#E3E4DA
(227,228,218)
#EFEEE9
(239,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #778A53; }

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

This text font color is #778A53.


Background Color

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

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

This div background color is #778A53.


Border color

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

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

This div border color is #778A53.


Opacity

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

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

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

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

This text has shadow with #778A53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778A53 on black background.


Color preview on white background

This text has color #778A53 on white background.



Black color preview on #778A53 background

This text has black color on #778A53 background.


White color preview on #778A53 background

This text has white color on #778A53 background.