COLOR #787927

HEX: #787927
RGB: (120,121,39)

Color info

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

RGB color model

#787927 color RGB value is (120,121,39).

  • red value is 120;
  • green value is 121;
  • blue value is 39.
RGB:
(120,121,39)
(47%,47%,15%)

RGB channels and saturation

R 120 of 255 = 47%
G 121 of 255 = 47%
B 39 of 255 = 15%

120
121
39

R + G + B ~ 36%. #787927 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 121 + 39 = 280 (100%)
R 120 of 280 ~ 42.86%
G 121 of 280 ~ 43.21%
B 39 of 280 ~ 13.93%

%42.86
%43.21
%13.93

CMYK color model

#787927 color CMYK value is (1,0,68,53).

  • cyan value is 0.83%
  • magenta value is 0.00%
  • yellow value is 67.77%
  • key color value is 52.55%
CMYK:
(1,0,68,53)
C1M0Y68K53 
(1%,0%,68%,53%)
(0.01/0.00/0.68/0.53)	

CMYK percentages

%0.83
%0
%67.77
%52.55

Codes

Color #787927 in popluar color models

787927
RGB12012139
HSL61°51.25%31.37%
HSB/HSV61°67.77%47.45%
CMYK0.83%0.00%67.77%
52.55%

Color #787927 in popluar number systems.

HEX787927
Decimal12012139
Binary11110001111001100111
Octal17017147

Shades and tints

Shades of #787927

#787927
(120,121,39)
#6E6E24
(110,110,36)
#646321
(100,99,33)
#5A581E
(90,88,30)
#504D1B
(80,77,27)
#464218
(70,66,24)
#3C3715
(60,55,21)
#322C12
(50,44,18)
#28210F
(40,33,15)
#1E160C
(30,22,12)
#140B09
(20,11,9)
#000000
(0,0,0)

Tints of #787927

#787927
(120,121,39)
#84853A
(132,133,58)
#90914D
(144,145,77)
#9C9D60
(156,157,96)
#A8A973
(168,169,115)
#B4B586
(180,181,134)
#C0C199
(192,193,153)
#CCCDAC
(204,205,172)
#D8D9BF
(216,217,191)
#E4E5D2
(228,229,210)
#F0F1E5
(240,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #787927 color. Also use rgb(120,121,39) instead hex code.

Text Font Color

.myTextColor { color: #787927; }

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

This text font color is #787927.


Background Color

.myBgColor { background-color: #787927; }

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

This div background color is #787927.


Border color

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

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

This div border color is #787927.


Opacity

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

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

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

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

This text has shadow with #787927 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787927 on black background.


Color preview on white background

This text has color #787927 on white background.



Black color preview on #787927 background

This text has black color on #787927 background.


White color preview on #787927 background

This text has white color on #787927 background.