COLOR #767736

HEX: #767736
RGB: (118,119,54)

Color info

#767736 contains mainly red and green colors. Web safe color of #767736 is #666633 (or #663).

RGB color model

#767736 color RGB value is (118,119,54).

  • red value is 118;
  • green value is 119;
  • blue value is 54.
RGB:
(118,119,54)
(46%,47%,21%)

RGB channels and saturation

R 118 of 255 = 46%
G 119 of 255 = 47%
B 54 of 255 = 21%

118
119
54

R + G + B ~ 38%. #767736 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 119 + 54 = 291 (100%)
R 118 of 291 ~ 40.55%
G 119 of 291 ~ 40.89%
B 54 of 291 ~ 18.56%

%40.55
%40.89
%18.56

CMYK color model

#767736 color CMYK value is (1,0,55,53).

  • cyan value is 0.84%
  • magenta value is 0.00%
  • yellow value is 54.62%
  • key color value is 53.33%
CMYK:
(1,0,55,53)
C1M0Y55K53 
(1%,0%,55%,53%)
(0.01/0.00/0.55/0.53)	

CMYK percentages

%0.84
%0
%54.62
%53.33

Codes

Color #767736 in popluar color models

767736
RGB11811954
HSL61°37.57%33.92%
HSB/HSV61°54.62%46.67%
CMYK0.84%0.00%54.62%
53.33%

Color #767736 in popluar number systems.

HEX767736
Decimal11811954
Binary11101101110111110110
Octal16616766

Shades and tints

Shades of #767736

#767736
(118,119,54)
#6C6D32
(108,109,50)
#62632E
(98,99,46)
#58592A
(88,89,42)
#4E4F26
(78,79,38)
#444522
(68,69,34)
#3A3B1E
(58,59,30)
#30311A
(48,49,26)
#262716
(38,39,22)
#1C1D12
(28,29,18)
#12130E
(18,19,14)
#000000
(0,0,0)

Tints of #767736

#767736
(118,119,54)
#828348
(130,131,72)
#8E8F5A
(142,143,90)
#9A9B6C
(154,155,108)
#A6A77E
(166,167,126)
#B2B390
(178,179,144)
#BEBFA2
(190,191,162)
#CACBB4
(202,203,180)
#D6D7C6
(214,215,198)
#E2E3D8
(226,227,216)
#EEEFEA
(238,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #767736 color. Also use rgb(118,119,54) instead hex code.

Text Font Color

.myTextColor { color: #767736; }

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

This text font color is #767736.


Background Color

.myBgColor { background-color: #767736; }

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

This div background color is #767736.


Border color

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

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

This div border color is #767736.


Opacity

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

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

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

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

This text has shadow with #767736 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767736 on black background.


Color preview on white background

This text has color #767736 on white background.



Black color preview on #767736 background

This text has black color on #767736 background.


White color preview on #767736 background

This text has white color on #767736 background.