COLOR #767762

HEX: #767762
RGB: (118,119,98)

Color info

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

RGB color model

#767762 color RGB value is (118,119,98).

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

RGB channels and saturation

R 118 of 255 = 46%
G 119 of 255 = 47%
B 98 of 255 = 38%

118
119
98

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

Portions of RGB colors in percentages

R + G + B =
118 + 119 + 98 = 335 (100%)
R 118 of 335 ~ 35.22%
G 119 of 335 ~ 35.52%
B 98 of 335 ~ 29.25%

%35.22
%35.52
%29.25

CMYK color model

#767762 color CMYK value is (1,0,18,53).

  • cyan value is 0.84%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 53.33%
CMYK:
(1,0,18,53)
C1M0Y18K53 
(1%,0%,18%,53%)
(0.01/0.00/0.18/0.53)	

CMYK percentages

%0.84
%0
%17.65
%53.33

Codes

Color #767762 in popluar color models

767762
RGB11811998
HSL63°9.68%42.55%
HSB/HSV63°17.65%46.67%
CMYK0.84%0.00%17.65%
53.33%

Color #767762 in popluar number systems.

HEX767762
Decimal11811998
Binary111011011101111100010
Octal166167142

Shades and tints

Shades of #767762

#767762
(118,119,98)
#6C6D5A
(108,109,90)
#626352
(98,99,82)
#58594A
(88,89,74)
#4E4F42
(78,79,66)
#44453A
(68,69,58)
#3A3B32
(58,59,50)
#30312A
(48,49,42)
#262722
(38,39,34)
#1C1D1A
(28,29,26)
#121312
(18,19,18)
#000000
(0,0,0)

Tints of #767762

#767762
(118,119,98)
#828370
(130,131,112)
#8E8F7E
(142,143,126)
#9A9B8C
(154,155,140)
#A6A79A
(166,167,154)
#B2B3A8
(178,179,168)
#BEBFB6
(190,191,182)
#CACBC4
(202,203,196)
#D6D7D2
(214,215,210)
#E2E3E0
(226,227,224)
#EEEFEE
(238,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767762; }

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

This text font color is #767762.


Background Color

.myBgColor { background-color: #767762; }

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

This div background color is #767762.


Border color

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

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

This div border color is #767762.


Opacity

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

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

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

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

This text has shadow with #767762 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767762 on black background.


Color preview on white background

This text has color #767762 on white background.



Black color preview on #767762 background

This text has black color on #767762 background.


White color preview on #767762 background

This text has white color on #767762 background.