COLOR #76885F

HEX: #76885F
RGB: (118,136,95)

Color info

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

RGB color model

#76885F color RGB value is (118,136,95).

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

RGB channels and saturation

R 118 of 255 = 46%
G 136 of 255 = 53%
B 95 of 255 = 37%

118
136
95

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

Portions of RGB colors in percentages

R + G + B =
118 + 136 + 95 = 349 (100%)
R 118 of 349 ~ 33.81%
G 136 of 349 ~ 38.97%
B 95 of 349 ~ 27.22%

%33.81
%38.97
%27.22

CMYK color model

#76885F color CMYK value is (13,0,30,47).

  • cyan value is 13.24%
  • magenta value is 0.00%
  • yellow value is 30.15%
  • key color value is 46.67%
CMYK:
(13,0,30,47)
C13M0Y30K47 
(13%,0%,30%,47%)
(0.13/0.00/0.30/0.47)	

CMYK percentages

%13.24
%0
%30.15
%46.67

Codes

Color #76885F in popluar color models

76885F
RGB11813695
HSL86°17.75%45.29%
HSB/HSV86°30.15%53.33%
CMYK13.24%0.00%30.15%
46.67%

Color #76885F in popluar number systems.

HEX76885F
Decimal11813695
Binary1110110100010001011111
Octal166210137

Shades and tints

Shades of #76885F

#76885F
(118,136,95)
#6C7C57
(108,124,87)
#62704F
(98,112,79)
#586447
(88,100,71)
#4E583F
(78,88,63)
#444C37
(68,76,55)
#3A402F
(58,64,47)
#303427
(48,52,39)
#26281F
(38,40,31)
#1C1C17
(28,28,23)
#12100F
(18,16,15)
#000000
(0,0,0)

Tints of #76885F

#76885F
(118,136,95)
#82926D
(130,146,109)
#8E9C7B
(142,156,123)
#9AA689
(154,166,137)
#A6B097
(166,176,151)
#B2BAA5
(178,186,165)
#BEC4B3
(190,196,179)
#CACEC1
(202,206,193)
#D6D8CF
(214,216,207)
#E2E2DD
(226,226,221)
#EEECEB
(238,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76885F; }

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

This text font color is #76885F.


Background Color

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

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

This div background color is #76885F.


Border color

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

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

This div border color is #76885F.


Opacity

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

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

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

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

This text has shadow with #76885F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76885F on black background.


Color preview on white background

This text has color #76885F on white background.



Black color preview on #76885F background

This text has black color on #76885F background.


White color preview on #76885F background

This text has white color on #76885F background.