COLOR #767356

HEX: #767356
RGB: (118,115,86)

Color info

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

RGB color model

#767356 color RGB value is (118,115,86).

  • red value is 118;
  • green value is 115;
  • blue value is 86.
RGB:
(118,115,86)
(46%,45%,34%)

RGB channels and saturation

R 118 of 255 = 46%
G 115 of 255 = 45%
B 86 of 255 = 34%

118
115
86

R + G + B ~ 42%. #767356 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 115 + 86 = 319 (100%)
R 118 of 319 ~ 36.99%
G 115 of 319 ~ 36.05%
B 86 of 319 ~ 26.96%

%36.99
%36.05
%26.96

CMYK color model

#767356 color CMYK value is (0,3,27,54).

  • cyan value is 0.00%
  • magenta value is 2.54%
  • yellow value is 27.12%
  • key color value is 53.73%
CMYK:
(0,3,27,54)
C0M3Y27K54 
(0%,3%,27%,54%)
(0.00/0.03/0.27/0.54)	

CMYK percentages

%0
%2.54
%27.12
%53.73

Codes

Color #767356 in popluar color models

767356
RGB11811586
HSL54°15.69%40.00%
HSB/HSV54°27.12%46.27%
CMYK0.00%2.54%27.12%
53.73%

Color #767356 in popluar number systems.

HEX767356
Decimal11811586
Binary111011011100111010110
Octal166163126

Shades and tints

Shades of #767356

#767356
(118,115,86)
#6C694F
(108,105,79)
#625F48
(98,95,72)
#585541
(88,85,65)
#4E4B3A
(78,75,58)
#444133
(68,65,51)
#3A372C
(58,55,44)
#302D25
(48,45,37)
#26231E
(38,35,30)
#1C1917
(28,25,23)
#120F10
(18,15,16)
#000000
(0,0,0)

Tints of #767356

#767356
(118,115,86)
#827F65
(130,127,101)
#8E8B74
(142,139,116)
#9A9783
(154,151,131)
#A6A392
(166,163,146)
#B2AFA1
(178,175,161)
#BEBBB0
(190,187,176)
#CAC7BF
(202,199,191)
#D6D3CE
(214,211,206)
#E2DFDD
(226,223,221)
#EEEBEC
(238,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #767356 color. Also use rgb(118,115,86) instead hex code.

Text Font Color

.myTextColor { color: #767356; }

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

This text font color is #767356.


Background Color

.myBgColor { background-color: #767356; }

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

This div background color is #767356.


Border color

.myBorderColor { border: 1px solid #767356; }

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

This div border color is #767356.


Opacity

.myOpacity80 { color: #767356; opacity: 0.8; }

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

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

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

This text has shadow with #767356 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767356 on black background.


Color preview on white background

This text has color #767356 on white background.



Black color preview on #767356 background

This text has black color on #767356 background.


White color preview on #767356 background

This text has white color on #767356 background.