COLOR #7C7914

HEX: #7C7914
RGB: (124,121,20)

Color info

#7C7914 contains mainly red and green colors. Web safe color of #7C7914 is #666600 (or #660).

RGB color model

#7C7914 color RGB value is (124,121,20).

  • red value is 124;
  • green value is 121;
  • blue value is 20.
RGB:
(124,121,20)
(49%,47%,8%)

RGB channels and saturation

R 124 of 255 = 49%
G 121 of 255 = 47%
B 20 of 255 = 8%

124
121
20

R + G + B ~ 35%. #7C7914 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 121 + 20 = 265 (100%)
R 124 of 265 ~ 46.79%
G 121 of 265 ~ 45.66%
B 20 of 265 ~ 7.55%

%46.79
%45.66

CMYK color model

#7C7914 color CMYK value is (0,2,84,51).

  • cyan value is 0.00%
  • magenta value is 2.42%
  • yellow value is 83.87%
  • key color value is 51.37%
CMYK:
(0,2,84,51)
C0M2Y84K51 
(0%,2%,84%,51%)
(0.00/0.02/0.84/0.51)	

CMYK percentages

%0
%2.42
%83.87
%51.37

Codes

Color #7C7914 in popluar color models

7C7914
RGB12412120
HSL58°72.22%28.24%
HSB/HSV58°83.87%48.63%
CMYK0.00%2.42%83.87%
51.37%

Color #7C7914 in popluar number systems.

HEX7C7914
Decimal12412120
Binary1111100111100110100
Octal17417124

Shades and tints

Shades of #7C7914

#7C7914
(124,121,20)
#716E13
(113,110,19)
#666312
(102,99,18)
#5B5811
(91,88,17)
#504D10
(80,77,16)
#45420F
(69,66,15)
#3A370E
(58,55,14)
#2F2C0D
(47,44,13)
#24210C
(36,33,12)
#19160B
(25,22,11)
#0E0B0A
(14,11,10)
#000000
(0,0,0)

Tints of #7C7914

#7C7914
(124,121,20)
#878529
(135,133,41)
#92913E
(146,145,62)
#9D9D53
(157,157,83)
#A8A968
(168,169,104)
#B3B57D
(179,181,125)
#BEC192
(190,193,146)
#C9CDA7
(201,205,167)
#D4D9BC
(212,217,188)
#DFE5D1
(223,229,209)
#EAF1E6
(234,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C7914 color. Also use rgb(124,121,20) instead hex code.

Text Font Color

.myTextColor { color: #7C7914; }

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

This text font color is #7C7914.


Background Color

.myBgColor { background-color: #7C7914; }

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

This div background color is #7C7914.


Border color

.myBorderColor { border: 1px solid #7C7914; }

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

This div border color is #7C7914.


Opacity

.myOpacity80 { color: #7C7914; opacity: 0.8; }

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

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

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

This text has shadow with #7C7914 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C7914 on black background.


Color preview on white background

This text has color #7C7914 on white background.



Black color preview on #7C7914 background

This text has black color on #7C7914 background.


White color preview on #7C7914 background

This text has white color on #7C7914 background.