COLOR #7C7522

HEX: #7C7522
RGB: (124,117,34)

Color info

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

RGB color model

#7C7522 color RGB value is (124,117,34).

  • red value is 124;
  • green value is 117;
  • blue value is 34.
RGB:
(124,117,34)
(49%,46%,13%)

RGB channels and saturation

R 124 of 255 = 49%
G 117 of 255 = 46%
B 34 of 255 = 13%

124
117
34

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

Portions of RGB colors in percentages

R + G + B =
124 + 117 + 34 = 275 (100%)
R 124 of 275 ~ 45.09%
G 117 of 275 ~ 42.55%
B 34 of 275 ~ 12.36%

%45.09
%42.55
%12.36

CMYK color model

#7C7522 color CMYK value is (0,6,73,51).

  • cyan value is 0.00%
  • magenta value is 5.65%
  • yellow value is 72.58%
  • key color value is 51.37%
CMYK:
(0,6,73,51)
C0M6Y73K51 
(0%,6%,73%,51%)
(0.00/0.06/0.73/0.51)	

CMYK percentages

%0
%5.65
%72.58
%51.37

Codes

Color #7C7522 in popluar color models

7C7522
RGB12411734
HSL55°56.96%30.98%
HSB/HSV55°72.58%48.63%
CMYK0.00%5.65%72.58%
51.37%

Color #7C7522 in popluar number systems.

HEX7C7522
Decimal12411734
Binary11111001110101100010
Octal17416542

Shades and tints

Shades of #7C7522

#7C7522
(124,117,34)
#716B1F
(113,107,31)
#66611C
(102,97,28)
#5B5719
(91,87,25)
#504D16
(80,77,22)
#454313
(69,67,19)
#3A3910
(58,57,16)
#2F2F0D
(47,47,13)
#24250A
(36,37,10)
#191B07
(25,27,7)
#0E1104
(14,17,4)
#000000
(0,0,0)

Tints of #7C7522

#7C7522
(124,117,34)
#878136
(135,129,54)
#928D4A
(146,141,74)
#9D995E
(157,153,94)
#A8A572
(168,165,114)
#B3B186
(179,177,134)
#BEBD9A
(190,189,154)
#C9C9AE
(201,201,174)
#D4D5C2
(212,213,194)
#DFE1D6
(223,225,214)
#EAEDEA
(234,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C7522 color. Also use rgb(124,117,34) instead hex code.

Text Font Color

.myTextColor { color: #7C7522; }

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

This text font color is #7C7522.


Background Color

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

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

This div background color is #7C7522.


Border color

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

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

This div border color is #7C7522.


Opacity

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

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

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

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

This text has shadow with #7C7522 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C7522 on black background.


Color preview on white background

This text has color #7C7522 on white background.



Black color preview on #7C7522 background

This text has black color on #7C7522 background.


White color preview on #7C7522 background

This text has white color on #7C7522 background.