COLOR #767747

HEX: #767747
RGB: (118,119,71)

Color info

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

RGB color model

#767747 color RGB value is (118,119,71).

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

RGB channels and saturation

R 118 of 255 = 46%
G 119 of 255 = 47%
B 71 of 255 = 28%

118
119
71

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

Portions of RGB colors in percentages

R + G + B =
118 + 119 + 71 = 308 (100%)
R 118 of 308 ~ 38.31%
G 119 of 308 ~ 38.64%
B 71 of 308 ~ 23.05%

%38.31
%38.64
%23.05

CMYK color model

#767747 color CMYK value is (1,0,40,53).

  • cyan value is 0.84%
  • magenta value is 0.00%
  • yellow value is 40.34%
  • key color value is 53.33%
CMYK:
(1,0,40,53)
C1M0Y40K53 
(1%,0%,40%,53%)
(0.01/0.00/0.40/0.53)	

CMYK percentages

%0.84
%0
%40.34
%53.33

Codes

Color #767747 in popluar color models

767747
RGB11811971
HSL61°25.26%37.25%
HSB/HSV61°40.34%46.67%
CMYK0.84%0.00%40.34%
53.33%

Color #767747 in popluar number systems.

HEX767747
Decimal11811971
Binary111011011101111000111
Octal166167107

Shades and tints

Shades of #767747

#767747
(118,119,71)
#6C6D41
(108,109,65)
#62633B
(98,99,59)
#585935
(88,89,53)
#4E4F2F
(78,79,47)
#444529
(68,69,41)
#3A3B23
(58,59,35)
#30311D
(48,49,29)
#262717
(38,39,23)
#1C1D11
(28,29,17)
#12130B
(18,19,11)
#000000
(0,0,0)

Tints of #767747

#767747
(118,119,71)
#828357
(130,131,87)
#8E8F67
(142,143,103)
#9A9B77
(154,155,119)
#A6A787
(166,167,135)
#B2B397
(178,179,151)
#BEBFA7
(190,191,167)
#CACBB7
(202,203,183)
#D6D7C7
(214,215,199)
#E2E3D7
(226,227,215)
#EEEFE7
(238,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767747; }

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

This text font color is #767747.


Background Color

.myBgColor { background-color: #767747; }

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

This div background color is #767747.


Border color

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

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

This div border color is #767747.


Opacity

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

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

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

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

This text has shadow with #767747 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767747 on black background.


Color preview on white background

This text has color #767747 on white background.



Black color preview on #767747 background

This text has black color on #767747 background.


White color preview on #767747 background

This text has white color on #767747 background.