COLOR #778527

HEX: #778527
RGB: (119,133,39)

Color info

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

RGB color model

#778527 color RGB value is (119,133,39).

  • red value is 119;
  • green value is 133;
  • blue value is 39.
RGB:
(119,133,39)
(47%,52%,15%)

RGB channels and saturation

R 119 of 255 = 47%
G 133 of 255 = 52%
B 39 of 255 = 15%

119
133
39

R + G + B ~ 38%. #778527 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 133 + 39 = 291 (100%)
R 119 of 291 ~ 40.89%
G 133 of 291 ~ 45.7%
B 39 of 291 ~ 13.4%

%40.89
%45.7
%13.4

CMYK color model

#778527 color CMYK value is (11,0,71,48).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 70.68%
  • key color value is 47.84%
CMYK:
(11,0,71,48)
C11M0Y71K48 
(11%,0%,71%,48%)
(0.11/0.00/0.71/0.48)	

CMYK percentages

%10.53
%0
%70.68
%47.84

Codes

Color #778527 in popluar color models

778527
RGB11913339
HSL69°54.65%33.73%
HSB/HSV69°70.68%52.16%
CMYK10.53%0.00%70.68%
47.84%

Color #778527 in popluar number systems.

HEX778527
Decimal11913339
Binary111011110000101100111
Octal16720547

Shades and tints

Shades of #778527

#778527
(119,133,39)
#6D7924
(109,121,36)
#636D21
(99,109,33)
#59611E
(89,97,30)
#4F551B
(79,85,27)
#454918
(69,73,24)
#3B3D15
(59,61,21)
#313112
(49,49,18)
#27250F
(39,37,15)
#1D190C
(29,25,12)
#130D09
(19,13,9)
#000000
(0,0,0)

Tints of #778527

#778527
(119,133,39)
#83903A
(131,144,58)
#8F9B4D
(143,155,77)
#9BA660
(155,166,96)
#A7B173
(167,177,115)
#B3BC86
(179,188,134)
#BFC799
(191,199,153)
#CBD2AC
(203,210,172)
#D7DDBF
(215,221,191)
#E3E8D2
(227,232,210)
#EFF3E5
(239,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #778527 color. Also use rgb(119,133,39) instead hex code.

Text Font Color

.myTextColor { color: #778527; }

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

This text font color is #778527.


Background Color

.myBgColor { background-color: #778527; }

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

This div background color is #778527.


Border color

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

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

This div border color is #778527.


Opacity

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

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

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

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

This text has shadow with #778527 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778527 on black background.


Color preview on white background

This text has color #778527 on white background.



Black color preview on #778527 background

This text has black color on #778527 background.


White color preview on #778527 background

This text has white color on #778527 background.