COLOR #76803E

HEX: #76803E
RGB: (118,128,62)

Color info

#76803E contains mainly red and green colors. Web safe color of #76803E is #666633 (or #663).

RGB color model

#76803E color RGB value is (118,128,62).

  • red value is 118;
  • green value is 128;
  • blue value is 62.
RGB:
(118,128,62)
(46%,50%,24%)

RGB channels and saturation

R 118 of 255 = 46%
G 128 of 255 = 50%
B 62 of 255 = 24%

118
128
62

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

Portions of RGB colors in percentages

R + G + B =
118 + 128 + 62 = 308 (100%)
R 118 of 308 ~ 38.31%
G 128 of 308 ~ 41.56%
B 62 of 308 ~ 20.13%

%38.31
%41.56
%20.13

CMYK color model

#76803E color CMYK value is (8,0,52,50).

  • cyan value is 7.81%
  • magenta value is 0.00%
  • yellow value is 51.56%
  • key color value is 49.80%
CMYK:
(8,0,52,50)
C8M0Y52K50 
(8%,0%,52%,50%)
(0.08/0.00/0.52/0.50)	

CMYK percentages

%7.81
%0
%51.56
%49.8

Codes

Color #76803E in popluar color models

76803E
RGB11812862
HSL69°34.74%37.25%
HSB/HSV69°51.56%50.20%
CMYK7.81%0.00%51.56%
49.80%

Color #76803E in popluar number systems.

HEX76803E
Decimal11812862
Binary111011010000000111110
Octal16620076

Shades and tints

Shades of #76803E

#76803E
(118,128,62)
#6C7539
(108,117,57)
#626A34
(98,106,52)
#585F2F
(88,95,47)
#4E542A
(78,84,42)
#444925
(68,73,37)
#3A3E20
(58,62,32)
#30331B
(48,51,27)
#262816
(38,40,22)
#1C1D11
(28,29,17)
#12120C
(18,18,12)
#000000
(0,0,0)

Tints of #76803E

#76803E
(118,128,62)
#828B4F
(130,139,79)
#8E9660
(142,150,96)
#9AA171
(154,161,113)
#A6AC82
(166,172,130)
#B2B793
(178,183,147)
#BEC2A4
(190,194,164)
#CACDB5
(202,205,181)
#D6D8C6
(214,216,198)
#E2E3D7
(226,227,215)
#EEEEE8
(238,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76803E color. Also use rgb(118,128,62) instead hex code.

Text Font Color

.myTextColor { color: #76803E; }

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

This text font color is #76803E.


Background Color

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

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

This div background color is #76803E.


Border color

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

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

This div border color is #76803E.


Opacity

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

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

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

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

This text has shadow with #76803E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76803E on black background.


Color preview on white background

This text has color #76803E on white background.



Black color preview on #76803E background

This text has black color on #76803E background.


White color preview on #76803E background

This text has white color on #76803E background.