COLOR #7C7F51

HEX: #7C7F51 RGB: (124,127,81)

Color info

#7C7F51 contains red, green and blue colors in about the same proportion. Web safe color of #7C7F51 is #666666 (or #666).

RGB color model

#7C7F51 color RGB value is (124,127,81).

RGB: (124,127,81) (49%, 50%, 32%)

RGB channels and saturation

R 124 of 255 = 49%
G 127 of 255 = 50%
B 81 of 255 = 32%

124
127
81

R + G + B ~ 44%. #7C7F51 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 124 + 127 + 81 = 332 (100%)
R 124 of 332 ~ 37.35%
G 127 of 332 ~ 38.25%
B 81 of 332 ~ 24.4'%

%37.35
%38.25
%24.4

CMYK color model

#7C7F51 color CMYK value is (2,0,36,50).

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

CMYK: (2,0,36,50)
C2M0Y36K50 (2%, 0%, 36%, 50%)
(0.02 / 0.00 / 0.36 / 0.50)

CMYK percentages

%2.36
%0
%36.22
%50.2

Codes

Color #7C7F51 in popluar color models

7C 7F 51
RGB 124 127 81
HSL 64° 22.12% 40.78%
HSB/HSV 64° 36.22% 49.80%
CMYK 2.36% 0.00% 36.22%
50.20%

Color #7C7F51 in popluar number systems.

HEX 7C 7F 51
Decimal 124 127 81
Binary 1111100 1111111 1010001
Octal 174 177 121

Shades and tints

Shades of #7C7F51

#7C7F51
(124,127,81)
#71744A
(113,116,74)
#666943
(102,105,67)
#5B5E3C
(91,94,60)
#505335
(80,83,53)
#45482E
(69,72,46)
#3A3D27
(58,61,39)
#2F3220
(47,50,32)
#242719
(36,39,25)
#191C12
(25,28,18)
#0E110B
(14,17,11)
#000000
(0,0,0)

Tints of #7C7F51

#7C7F51
(124,127,81)
#878A60
(135,138,96)
#92956F
(146,149,111)
#9DA07E
(157,160,126)
#A8AB8D
(168,171,141)
#B3B69C
(179,182,156)
#BEC1AB
(190,193,171)
#C9CCBA
(201,204,186)
#D4D7C9
(212,215,201)
#DFE2D8
(223,226,216)
#EAEDE7
(234,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C7F51; }

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

This text font color is #7C7F51.

Background Color

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

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

This div background color is #7C7F51.

Border color

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

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

This div border color is #7C7F51.

Opacity

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

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

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

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

This text has shadow with #7C7F51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C7F51.

Preview

Color preview on black background

This text has color #7C7F51 on black background.


Color preview on white background

This text has color #7C7F51 on white background.


Black color preview on #7C7F51 background

This text has black color on #7C7F51 background.


White color preview on #7C7F51 background

This text has white color on #7C7F51 background.


Related colors

Complementary color

Complementary color for #hex is #8380AE.


I love getcolorcode.com

Triadic colors

1 #517C7F and #7F517C with #7C7F51 are triadic colors.

2 #517F7C and #7F7C51 with #7C7F51 are triadic colors.