COLOR #7F773B

HEX: #7F773B
RGB: (127,119,59)

Color info

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

RGB color model

#7F773B color RGB value is (127,119,59).

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

RGB channels and saturation

R 127 of 255 = 50%
G 119 of 255 = 47%
B 59 of 255 = 23%

127
119
59

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

Portions of RGB colors in percentages

R + G + B =
127 + 119 + 59 = 305 (100%)
R 127 of 305 ~ 41.64%
G 119 of 305 ~ 39.02%
B 59 of 305 ~ 19.34%

%41.64
%39.02
%19.34

CMYK color model

#7F773B color CMYK value is (0,6,54,50).

  • cyan value is 0.00%
  • magenta value is 6.30%
  • yellow value is 53.54%
  • key color value is 50.20%
CMYK:
(0,6,54,50)
C0M6Y54K50 
(0%,6%,54%,50%)
(0.00/0.06/0.54/0.50)	

CMYK percentages

%0
%6.3
%53.54
%50.2

Codes

Color #7F773B in popluar color models

7F773B
RGB12711959
HSL53°36.56%36.47%
HSB/HSV53°53.54%49.80%
CMYK0.00%6.30%53.54%
50.20%

Color #7F773B in popluar number systems.

HEX7F773B
Decimal12711959
Binary11111111110111111011
Octal17716773

Shades and tints

Shades of #7F773B

#7F773B
(127,119,59)
#746D36
(116,109,54)
#696331
(105,99,49)
#5E592C
(94,89,44)
#534F27
(83,79,39)
#484522
(72,69,34)
#3D3B1D
(61,59,29)
#323118
(50,49,24)
#272713
(39,39,19)
#1C1D0E
(28,29,14)
#111309
(17,19,9)
#000000
(0,0,0)

Tints of #7F773B

#7F773B
(127,119,59)
#8A834C
(138,131,76)
#958F5D
(149,143,93)
#A09B6E
(160,155,110)
#ABA77F
(171,167,127)
#B6B390
(182,179,144)
#C1BFA1
(193,191,161)
#CCCBB2
(204,203,178)
#D7D7C3
(215,215,195)
#E2E3D4
(226,227,212)
#EDEFE5
(237,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F773B; }

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

This text font color is #7F773B.


Background Color

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

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

This div background color is #7F773B.


Border color

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

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

This div border color is #7F773B.


Opacity

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

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

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

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

This text has shadow with #7F773B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F773B on black background.


Color preview on white background

This text has color #7F773B on white background.



Black color preview on #7F773B background

This text has black color on #7F773B background.


White color preview on #7F773B background

This text has white color on #7F773B background.