COLOR #76824F

HEX: #76824F
RGB: (118,130,79)

Color info

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

RGB color model

#76824F color RGB value is (118,130,79).

  • red value is 118;
  • green value is 130;
  • blue value is 79.
RGB:
(118,130,79)
(46%,51%,31%)

RGB channels and saturation

R 118 of 255 = 46%
G 130 of 255 = 51%
B 79 of 255 = 31%

118
130
79

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

Portions of RGB colors in percentages

R + G + B =
118 + 130 + 79 = 327 (100%)
R 118 of 327 ~ 36.09%
G 130 of 327 ~ 39.76%
B 79 of 327 ~ 24.16%

%36.09
%39.76
%24.16

CMYK color model

#76824F color CMYK value is (9,0,39,49).

  • cyan value is 9.23%
  • magenta value is 0.00%
  • yellow value is 39.23%
  • key color value is 49.02%
CMYK:
(9,0,39,49)
C9M0Y39K49 
(9%,0%,39%,49%)
(0.09/0.00/0.39/0.49)	

CMYK percentages

%9.23
%0
%39.23
%49.02

Codes

Color #76824F in popluar color models

76824F
RGB11813079
HSL74°24.40%40.98%
HSB/HSV74°39.23%50.98%
CMYK9.23%0.00%39.23%
49.02%

Color #76824F in popluar number systems.

HEX76824F
Decimal11813079
Binary1110110100000101001111
Octal166202117

Shades and tints

Shades of #76824F

#76824F
(118,130,79)
#6C7748
(108,119,72)
#626C41
(98,108,65)
#58613A
(88,97,58)
#4E5633
(78,86,51)
#444B2C
(68,75,44)
#3A4025
(58,64,37)
#30351E
(48,53,30)
#262A17
(38,42,23)
#1C1F10
(28,31,16)
#121409
(18,20,9)
#000000
(0,0,0)

Tints of #76824F

#76824F
(118,130,79)
#828D5F
(130,141,95)
#8E986F
(142,152,111)
#9AA37F
(154,163,127)
#A6AE8F
(166,174,143)
#B2B99F
(178,185,159)
#BEC4AF
(190,196,175)
#CACFBF
(202,207,191)
#D6DACF
(214,218,207)
#E2E5DF
(226,229,223)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76824F color. Also use rgb(118,130,79) instead hex code.

Text Font Color

.myTextColor { color: #76824F; }

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

This text font color is #76824F.


Background Color

.myBgColor { background-color: #76824F; }

<div style="background-color:#76824F">Inner text</div>

This div background color is #76824F.


Border color

.myBorderColor { border: 1px solid #76824F; }

<div style="border:3px solid #76824F">Div</div>

This div border color is #76824F.


Opacity

.myOpacity80 { color: #76824F; opacity: 0.8; }

<p style="color:#76824F;opacity:0.8;">80%</p>

Text with #76824F 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 #76824F;}

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

This text has shadow with #76824F color.

.textShadow {text-shadow: 3px 3px 1px #76824F, 3px 3px 1px red;}

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

This text has shadow with #76824F primary color and red secondary color.


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

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

This text has shadow with #76824F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76824F on black background.


Color preview on white background

This text has color #76824F on white background.



Black color preview on #76824F background

This text has black color on #76824F background.


White color preview on #76824F background

This text has white color on #76824F background.