COLOR #76785E

HEX: #76785E
RGB: (118,120,94)

Color info

#76785E contains red, green and blue colors in about the same proportion. Web safe color of #76785E is #666666 (or #666).

RGB color model

#76785E color RGB value is (118,120,94).

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

RGB channels and saturation

R 118 of 255 = 46%
G 120 of 255 = 47%
B 94 of 255 = 37%

118
120
94

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

Portions of RGB colors in percentages

R + G + B =
118 + 120 + 94 = 332 (100%)
R 118 of 332 ~ 35.54%
G 120 of 332 ~ 36.14%
B 94 of 332 ~ 28.31%

%35.54
%36.14
%28.31

CMYK color model

#76785E color CMYK value is (2,0,22,53).

  • cyan value is 1.67%
  • magenta value is 0.00%
  • yellow value is 21.67%
  • key color value is 52.94%
CMYK:
(2,0,22,53)
C2M0Y22K53 
(2%,0%,22%,53%)
(0.02/0.00/0.22/0.53)	

CMYK percentages

%1.67
%0
%21.67
%52.94

Codes

Color #76785E in popluar color models

76785E
RGB11812094
HSL65°12.15%41.96%
HSB/HSV65°21.67%47.06%
CMYK1.67%0.00%21.67%
52.94%

Color #76785E in popluar number systems.

HEX76785E
Decimal11812094
Binary111011011110001011110
Octal166170136

Shades and tints

Shades of #76785E

#76785E
(118,120,94)
#6C6E56
(108,110,86)
#62644E
(98,100,78)
#585A46
(88,90,70)
#4E503E
(78,80,62)
#444636
(68,70,54)
#3A3C2E
(58,60,46)
#303226
(48,50,38)
#26281E
(38,40,30)
#1C1E16
(28,30,22)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #76785E

#76785E
(118,120,94)
#82846C
(130,132,108)
#8E907A
(142,144,122)
#9A9C88
(154,156,136)
#A6A896
(166,168,150)
#B2B4A4
(178,180,164)
#BEC0B2
(190,192,178)
#CACCC0
(202,204,192)
#D6D8CE
(214,216,206)
#E2E4DC
(226,228,220)
#EEF0EA
(238,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76785E; }

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

This text font color is #76785E.


Background Color

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

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

This div background color is #76785E.


Border color

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

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

This div border color is #76785E.


Opacity

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

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

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

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

This text has shadow with #76785E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76785E on black background.


Color preview on white background

This text has color #76785E on white background.



Black color preview on #76785E background

This text has black color on #76785E background.


White color preview on #76785E background

This text has white color on #76785E background.