COLOR #76761F

HEX: #76761F
RGB: (118,118,31)

Color info

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

RGB color model

#76761F color RGB value is (118,118,31).

  • red value is 118;
  • green value is 118;
  • blue value is 31.
RGB:
(118,118,31)
(46%,46%,12%)

RGB channels and saturation

R 118 of 255 = 46%
G 118 of 255 = 46%
B 31 of 255 = 12%

118
118
31

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

Portions of RGB colors in percentages

R + G + B =
118 + 118 + 31 = 267 (100%)
R 118 of 267 ~ 44.19%
G 118 of 267 ~ 44.19%
B 31 of 267 ~ 11.61%

%44.19
%44.19
%11.61

CMYK color model

#76761F color CMYK value is (0,0,74,54).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 73.73%
  • key color value is 53.73%
CMYK:
(0,0,74,54)
C0M0Y74K54 
(0%,0%,74%,54%)
(0.00/0.00/0.74/0.54)	

CMYK percentages

%0
%0
%73.73
%53.73

Codes

Color #76761F in popluar color models

76761F
RGB11811831
HSL60°58.39%29.22%
HSB/HSV60°73.73%46.27%
CMYK0.00%0.00%73.73%
53.73%

Color #76761F in popluar number systems.

HEX76761F
Decimal11811831
Binary1110110111011011111
Octal16616637

Shades and tints

Shades of #76761F

#76761F
(118,118,31)
#6C6C1D
(108,108,29)
#62621B
(98,98,27)
#585819
(88,88,25)
#4E4E17
(78,78,23)
#444415
(68,68,21)
#3A3A13
(58,58,19)
#303011
(48,48,17)
#26260F
(38,38,15)
#1C1C0D
(28,28,13)
#12120B
(18,18,11)
#000000
(0,0,0)

Tints of #76761F

#76761F
(118,118,31)
#828233
(130,130,51)
#8E8E47
(142,142,71)
#9A9A5B
(154,154,91)
#A6A66F
(166,166,111)
#B2B283
(178,178,131)
#BEBE97
(190,190,151)
#CACAAB
(202,202,171)
#D6D6BF
(214,214,191)
#E2E2D3
(226,226,211)
#EEEEE7
(238,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76761F color. Also use rgb(118,118,31) instead hex code.

Text Font Color

.myTextColor { color: #76761F; }

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

This text font color is #76761F.


Background Color

.myBgColor { background-color: #76761F; }

<div style="background-color:#76761F">Inner text</div>

This div background color is #76761F.


Border color

.myBorderColor { border: 1px solid #76761F; }

<div style="border:3px solid #76761F">Div</div>

This div border color is #76761F.


Opacity

.myOpacity80 { color: #76761F; opacity: 0.8; }

<p style="color:#76761F;opacity:0.8;">80%</p>

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

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

This text has shadow with #76761F color.

.textShadow {text-shadow: 3px 3px 1px #76761F, 3px 3px 1px red;}

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

This text has shadow with #76761F primary color and red secondary color.


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

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

This text has shadow with #76761F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76761F on black background.


Color preview on white background

This text has color #76761F on white background.



Black color preview on #76761F background

This text has black color on #76761F background.


White color preview on #76761F background

This text has white color on #76761F background.