COLOR #76885E

HEX: #76885E
RGB: (118,136,94)

Color info

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

RGB color model

#76885E color RGB value is (118,136,94).

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

RGB channels and saturation

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

118
136
94

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

Portions of RGB colors in percentages

R + G + B =
118 + 136 + 94 = 348 (100%)
R 118 of 348 ~ 33.91%
G 136 of 348 ~ 39.08%
B 94 of 348 ~ 27.01%

%33.91
%39.08
%27.01

CMYK color model

#76885E color CMYK value is (13,0,31,47).

  • cyan value is 13.24%
  • magenta value is 0.00%
  • yellow value is 30.88%
  • key color value is 46.67%
CMYK:
(13,0,31,47)
C13M0Y31K47 
(13%,0%,31%,47%)
(0.13/0.00/0.31/0.47)	

CMYK percentages

%13.24
%0
%30.88
%46.67

Codes

Color #76885E in popluar color models

76885E
RGB11813694
HSL86°18.26%45.10%
HSB/HSV86°30.88%53.33%
CMYK13.24%0.00%30.88%
46.67%

Color #76885E in popluar number systems.

HEX76885E
Decimal11813694
Binary1110110100010001011110
Octal166210136

Shades and tints

Shades of #76885E

#76885E
(118,136,94)
#6C7C56
(108,124,86)
#62704E
(98,112,78)
#586446
(88,100,70)
#4E583E
(78,88,62)
#444C36
(68,76,54)
#3A402E
(58,64,46)
#303426
(48,52,38)
#26281E
(38,40,30)
#1C1C16
(28,28,22)
#12100E
(18,16,14)
#000000
(0,0,0)

Tints of #76885E

#76885E
(118,136,94)
#82926C
(130,146,108)
#8E9C7A
(142,156,122)
#9AA688
(154,166,136)
#A6B096
(166,176,150)
#B2BAA4
(178,186,164)
#BEC4B2
(190,196,178)
#CACEC0
(202,206,192)
#D6D8CE
(214,216,206)
#E2E2DC
(226,226,220)
#EEECEA
(238,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76885E; }

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

This text font color is #76885E.


Background Color

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

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

This div background color is #76885E.


Border color

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

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

This div border color is #76885E.


Opacity

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

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

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

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

This text has shadow with #76885E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76885E on black background.


Color preview on white background

This text has color #76885E on white background.



Black color preview on #76885E background

This text has black color on #76885E background.


White color preview on #76885E background

This text has white color on #76885E background.