COLOR #7F772B

HEX: #7F772B
RGB: (127,119,43)

Color info

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

RGB color model

#7F772B color RGB value is (127,119,43).

  • red value is 127;
  • green value is 119;
  • blue value is 43.
RGB:
(127,119,43)
(50%,47%,17%)

RGB channels and saturation

R 127 of 255 = 50%
G 119 of 255 = 47%
B 43 of 255 = 17%

127
119
43

R + G + B ~ 38%. #7F772B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 119 + 43 = 289 (100%)
R 127 of 289 ~ 43.94%
G 119 of 289 ~ 41.18%
B 43 of 289 ~ 14.88%

%43.94
%41.18
%14.88

CMYK color model

#7F772B color CMYK value is (0,6,66,50).

  • cyan value is 0.00%
  • magenta value is 6.30%
  • yellow value is 66.14%
  • key color value is 50.20%
CMYK:
(0,6,66,50)
C0M6Y66K50 
(0%,6%,66%,50%)
(0.00/0.06/0.66/0.50)	

CMYK percentages

%0
%6.3
%66.14
%50.2

Codes

Color #7F772B in popluar color models

7F772B
RGB12711943
HSL54°49.41%33.33%
HSB/HSV54°66.14%49.80%
CMYK0.00%6.30%66.14%
50.20%

Color #7F772B in popluar number systems.

HEX7F772B
Decimal12711943
Binary11111111110111101011
Octal17716753

Shades and tints

Shades of #7F772B

#7F772B
(127,119,43)
#746D28
(116,109,40)
#696325
(105,99,37)
#5E5922
(94,89,34)
#534F1F
(83,79,31)
#48451C
(72,69,28)
#3D3B19
(61,59,25)
#323116
(50,49,22)
#272713
(39,39,19)
#1C1D10
(28,29,16)
#11130D
(17,19,13)
#000000
(0,0,0)

Tints of #7F772B

#7F772B
(127,119,43)
#8A833E
(138,131,62)
#958F51
(149,143,81)
#A09B64
(160,155,100)
#ABA777
(171,167,119)
#B6B38A
(182,179,138)
#C1BF9D
(193,191,157)
#CCCBB0
(204,203,176)
#D7D7C3
(215,215,195)
#E2E3D6
(226,227,214)
#EDEFE9
(237,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F772B color. Also use rgb(127,119,43) instead hex code.

Text Font Color

.myTextColor { color: #7F772B; }

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

This text font color is #7F772B.


Background Color

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

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

This div background color is #7F772B.


Border color

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

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

This div border color is #7F772B.


Opacity

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

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

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

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

This text has shadow with #7F772B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F772B on black background.


Color preview on white background

This text has color #7F772B on white background.



Black color preview on #7F772B background

This text has black color on #7F772B background.


White color preview on #7F772B background

This text has white color on #7F772B background.