COLOR #7C7F2C

HEX: #7C7F2C RGB: (124,127,44)

Color info

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

RGB color model

#7C7F2C color RGB value is (124,127,44).

RGB: (124,127,44) (49%, 50%, 17%)

RGB channels and saturation

R 124 of 255 = 49%
G 127 of 255 = 50%
B 44 of 255 = 17%

124
127
44

R + G + B ~ 39%. #7C7F2C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 124 + 127 + 44 = 295 (100%)
R 124 of 295 ~ 42.03%
G 127 of 295 ~ 43.05%
B 44 of 295 ~ 14.92'%

%42.03
%43.05
%14.92

CMYK color model

#7C7F2C color CMYK value is (2,0,65,50).

  • cyan value is 2.36%
  • magenta value is 0.00%
  • yellow value is 65.35%
  • key color value is 50.20%

CMYK: (2,0,65,50)
C2M0Y65K50 (2%, 0%, 65%, 50%)
(0.02 / 0.00 / 0.65 / 0.50)

CMYK percentages

%2.36
%0
%65.35
%50.2

Codes

Color #7C7F2C in popluar color models

7C 7F 2C
RGB 124 127 44
HSL 62° 48.54% 33.53%
HSB/HSV 62° 65.35% 49.80%
CMYK 2.36% 0.00% 65.35%
50.20%

Color #7C7F2C in popluar number systems.

HEX 7C 7F 2C
Decimal 124 127 44
Binary 1111100 1111111 101100
Octal 174 177 54

Shades and tints

Shades of #7C7F2C

#7C7F2C
(124,127,44)
#717428
(113,116,40)
#666924
(102,105,36)
#5B5E20
(91,94,32)
#50531C
(80,83,28)
#454818
(69,72,24)
#3A3D14
(58,61,20)
#2F3210
(47,50,16)
#24270C
(36,39,12)
#191C08
(25,28,8)
#0E1104
(14,17,4)
#000000
(0,0,0)

Tints of #7C7F2C

#7C7F2C
(124,127,44)
#878A3F
(135,138,63)
#929552
(146,149,82)
#9DA065
(157,160,101)
#A8AB78
(168,171,120)
#B3B68B
(179,182,139)
#BEC19E
(190,193,158)
#C9CCB1
(201,204,177)
#D4D7C4
(212,215,196)
#DFE2D7
(223,226,215)
#EAEDEA
(234,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C7F2C color. Also use rgb(124,127,44) instead hex code.

Text Font Color

.myTextColor { color: #7C7F2C; }

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

This text font color is #7C7F2C.

Background Color

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

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

This div background color is #7C7F2C.

Border color

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

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

This div border color is #7C7F2C.

Opacity

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

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

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

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

This text has shadow with #7C7F2C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C7F2C.

Preview

Color preview on black background

This text has color #7C7F2C on black background.


Color preview on white background

This text has color #7C7F2C on white background.


Black color preview on #7C7F2C background

This text has black color on #7C7F2C background.


White color preview on #7C7F2C background

This text has white color on #7C7F2C background.


Related colors

Complementary color

Complementary color for #hex is #8380D3.


I love getcolorcode.com

Triadic colors

1 #2C7C7F and #7F2C7C with #7C7F2C are triadic colors.

2 #2C7F7C and #7F7C2C with #7C7F2C are triadic colors.