COLOR #7C7409

HEX: #7C7409
RGB: (124,116,9)

Color info

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

RGB color model

#7C7409 color RGB value is (124,116,9).

  • red value is 124;
  • green value is 116;
  • blue value is 9.
RGB:
(124,116,9)
(49%,45%,4%)

RGB channels and saturation

R 124 of 255 = 49%
G 116 of 255 = 45%
B 9 of 255 = 4%

124
116
9

R + G + B ~ 33%. #7C7409 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 116 + 9 = 249 (100%)
R 124 of 249 ~ 49.8%
G 116 of 249 ~ 46.59%
B 9 of 249 ~ 3.61%

%49.8
%46.59

CMYK color model

#7C7409 color CMYK value is (0,6,93,51).

  • cyan value is 0.00%
  • magenta value is 6.45%
  • yellow value is 92.74%
  • key color value is 51.37%
CMYK:
(0,6,93,51)
C0M6Y93K51 
(0%,6%,93%,51%)
(0.00/0.06/0.93/0.51)	

CMYK percentages

%0
%6.45
%92.74
%51.37

Codes

Color #7C7409 in popluar color models

7C7409
RGB1241169
HSL56°86.47%26.08%
HSB/HSV56°92.74%48.63%
CMYK0.00%6.45%92.74%
51.37%

Color #7C7409 in popluar number systems.

HEX7C7409
Decimal1241169
Binary111110011101001001
Octal17416411

Shades and tints

Shades of #7C7409

#7C7409
(124,116,9)
#716A09
(113,106,9)
#666009
(102,96,9)
#5B5609
(91,86,9)
#504C09
(80,76,9)
#454209
(69,66,9)
#3A3809
(58,56,9)
#2F2E09
(47,46,9)
#242409
(36,36,9)
#191A09
(25,26,9)
#0E1009
(14,16,9)
#000000
(0,0,0)

Tints of #7C7409

#7C7409
(124,116,9)
#87801F
(135,128,31)
#928C35
(146,140,53)
#9D984B
(157,152,75)
#A8A461
(168,164,97)
#B3B077
(179,176,119)
#BEBC8D
(190,188,141)
#C9C8A3
(201,200,163)
#D4D4B9
(212,212,185)
#DFE0CF
(223,224,207)
#EAECE5
(234,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C7409 color. Also use rgb(124,116,9) instead hex code.

Text Font Color

.myTextColor { color: #7C7409; }

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

This text font color is #7C7409.


Background Color

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

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

This div background color is #7C7409.


Border color

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

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

This div border color is #7C7409.


Opacity

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

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

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

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

This text has shadow with #7C7409 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C7409 on black background.


Color preview on white background

This text has color #7C7409 on white background.



Black color preview on #7C7409 background

This text has black color on #7C7409 background.


White color preview on #7C7409 background

This text has white color on #7C7409 background.