COLOR #76794C

HEX: #76794C
RGB: (118,121,76)

Color info

#76794C contains red, green and blue colors in about the same proportion. Web safe color of #76794C is #666633 (or #663).

RGB color model

#76794C color RGB value is (118,121,76).

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

RGB channels and saturation

R 118 of 255 = 46%
G 121 of 255 = 47%
B 76 of 255 = 30%

118
121
76

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

Portions of RGB colors in percentages

R + G + B =
118 + 121 + 76 = 315 (100%)
R 118 of 315 ~ 37.46%
G 121 of 315 ~ 38.41%
B 76 of 315 ~ 24.13%

%37.46
%38.41
%24.13

CMYK color model

#76794C color CMYK value is (2,0,37,53).

  • cyan value is 2.48%
  • magenta value is 0.00%
  • yellow value is 37.19%
  • key color value is 52.55%
CMYK:
(2,0,37,53)
C2M0Y37K53 
(2%,0%,37%,53%)
(0.02/0.00/0.37/0.53)	

CMYK percentages

%2.48
%0
%37.19
%52.55

Codes

Color #76794C in popluar color models

76794C
RGB11812176
HSL64°22.84%38.63%
HSB/HSV64°37.19%47.45%
CMYK2.48%0.00%37.19%
52.55%

Color #76794C in popluar number systems.

HEX76794C
Decimal11812176
Binary111011011110011001100
Octal166171114

Shades and tints

Shades of #76794C

#76794C
(118,121,76)
#6C6E46
(108,110,70)
#626340
(98,99,64)
#58583A
(88,88,58)
#4E4D34
(78,77,52)
#44422E
(68,66,46)
#3A3728
(58,55,40)
#302C22
(48,44,34)
#26211C
(38,33,28)
#1C1616
(28,22,22)
#120B10
(18,11,16)
#000000
(0,0,0)

Tints of #76794C

#76794C
(118,121,76)
#82855C
(130,133,92)
#8E916C
(142,145,108)
#9A9D7C
(154,157,124)
#A6A98C
(166,169,140)
#B2B59C
(178,181,156)
#BEC1AC
(190,193,172)
#CACDBC
(202,205,188)
#D6D9CC
(214,217,204)
#E2E5DC
(226,229,220)
#EEF1EC
(238,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76794C; }

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

This text font color is #76794C.


Background Color

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

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

This div background color is #76794C.


Border color

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

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

This div border color is #76794C.


Opacity

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

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

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

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

This text has shadow with #76794C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76794C on black background.


Color preview on white background

This text has color #76794C on white background.



Black color preview on #76794C background

This text has black color on #76794C background.


White color preview on #76794C background

This text has white color on #76794C background.