COLOR #76806B

HEX: #76806B
RGB: (118,128,107)

Color info

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

RGB color model

#76806B color RGB value is (118,128,107).

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

RGB channels and saturation

R 118 of 255 = 46%
G 128 of 255 = 50%
B 107 of 255 = 42%

118
128
107

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

Portions of RGB colors in percentages

R + G + B =
118 + 128 + 107 = 353 (100%)
R 118 of 353 ~ 33.43%
G 128 of 353 ~ 36.26%
B 107 of 353 ~ 30.31%

%33.43
%36.26
%30.31

CMYK color model

#76806B color CMYK value is (8,0,16,50).

  • cyan value is 7.81%
  • magenta value is 0.00%
  • yellow value is 16.41%
  • key color value is 49.80%
CMYK:
(8,0,16,50)
C8M0Y16K50 
(8%,0%,16%,50%)
(0.08/0.00/0.16/0.50)	

CMYK percentages

%7.81
%0
%16.41
%49.8

Codes

Color #76806B in popluar color models

76806B
RGB118128107
HSL89°8.94%46.08%
HSB/HSV89°16.41%50.20%
CMYK7.81%0.00%16.41%
49.80%

Color #76806B in popluar number systems.

HEX76806B
Decimal118128107
Binary1110110100000001101011
Octal166200153

Shades and tints

Shades of #76806B

#76806B
(118,128,107)
#6C7562
(108,117,98)
#626A59
(98,106,89)
#585F50
(88,95,80)
#4E5447
(78,84,71)
#44493E
(68,73,62)
#3A3E35
(58,62,53)
#30332C
(48,51,44)
#262823
(38,40,35)
#1C1D1A
(28,29,26)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #76806B

#76806B
(118,128,107)
#828B78
(130,139,120)
#8E9685
(142,150,133)
#9AA192
(154,161,146)
#A6AC9F
(166,172,159)
#B2B7AC
(178,183,172)
#BEC2B9
(190,194,185)
#CACDC6
(202,205,198)
#D6D8D3
(214,216,211)
#E2E3E0
(226,227,224)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76806B; }

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

This text font color is #76806B.


Background Color

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

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

This div background color is #76806B.


Border color

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

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

This div border color is #76806B.


Opacity

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

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

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

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

This text has shadow with #76806B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76806B on black background.


Color preview on white background

This text has color #76806B on white background.



Black color preview on #76806B background

This text has black color on #76806B background.


White color preview on #76806B background

This text has white color on #76806B background.