COLOR #76856E

HEX: #76856E
RGB: (118,133,110)

Color info

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

RGB color model

#76856E color RGB value is (118,133,110).

  • red value is 118;
  • green value is 133;
  • blue value is 110.
RGB:
(118,133,110)
(46%,52%,43%)

RGB channels and saturation

R 118 of 255 = 46%
G 133 of 255 = 52%
B 110 of 255 = 43%

118
133
110

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

Portions of RGB colors in percentages

R + G + B =
118 + 133 + 110 = 361 (100%)
R 118 of 361 ~ 32.69%
G 133 of 361 ~ 36.84%
B 110 of 361 ~ 30.47%

%32.69
%36.84
%30.47

CMYK color model

#76856E color CMYK value is (11,0,17,48).

  • cyan value is 11.28%
  • magenta value is 0.00%
  • yellow value is 17.29%
  • key color value is 47.84%
CMYK:
(11,0,17,48)
C11M0Y17K48 
(11%,0%,17%,48%)
(0.11/0.00/0.17/0.48)	

CMYK percentages

%11.28
%0
%17.29
%47.84

Codes

Color #76856E in popluar color models

76856E
RGB118133110
HSL99°9.47%47.65%
HSB/HSV99°17.29%52.16%
CMYK11.28%0.00%17.29%
47.84%

Color #76856E in popluar number systems.

HEX76856E
Decimal118133110
Binary1110110100001011101110
Octal166205156

Shades and tints

Shades of #76856E

#76856E
(118,133,110)
#6C7964
(108,121,100)
#626D5A
(98,109,90)
#586150
(88,97,80)
#4E5546
(78,85,70)
#44493C
(68,73,60)
#3A3D32
(58,61,50)
#303128
(48,49,40)
#26251E
(38,37,30)
#1C1914
(28,25,20)
#120D0A
(18,13,10)
#000000
(0,0,0)

Tints of #76856E

#76856E
(118,133,110)
#82907B
(130,144,123)
#8E9B88
(142,155,136)
#9AA695
(154,166,149)
#A6B1A2
(166,177,162)
#B2BCAF
(178,188,175)
#BEC7BC
(190,199,188)
#CAD2C9
(202,210,201)
#D6DDD6
(214,221,214)
#E2E8E3
(226,232,227)
#EEF3F0
(238,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76856E color. Also use rgb(118,133,110) instead hex code.

Text Font Color

.myTextColor { color: #76856E; }

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

This text font color is #76856E.


Background Color

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

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

This div background color is #76856E.


Border color

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

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

This div border color is #76856E.


Opacity

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

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

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

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

This text has shadow with #76856E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76856E on black background.


Color preview on white background

This text has color #76856E on white background.



Black color preview on #76856E background

This text has black color on #76856E background.


White color preview on #76856E background

This text has white color on #76856E background.