COLOR #76876F

HEX: #76876F
RGB: (118,135,111)

Color info

#76876F contains red, green and blue colors in about the same proportion. Web safe color of #76876F is #669966 (or #696).

RGB color model

#76876F color RGB value is (118,135,111).

  • red value is 118;
  • green value is 135;
  • blue value is 111.
RGB:
(118,135,111)
(46%,53%,44%)

RGB channels and saturation

R 118 of 255 = 46%
G 135 of 255 = 53%
B 111 of 255 = 44%

118
135
111

R + G + B ~ 48%. #76876F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 135 + 111 = 364 (100%)
R 118 of 364 ~ 32.42%
G 135 of 364 ~ 37.09%
B 111 of 364 ~ 30.49%

%32.42
%37.09
%30.49

CMYK color model

#76876F color CMYK value is (13,0,18,47).

  • cyan value is 12.59%
  • magenta value is 0.00%
  • yellow value is 17.78%
  • key color value is 47.06%
CMYK:
(13,0,18,47)
C13M0Y18K47 
(13%,0%,18%,47%)
(0.13/0.00/0.18/0.47)	

CMYK percentages

%12.59
%0
%17.78
%47.06

Codes

Color #76876F in popluar color models

76876F
RGB118135111
HSL103°9.76%48.24%
HSB/HSV103°17.78%52.94%
CMYK12.59%0.00%17.78%
47.06%

Color #76876F in popluar number systems.

HEX76876F
Decimal118135111
Binary1110110100001111101111
Octal166207157

Shades and tints

Shades of #76876F

#76876F
(118,135,111)
#6C7B65
(108,123,101)
#626F5B
(98,111,91)
#586351
(88,99,81)
#4E5747
(78,87,71)
#444B3D
(68,75,61)
#3A3F33
(58,63,51)
#303329
(48,51,41)
#26271F
(38,39,31)
#1C1B15
(28,27,21)
#120F0B
(18,15,11)
#000000
(0,0,0)

Tints of #76876F

#76876F
(118,135,111)
#82917C
(130,145,124)
#8E9B89
(142,155,137)
#9AA596
(154,165,150)
#A6AFA3
(166,175,163)
#B2B9B0
(178,185,176)
#BEC3BD
(190,195,189)
#CACDCA
(202,205,202)
#D6D7D7
(214,215,215)
#E2E1E4
(226,225,228)
#EEEBF1
(238,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76876F; }

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

This text font color is #76876F.


Background Color

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

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

This div background color is #76876F.


Border color

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

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

This div border color is #76876F.


Opacity

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

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

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

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

This text has shadow with #76876F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76876F on black background.


Color preview on white background

This text has color #76876F on white background.



Black color preview on #76876F background

This text has black color on #76876F background.


White color preview on #76876F background

This text has white color on #76876F background.