COLOR #778B25

HEX: #778B25 RGB: (119,139,37)

Color info

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

RGB color model

#778B25 color RGB value is (119,139,37).

RGB: (119,139,37) (47%, 55%, 15%)

RGB channels and saturation

R 119 of 255 = 47%
G 139 of 255 = 55%
B 37 of 255 = 15%

119
139
37

R + G + B ~ 39%. #778B25 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 119 + 139 + 37 = 295 (100%)
R 119 of 295 ~ 40.34%
G 139 of 295 ~ 47.12%
B 37 of 295 ~ 12.54'%

%40.34
%47.12
%12.54

CMYK color model

#778B25 color CMYK value is (14,0,73,45).

  • cyan value is 14.39%
  • magenta value is 0.00%
  • yellow value is 73.38%
  • key color value is 45.49%

CMYK: (14,0,73,45)
C14M0Y73K45 (14%, 0%, 73%, 45%)
(0.14 / 0.00 / 0.73 / 0.45)

CMYK percentages

%14.39
%0
%73.38
%45.49

Codes

Color #778B25 in popluar color models

77 8B 25
RGB 119 139 37
HSL 72° 57.95% 34.51%
HSB/HSV 72° 73.38% 54.51%
CMYK 14.39% 0.00% 73.38%
45.49%

Color #778B25 in popluar number systems.

HEX 77 8B 25
Decimal 119 139 37
Binary 1110111 10001011 100101
Octal 167 213 45

Shades and tints

Shades of #778B25

#778B25
(119,139,37)
#6D7F22
(109,127,34)
#63731F
(99,115,31)
#59671C
(89,103,28)
#4F5B19
(79,91,25)
#454F16
(69,79,22)
#3B4313
(59,67,19)
#313710
(49,55,16)
#272B0D
(39,43,13)
#1D1F0A
(29,31,10)
#131307
(19,19,7)
#000000
(0,0,0)

Tints of #778B25

#778B25
(119,139,37)
#839538
(131,149,56)
#8F9F4B
(143,159,75)
#9BA95E
(155,169,94)
#A7B371
(167,179,113)
#B3BD84
(179,189,132)
#BFC797
(191,199,151)
#CBD1AA
(203,209,170)
#D7DBBD
(215,219,189)
#E3E5D0
(227,229,208)
#EFEFE3
(239,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #778B25 color. Also use rgb(119,139,37) instead hex code.

Text Font Color

.myTextColor { color: #778B25; }

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

This text font color is #778B25.

Background Color

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

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

This div background color is #778B25.

Border color

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

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

This div border color is #778B25.

Opacity

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

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

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

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

This text has shadow with #778B25 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #778B25.

Preview

Color preview on black background

This text has color #778B25 on black background.


Color preview on white background

This text has color #778B25 on white background.


Black color preview on #778B25 background

This text has black color on #778B25 background.


White color preview on #778B25 background

This text has white color on #778B25 background.


Related colors

Complementary color

Complementary color for #hex is #8874DA.


I love getcolorcode.com

Triadic colors

1 #25778B and #8B2577 with #778B25 are triadic colors.

2 #258B77 and #8B7725 with #778B25 are triadic colors.