COLOR #787D38

HEX: #787D38 RGB: (120,125,56)

Color info

#787D38 contains mainly red and green colors. Web safe color of #787D38 is #666633 (or #663).

RGB color model

#787D38 color RGB value is (120,125,56).

RGB: (120,125,56) (47%, 49%, 22%)

RGB channels and saturation

R 120 of 255 = 47%
G 125 of 255 = 49%
B 56 of 255 = 22%

120
125
56

R + G + B ~ 39%. #787D38 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 120 + 125 + 56 = 301 (100%)
R 120 of 301 ~ 39.87%
G 125 of 301 ~ 41.53%
B 56 of 301 ~ 18.6'%

%39.87
%41.53
%18.6

CMYK color model

#787D38 color CMYK value is (4,0,55,51).

  • cyan value is 4.00%
  • magenta value is 0.00%
  • yellow value is 55.20%
  • key color value is 50.98%

CMYK: (4,0,55,51)
C4M0Y55K51 (4%, 0%, 55%, 51%)
(0.04 / 0.00 / 0.55 / 0.51)

CMYK percentages

%4
%0
%55.2
%50.98

Codes

Color #787D38 in popluar color models

78 7D 38
RGB 120 125 56
HSL 64° 38.12% 35.49%
HSB/HSV 64° 55.20% 49.02%
CMYK 4.00% 0.00% 55.20%
50.98%

Color #787D38 in popluar number systems.

HEX 78 7D 38
Decimal 120 125 56
Binary 1111000 1111101 111000
Octal 170 175 70

Shades and tints

Shades of #787D38

#787D38
(120,125,56)
#6E7233
(110,114,51)
#64672E
(100,103,46)
#5A5C29
(90,92,41)
#505124
(80,81,36)
#46461F
(70,70,31)
#3C3B1A
(60,59,26)
#323015
(50,48,21)
#282510
(40,37,16)
#1E1A0B
(30,26,11)
#140F06
(20,15,6)
#000000
(0,0,0)

Tints of #787D38

#787D38
(120,125,56)
#84884A
(132,136,74)
#90935C
(144,147,92)
#9C9E6E
(156,158,110)
#A8A980
(168,169,128)
#B4B492
(180,180,146)
#C0BFA4
(192,191,164)
#CCCAB6
(204,202,182)
#D8D5C8
(216,213,200)
#E4E0DA
(228,224,218)
#F0EBEC
(240,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #787D38 color. Also use rgb(120,125,56) instead hex code.

Text Font Color

.myTextColor { color: #787D38; }

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

This text font color is #787D38.

Background Color

.myBgColor { background-color: #787D38; }

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

This div background color is #787D38.

Border color

.myBorderColor { border: 1px solid #787D38; }

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

This div border color is #787D38.

Opacity

.myOpacity80 { color: #787D38; opacity: 0.8; }

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

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

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

This text has shadow with #787D38 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #787D38.

Preview

Color preview on black background

This text has color #787D38 on black background.


Color preview on white background

This text has color #787D38 on white background.


Black color preview on #787D38 background

This text has black color on #787D38 background.


White color preview on #787D38 background

This text has white color on #787D38 background.


Related colors

Complementary color

Complementary color for #hex is #8782C7.


I love getcolorcode.com

Triadic colors

1 #38787D and #7D3878 with #787D38 are triadic colors.

2 #387D78 and #7D7838 with #787D38 are triadic colors.