COLOR #767F56

HEX: #767F56
RGB: (118,127,86)

Color info

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

RGB color model

#767F56 color RGB value is (118,127,86).

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

RGB channels and saturation

R 118 of 255 = 46%
G 127 of 255 = 50%
B 86 of 255 = 34%

118
127
86

R + G + B ~ 43%. #767F56 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 127 + 86 = 331 (100%)
R 118 of 331 ~ 35.65%
G 127 of 331 ~ 38.37%
B 86 of 331 ~ 25.98%

%35.65
%38.37
%25.98

CMYK color model

#767F56 color CMYK value is (7,0,32,50).

  • cyan value is 7.09%
  • magenta value is 0.00%
  • yellow value is 32.28%
  • key color value is 50.20%
CMYK:
(7,0,32,50)
C7M0Y32K50 
(7%,0%,32%,50%)
(0.07/0.00/0.32/0.50)	

CMYK percentages

%7.09
%0
%32.28
%50.2

Codes

Color #767F56 in popluar color models

767F56
RGB11812786
HSL73°19.25%41.76%
HSB/HSV73°32.28%49.80%
CMYK7.09%0.00%32.28%
50.20%

Color #767F56 in popluar number systems.

HEX767F56
Decimal11812786
Binary111011011111111010110
Octal166177126

Shades and tints

Shades of #767F56

#767F56
(118,127,86)
#6C744F
(108,116,79)
#626948
(98,105,72)
#585E41
(88,94,65)
#4E533A
(78,83,58)
#444833
(68,72,51)
#3A3D2C
(58,61,44)
#303225
(48,50,37)
#26271E
(38,39,30)
#1C1C17
(28,28,23)
#121110
(18,17,16)
#000000
(0,0,0)

Tints of #767F56

#767F56
(118,127,86)
#828A65
(130,138,101)
#8E9574
(142,149,116)
#9AA083
(154,160,131)
#A6AB92
(166,171,146)
#B2B6A1
(178,182,161)
#BEC1B0
(190,193,176)
#CACCBF
(202,204,191)
#D6D7CE
(214,215,206)
#E2E2DD
(226,226,221)
#EEEDEC
(238,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767F56; }

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

This text font color is #767F56.


Background Color

.myBgColor { background-color: #767F56; }

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

This div background color is #767F56.


Border color

.myBorderColor { border: 1px solid #767F56; }

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

This div border color is #767F56.


Opacity

.myOpacity80 { color: #767F56; opacity: 0.8; }

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

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

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

This text has shadow with #767F56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767F56 on black background.


Color preview on white background

This text has color #767F56 on white background.



Black color preview on #767F56 background

This text has black color on #767F56 background.


White color preview on #767F56 background

This text has white color on #767F56 background.