COLOR #767F5B

HEX: #767F5B
RGB: (118,127,91)

Color info

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

RGB color model

#767F5B color RGB value is (118,127,91).

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

RGB channels and saturation

R 118 of 255 = 46%
G 127 of 255 = 50%
B 91 of 255 = 36%

118
127
91

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

Portions of RGB colors in percentages

R + G + B =
118 + 127 + 91 = 336 (100%)
R 118 of 336 ~ 35.12%
G 127 of 336 ~ 37.8%
B 91 of 336 ~ 27.08%

%35.12
%37.8
%27.08

CMYK color model

#767F5B color CMYK value is (7,0,28,50).

  • cyan value is 7.09%
  • magenta value is 0.00%
  • yellow value is 28.35%
  • key color value is 50.20%
CMYK:
(7,0,28,50)
C7M0Y28K50 
(7%,0%,28%,50%)
(0.07/0.00/0.28/0.50)	

CMYK percentages

%7.09
%0
%28.35
%50.2

Codes

Color #767F5B in popluar color models

767F5B
RGB11812791
HSL75°16.51%42.75%
HSB/HSV75°28.35%49.80%
CMYK7.09%0.00%28.35%
50.20%

Color #767F5B in popluar number systems.

HEX767F5B
Decimal11812791
Binary111011011111111011011
Octal166177133

Shades and tints

Shades of #767F5B

#767F5B
(118,127,91)
#6C7453
(108,116,83)
#62694B
(98,105,75)
#585E43
(88,94,67)
#4E533B
(78,83,59)
#444833
(68,72,51)
#3A3D2B
(58,61,43)
#303223
(48,50,35)
#26271B
(38,39,27)
#1C1C13
(28,28,19)
#12110B
(18,17,11)
#000000
(0,0,0)

Tints of #767F5B

#767F5B
(118,127,91)
#828A69
(130,138,105)
#8E9577
(142,149,119)
#9AA085
(154,160,133)
#A6AB93
(166,171,147)
#B2B6A1
(178,182,161)
#BEC1AF
(190,193,175)
#CACCBD
(202,204,189)
#D6D7CB
(214,215,203)
#E2E2D9
(226,226,217)
#EEEDE7
(238,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767F5B; }

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

This text font color is #767F5B.


Background Color

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

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

This div background color is #767F5B.


Border color

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

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

This div border color is #767F5B.


Opacity

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

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

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

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

This text has shadow with #767F5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767F5B on black background.


Color preview on white background

This text has color #767F5B on white background.



Black color preview on #767F5B background

This text has black color on #767F5B background.


White color preview on #767F5B background

This text has white color on #767F5B background.