COLOR #76794F

HEX: #76794F
RGB: (118,121,79)

Color info

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

RGB color model

#76794F color RGB value is (118,121,79).

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

RGB channels and saturation

R 118 of 255 = 46%
G 121 of 255 = 47%
B 79 of 255 = 31%

118
121
79

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

Portions of RGB colors in percentages

R + G + B =
118 + 121 + 79 = 318 (100%)
R 118 of 318 ~ 37.11%
G 121 of 318 ~ 38.05%
B 79 of 318 ~ 24.84%

%37.11
%38.05
%24.84

CMYK color model

#76794F color CMYK value is (2,0,35,53).

  • cyan value is 2.48%
  • magenta value is 0.00%
  • yellow value is 34.71%
  • key color value is 52.55%
CMYK:
(2,0,35,53)
C2M0Y35K53 
(2%,0%,35%,53%)
(0.02/0.00/0.35/0.53)	

CMYK percentages

%2.48
%0
%34.71
%52.55

Codes

Color #76794F in popluar color models

76794F
RGB11812179
HSL64°21.00%39.22%
HSB/HSV64°34.71%47.45%
CMYK2.48%0.00%34.71%
52.55%

Color #76794F in popluar number systems.

HEX76794F
Decimal11812179
Binary111011011110011001111
Octal166171117

Shades and tints

Shades of #76794F

#76794F
(118,121,79)
#6C6E48
(108,110,72)
#626341
(98,99,65)
#58583A
(88,88,58)
#4E4D33
(78,77,51)
#44422C
(68,66,44)
#3A3725
(58,55,37)
#302C1E
(48,44,30)
#262117
(38,33,23)
#1C1610
(28,22,16)
#120B09
(18,11,9)
#000000
(0,0,0)

Tints of #76794F

#76794F
(118,121,79)
#82855F
(130,133,95)
#8E916F
(142,145,111)
#9A9D7F
(154,157,127)
#A6A98F
(166,169,143)
#B2B59F
(178,181,159)
#BEC1AF
(190,193,175)
#CACDBF
(202,205,191)
#D6D9CF
(214,217,207)
#E2E5DF
(226,229,223)
#EEF1EF
(238,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76794F; }

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

This text font color is #76794F.


Background Color

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

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

This div background color is #76794F.


Border color

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

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

This div border color is #76794F.


Opacity

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

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

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

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

This text has shadow with #76794F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76794F on black background.


Color preview on white background

This text has color #76794F on white background.



Black color preview on #76794F background

This text has black color on #76794F background.


White color preview on #76794F background

This text has white color on #76794F background.