COLOR #7C7B16

HEX: #7C7B16
RGB: (124,123,22)

Color info

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

RGB color model

#7C7B16 color RGB value is (124,123,22).

  • red value is 124;
  • green value is 123;
  • blue value is 22.
RGB:
(124,123,22)
(49%,48%,9%)

RGB channels and saturation

R 124 of 255 = 49%
G 123 of 255 = 48%
B 22 of 255 = 9%

124
123
22

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

Portions of RGB colors in percentages

R + G + B =
124 + 123 + 22 = 269 (100%)
R 124 of 269 ~ 46.1%
G 123 of 269 ~ 45.72%
B 22 of 269 ~ 8.18%

%46.1
%45.72

CMYK color model

#7C7B16 color CMYK value is (0,1,82,51).

  • cyan value is 0.00%
  • magenta value is 0.81%
  • yellow value is 82.26%
  • key color value is 51.37%
CMYK:
(0,1,82,51)
C0M1Y82K51 
(0%,1%,82%,51%)
(0.00/0.01/0.82/0.51)	

CMYK percentages

%0
%0.81
%82.26
%51.37

Codes

Color #7C7B16 in popluar color models

7C7B16
RGB12412322
HSL59°69.86%28.63%
HSB/HSV59°82.26%48.63%
CMYK0.00%0.81%82.26%
51.37%

Color #7C7B16 in popluar number systems.

HEX7C7B16
Decimal12412322
Binary1111100111101110110
Octal17417326

Shades and tints

Shades of #7C7B16

#7C7B16
(124,123,22)
#717014
(113,112,20)
#666512
(102,101,18)
#5B5A10
(91,90,16)
#504F0E
(80,79,14)
#45440C
(69,68,12)
#3A390A
(58,57,10)
#2F2E08
(47,46,8)
#242306
(36,35,6)
#191804
(25,24,4)
#0E0D02
(14,13,2)
#000000
(0,0,0)

Tints of #7C7B16

#7C7B16
(124,123,22)
#87872B
(135,135,43)
#929340
(146,147,64)
#9D9F55
(157,159,85)
#A8AB6A
(168,171,106)
#B3B77F
(179,183,127)
#BEC394
(190,195,148)
#C9CFA9
(201,207,169)
#D4DBBE
(212,219,190)
#DFE7D3
(223,231,211)
#EAF3E8
(234,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C7B16 color. Also use rgb(124,123,22) instead hex code.

Text Font Color

.myTextColor { color: #7C7B16; }

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

This text font color is #7C7B16.


Background Color

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

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

This div background color is #7C7B16.


Border color

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

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

This div border color is #7C7B16.


Opacity

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

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

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

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

This text has shadow with #7C7B16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C7B16 on black background.


Color preview on white background

This text has color #7C7B16 on white background.



Black color preview on #7C7B16 background

This text has black color on #7C7B16 background.


White color preview on #7C7B16 background

This text has white color on #7C7B16 background.