COLOR #76886F

HEX: #76886F
RGB: (118,136,111)

Color info

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

RGB color model

#76886F color RGB value is (118,136,111).

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

RGB channels and saturation

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

118
136
111

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

Portions of RGB colors in percentages

R + G + B =
118 + 136 + 111 = 365 (100%)
R 118 of 365 ~ 32.33%
G 136 of 365 ~ 37.26%
B 111 of 365 ~ 30.41%

%32.33
%37.26
%30.41

CMYK color model

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

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

CMYK percentages

%13.24
%0
%18.38
%46.67

Codes

Color #76886F in popluar color models

76886F
RGB118136111
HSL103°10.12%48.43%
HSB/HSV103°18.38%53.33%
CMYK13.24%0.00%18.38%
46.67%

Color #76886F in popluar number systems.

HEX76886F
Decimal118136111
Binary1110110100010001101111
Octal166210157

Shades and tints

Shades of #76886F

#76886F
(118,136,111)
#6C7C65
(108,124,101)
#62705B
(98,112,91)
#586451
(88,100,81)
#4E5847
(78,88,71)
#444C3D
(68,76,61)
#3A4033
(58,64,51)
#303429
(48,52,41)
#26281F
(38,40,31)
#1C1C15
(28,28,21)
#12100B
(18,16,11)
#000000
(0,0,0)

Tints of #76886F

#76886F
(118,136,111)
#82927C
(130,146,124)
#8E9C89
(142,156,137)
#9AA696
(154,166,150)
#A6B0A3
(166,176,163)
#B2BAB0
(178,186,176)
#BEC4BD
(190,196,189)
#CACECA
(202,206,202)
#D6D8D7
(214,216,215)
#E2E2E4
(226,226,228)
#EEECF1
(238,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76886F; }

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

This text font color is #76886F.


Background Color

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

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

This div background color is #76886F.


Border color

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

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

This div border color is #76886F.


Opacity

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

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

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

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

This text has shadow with #76886F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76886F on black background.


Color preview on white background

This text has color #76886F on white background.



Black color preview on #76886F background

This text has black color on #76886F background.


White color preview on #76886F background

This text has white color on #76886F background.