COLOR #76805B

HEX: #76805B
RGB: (118,128,91)

Color info

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

RGB color model

#76805B color RGB value is (118,128,91).

  • red value is 118;
  • green value is 128;
  • blue value is 91.
RGB:
(118,128,91)
(46%,50%,36%)

RGB channels and saturation

R 118 of 255 = 46%
G 128 of 255 = 50%
B 91 of 255 = 36%

118
128
91

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

Portions of RGB colors in percentages

R + G + B =
118 + 128 + 91 = 337 (100%)
R 118 of 337 ~ 35.01%
G 128 of 337 ~ 37.98%
B 91 of 337 ~ 27%

%35.01
%37.98
%27

CMYK color model

#76805B color CMYK value is (8,0,29,50).

  • cyan value is 7.81%
  • magenta value is 0.00%
  • yellow value is 28.91%
  • key color value is 49.80%
CMYK:
(8,0,29,50)
C8M0Y29K50 
(8%,0%,29%,50%)
(0.08/0.00/0.29/0.50)	

CMYK percentages

%7.81
%0
%28.91
%49.8

Codes

Color #76805B in popluar color models

76805B
RGB11812891
HSL76°16.89%42.94%
HSB/HSV76°28.91%50.20%
CMYK7.81%0.00%28.91%
49.80%

Color #76805B in popluar number systems.

HEX76805B
Decimal11812891
Binary1110110100000001011011
Octal166200133

Shades and tints

Shades of #76805B

#76805B
(118,128,91)
#6C7553
(108,117,83)
#626A4B
(98,106,75)
#585F43
(88,95,67)
#4E543B
(78,84,59)
#444933
(68,73,51)
#3A3E2B
(58,62,43)
#303323
(48,51,35)
#26281B
(38,40,27)
#1C1D13
(28,29,19)
#12120B
(18,18,11)
#000000
(0,0,0)

Tints of #76805B

#76805B
(118,128,91)
#828B69
(130,139,105)
#8E9677
(142,150,119)
#9AA185
(154,161,133)
#A6AC93
(166,172,147)
#B2B7A1
(178,183,161)
#BEC2AF
(190,194,175)
#CACDBD
(202,205,189)
#D6D8CB
(214,216,203)
#E2E3D9
(226,227,217)
#EEEEE7
(238,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76805B color. Also use rgb(118,128,91) instead hex code.

Text Font Color

.myTextColor { color: #76805B; }

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

This text font color is #76805B.


Background Color

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

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

This div background color is #76805B.


Border color

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

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

This div border color is #76805B.


Opacity

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

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

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

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

This text has shadow with #76805B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76805B on black background.


Color preview on white background

This text has color #76805B on white background.



Black color preview on #76805B background

This text has black color on #76805B background.


White color preview on #76805B background

This text has white color on #76805B background.