COLOR #767A5F

HEX: #767A5F
RGB: (118,122,95)

Color info

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

RGB color model

#767A5F color RGB value is (118,122,95).

  • red value is 118;
  • green value is 122;
  • blue value is 95.
RGB:
(118,122,95)
(46%,48%,37%)

RGB channels and saturation

R 118 of 255 = 46%
G 122 of 255 = 48%
B 95 of 255 = 37%

118
122
95

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

Portions of RGB colors in percentages

R + G + B =
118 + 122 + 95 = 335 (100%)
R 118 of 335 ~ 35.22%
G 122 of 335 ~ 36.42%
B 95 of 335 ~ 28.36%

%35.22
%36.42
%28.36

CMYK color model

#767A5F color CMYK value is (3,0,22,52).

  • cyan value is 3.28%
  • magenta value is 0.00%
  • yellow value is 22.13%
  • key color value is 52.16%
CMYK:
(3,0,22,52)
C3M0Y22K52 
(3%,0%,22%,52%)
(0.03/0.00/0.22/0.52)	

CMYK percentages

%3.28
%0
%22.13
%52.16

Codes

Color #767A5F in popluar color models

767A5F
RGB11812295
HSL69°12.44%42.55%
HSB/HSV69°22.13%47.84%
CMYK3.28%0.00%22.13%
52.16%

Color #767A5F in popluar number systems.

HEX767A5F
Decimal11812295
Binary111011011110101011111
Octal166172137

Shades and tints

Shades of #767A5F

#767A5F
(118,122,95)
#6C6F57
(108,111,87)
#62644F
(98,100,79)
#585947
(88,89,71)
#4E4E3F
(78,78,63)
#444337
(68,67,55)
#3A382F
(58,56,47)
#302D27
(48,45,39)
#26221F
(38,34,31)
#1C1717
(28,23,23)
#120C0F
(18,12,15)
#000000
(0,0,0)

Tints of #767A5F

#767A5F
(118,122,95)
#82866D
(130,134,109)
#8E927B
(142,146,123)
#9A9E89
(154,158,137)
#A6AA97
(166,170,151)
#B2B6A5
(178,182,165)
#BEC2B3
(190,194,179)
#CACEC1
(202,206,193)
#D6DACF
(214,218,207)
#E2E6DD
(226,230,221)
#EEF2EB
(238,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #767A5F color. Also use rgb(118,122,95) instead hex code.

Text Font Color

.myTextColor { color: #767A5F; }

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

This text font color is #767A5F.


Background Color

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

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

This div background color is #767A5F.


Border color

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

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

This div border color is #767A5F.


Opacity

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

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

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

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

This text has shadow with #767A5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767A5F on black background.


Color preview on white background

This text has color #767A5F on white background.



Black color preview on #767A5F background

This text has black color on #767A5F background.


White color preview on #767A5F background

This text has white color on #767A5F background.