COLOR #76904E

HEX: #76904E
RGB: (118,144,78)

Color info

#76904E contains mainly red and green colors. Web safe color of #76904E is #669966 (or #696).

RGB color model

#76904E color RGB value is (118,144,78).

  • red value is 118;
  • green value is 144;
  • blue value is 78.
RGB:
(118,144,78)
(46%,56%,31%)

RGB channels and saturation

R 118 of 255 = 46%
G 144 of 255 = 56%
B 78 of 255 = 31%

118
144
78

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

Portions of RGB colors in percentages

R + G + B =
118 + 144 + 78 = 340 (100%)
R 118 of 340 ~ 34.71%
G 144 of 340 ~ 42.35%
B 78 of 340 ~ 22.94%

%34.71
%42.35
%22.94

CMYK color model

#76904E color CMYK value is (18,0,46,44).

  • cyan value is 18.06%
  • magenta value is 0.00%
  • yellow value is 45.83%
  • key color value is 43.53%
CMYK:
(18,0,46,44)
C18M0Y46K44 
(18%,0%,46%,44%)
(0.18/0.00/0.46/0.44)	

CMYK percentages

%18.06
%0
%45.83
%43.53

Codes

Color #76904E in popluar color models

76904E
RGB11814478
HSL84°29.73%43.53%
HSB/HSV84°45.83%56.47%
CMYK18.06%0.00%45.83%
43.53%

Color #76904E in popluar number systems.

HEX76904E
Decimal11814478
Binary1110110100100001001110
Octal166220116

Shades and tints

Shades of #76904E

#76904E
(118,144,78)
#6C8347
(108,131,71)
#627640
(98,118,64)
#586939
(88,105,57)
#4E5C32
(78,92,50)
#444F2B
(68,79,43)
#3A4224
(58,66,36)
#30351D
(48,53,29)
#262816
(38,40,22)
#1C1B0F
(28,27,15)
#120E08
(18,14,8)
#000000
(0,0,0)

Tints of #76904E

#76904E
(118,144,78)
#829A5E
(130,154,94)
#8EA46E
(142,164,110)
#9AAE7E
(154,174,126)
#A6B88E
(166,184,142)
#B2C29E
(178,194,158)
#BECCAE
(190,204,174)
#CAD6BE
(202,214,190)
#D6E0CE
(214,224,206)
#E2EADE
(226,234,222)
#EEF4EE
(238,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76904E color. Also use rgb(118,144,78) instead hex code.

Text Font Color

.myTextColor { color: #76904E; }

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

This text font color is #76904E.


Background Color

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

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

This div background color is #76904E.


Border color

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

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

This div border color is #76904E.


Opacity

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

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

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

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

This text has shadow with #76904E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76904E on black background.


Color preview on white background

This text has color #76904E on white background.



Black color preview on #76904E background

This text has black color on #76904E background.


White color preview on #76904E background

This text has white color on #76904E background.