COLOR #767861

HEX: #767861
RGB: (118,120,97)

Color info

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

RGB color model

#767861 color RGB value is (118,120,97).

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

RGB channels and saturation

R 118 of 255 = 46%
G 120 of 255 = 47%
B 97 of 255 = 38%

118
120
97

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

Portions of RGB colors in percentages

R + G + B =
118 + 120 + 97 = 335 (100%)
R 118 of 335 ~ 35.22%
G 120 of 335 ~ 35.82%
B 97 of 335 ~ 28.96%

%35.22
%35.82
%28.96

CMYK color model

#767861 color CMYK value is (2,0,19,53).

  • cyan value is 1.67%
  • magenta value is 0.00%
  • yellow value is 19.17%
  • key color value is 52.94%
CMYK:
(2,0,19,53)
C2M0Y19K53 
(2%,0%,19%,53%)
(0.02/0.00/0.19/0.53)	

CMYK percentages

%1.67
%0
%19.17
%52.94

Codes

Color #767861 in popluar color models

767861
RGB11812097
HSL65°10.60%42.55%
HSB/HSV65°19.17%47.06%
CMYK1.67%0.00%19.17%
52.94%

Color #767861 in popluar number systems.

HEX767861
Decimal11812097
Binary111011011110001100001
Octal166170141

Shades and tints

Shades of #767861

#767861
(118,120,97)
#6C6E59
(108,110,89)
#626451
(98,100,81)
#585A49
(88,90,73)
#4E5041
(78,80,65)
#444639
(68,70,57)
#3A3C31
(58,60,49)
#303229
(48,50,41)
#262821
(38,40,33)
#1C1E19
(28,30,25)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #767861

#767861
(118,120,97)
#82846F
(130,132,111)
#8E907D
(142,144,125)
#9A9C8B
(154,156,139)
#A6A899
(166,168,153)
#B2B4A7
(178,180,167)
#BEC0B5
(190,192,181)
#CACCC3
(202,204,195)
#D6D8D1
(214,216,209)
#E2E4DF
(226,228,223)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #767861 color. Also use rgb(118,120,97) instead hex code.

Text Font Color

.myTextColor { color: #767861; }

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

This text font color is #767861.


Background Color

.myBgColor { background-color: #767861; }

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

This div background color is #767861.


Border color

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

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

This div border color is #767861.


Opacity

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

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

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

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

This text has shadow with #767861 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767861 on black background.


Color preview on white background

This text has color #767861 on white background.



Black color preview on #767861 background

This text has black color on #767861 background.


White color preview on #767861 background

This text has white color on #767861 background.