COLOR #76771B

HEX: #76771B
RGB: (118,119,27)

Color info

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

RGB color model

#76771B color RGB value is (118,119,27).

  • red value is 118;
  • green value is 119;
  • blue value is 27.
RGB:
(118,119,27)
(46%,47%,11%)

RGB channels and saturation

R 118 of 255 = 46%
G 119 of 255 = 47%
B 27 of 255 = 11%

118
119
27

R + G + B ~ 35%. #76771B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 119 + 27 = 264 (100%)
R 118 of 264 ~ 44.7%
G 119 of 264 ~ 45.08%
B 27 of 264 ~ 10.23%

%44.7
%45.08
%10.23

CMYK color model

#76771B color CMYK value is (1,0,77,53).

  • cyan value is 0.84%
  • magenta value is 0.00%
  • yellow value is 77.31%
  • key color value is 53.33%
CMYK:
(1,0,77,53)
C1M0Y77K53 
(1%,0%,77%,53%)
(0.01/0.00/0.77/0.53)	

CMYK percentages

%0.84
%0
%77.31
%53.33

Codes

Color #76771B in popluar color models

76771B
RGB11811927
HSL61°63.01%28.63%
HSB/HSV61°77.31%46.67%
CMYK0.84%0.00%77.31%
53.33%

Color #76771B in popluar number systems.

HEX76771B
Decimal11811927
Binary1110110111011111011
Octal16616733

Shades and tints

Shades of #76771B

#76771B
(118,119,27)
#6C6D19
(108,109,25)
#626317
(98,99,23)
#585915
(88,89,21)
#4E4F13
(78,79,19)
#444511
(68,69,17)
#3A3B0F
(58,59,15)
#30310D
(48,49,13)
#26270B
(38,39,11)
#1C1D09
(28,29,9)
#121307
(18,19,7)
#000000
(0,0,0)

Tints of #76771B

#76771B
(118,119,27)
#82832F
(130,131,47)
#8E8F43
(142,143,67)
#9A9B57
(154,155,87)
#A6A76B
(166,167,107)
#B2B37F
(178,179,127)
#BEBF93
(190,191,147)
#CACBA7
(202,203,167)
#D6D7BB
(214,215,187)
#E2E3CF
(226,227,207)
#EEEFE3
(238,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76771B color. Also use rgb(118,119,27) instead hex code.

Text Font Color

.myTextColor { color: #76771B; }

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

This text font color is #76771B.


Background Color

.myBgColor { background-color: #76771B; }

<div style="background-color:#76771B">Inner text</div>

This div background color is #76771B.


Border color

.myBorderColor { border: 1px solid #76771B; }

<div style="border:3px solid #76771B">Div</div>

This div border color is #76771B.


Opacity

.myOpacity80 { color: #76771B; opacity: 0.8; }

<p style="color:#76771B;opacity:0.8;">80%</p>

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

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

This text has shadow with #76771B color.

.textShadow {text-shadow: 3px 3px 1px #76771B, 3px 3px 1px red;}

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

This text has shadow with #76771B primary color and red secondary color.


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

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

This text has shadow with #76771B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76771B on black background.


Color preview on white background

This text has color #76771B on white background.



Black color preview on #76771B background

This text has black color on #76771B background.


White color preview on #76771B background

This text has white color on #76771B background.