COLOR #7C722F

HEX: #7C722F
RGB: (124,114,47)

Color info

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

RGB color model

#7C722F color RGB value is (124,114,47).

  • red value is 124;
  • green value is 114;
  • blue value is 47.
RGB:
(124,114,47)
(49%,45%,18%)

RGB channels and saturation

R 124 of 255 = 49%
G 114 of 255 = 45%
B 47 of 255 = 18%

124
114
47

R + G + B ~ 37%. #7C722F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 114 + 47 = 285 (100%)
R 124 of 285 ~ 43.51%
G 114 of 285 ~ 40%
B 47 of 285 ~ 16.49%

%43.51
%40
%16.49

CMYK color model

#7C722F color CMYK value is (0,8,62,51).

  • cyan value is 0.00%
  • magenta value is 8.06%
  • yellow value is 62.10%
  • key color value is 51.37%
CMYK:
(0,8,62,51)
C0M8Y62K51 
(0%,8%,62%,51%)
(0.00/0.08/0.62/0.51)	

CMYK percentages

%0
%8.06
%62.1
%51.37

Codes

Color #7C722F in popluar color models

7C722F
RGB12411447
HSL52°45.03%33.53%
HSB/HSV52°62.10%48.63%
CMYK0.00%8.06%62.10%
51.37%

Color #7C722F in popluar number systems.

HEX7C722F
Decimal12411447
Binary11111001110010101111
Octal17416257

Shades and tints

Shades of #7C722F

#7C722F
(124,114,47)
#71682B
(113,104,43)
#665E27
(102,94,39)
#5B5423
(91,84,35)
#504A1F
(80,74,31)
#45401B
(69,64,27)
#3A3617
(58,54,23)
#2F2C13
(47,44,19)
#24220F
(36,34,15)
#19180B
(25,24,11)
#0E0E07
(14,14,7)
#000000
(0,0,0)

Tints of #7C722F

#7C722F
(124,114,47)
#877E41
(135,126,65)
#928A53
(146,138,83)
#9D9665
(157,150,101)
#A8A277
(168,162,119)
#B3AE89
(179,174,137)
#BEBA9B
(190,186,155)
#C9C6AD
(201,198,173)
#D4D2BF
(212,210,191)
#DFDED1
(223,222,209)
#EAEAE3
(234,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C722F color. Also use rgb(124,114,47) instead hex code.

Text Font Color

.myTextColor { color: #7C722F; }

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

This text font color is #7C722F.


Background Color

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

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

This div background color is #7C722F.


Border color

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

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

This div border color is #7C722F.


Opacity

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

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

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

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

This text has shadow with #7C722F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C722F on black background.


Color preview on white background

This text has color #7C722F on white background.



Black color preview on #7C722F background

This text has black color on #7C722F background.


White color preview on #7C722F background

This text has white color on #7C722F background.