COLOR #7F7C51

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

Color info

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

RGB color model

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

  • red value is 127;
  • green value is 124;
  • blue value is 81.
RGB:
(127,124,81)
(50%,49%,32%)

RGB channels and saturation

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

127
124
81

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

Portions of RGB colors in percentages

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

%38.25
%37.35
%24.4

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.36%
  • yellow value is 36.22%
  • key color value is 50.20%
CMYK:
(0,2,36,50)
C0M2Y36K50 
(0%,2%,36%,50%)
(0.00/0.02/0.36/0.50)	

CMYK percentages

%0
%2.36
%36.22
%50.2

Codes

Color #7F7C51 in popluar color models

7F7C51
RGB12712481
HSL56°22.12%40.78%
HSB/HSV56°36.22%49.80%
CMYK0.00%2.36%36.22%
50.20%

Color #7F7C51 in popluar number systems.

HEX7F7C51
Decimal12712481
Binary111111111111001010001
Octal177174121

Shades and tints

Shades of #7F7C51

#7F7C51
(127,124,81)
#74714A
(116,113,74)
#696643
(105,102,67)
#5E5B3C
(94,91,60)
#535035
(83,80,53)
#48452E
(72,69,46)
#3D3A27
(61,58,39)
#322F20
(50,47,32)
#272419
(39,36,25)
#1C1912
(28,25,18)
#110E0B
(17,14,11)
#000000
(0,0,0)

Tints of #7F7C51

#7F7C51
(127,124,81)
#8A8760
(138,135,96)
#95926F
(149,146,111)
#A09D7E
(160,157,126)
#ABA88D
(171,168,141)
#B6B39C
(182,179,156)
#C1BEAB
(193,190,171)
#CCC9BA
(204,201,186)
#D7D4C9
(215,212,201)
#E2DFD8
(226,223,216)
#EDEAE7
(237,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F7C51; }

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

This text font color is #7F7C51.


Background Color

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

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

This div background color is #7F7C51.


Border color

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

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

This div border color is #7F7C51.


Opacity

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

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

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

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

This text has shadow with #7F7C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F7C51 on black background.


Color preview on white background

This text has color #7F7C51 on white background.



Black color preview on #7F7C51 background

This text has black color on #7F7C51 background.


White color preview on #7F7C51 background

This text has white color on #7F7C51 background.