COLOR #767864

HEX: #767864
RGB: (118,120,100)

Color info

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

RGB color model

#767864 color RGB value is (118,120,100).

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

RGB channels and saturation

R 118 of 255 = 46%
G 120 of 255 = 47%
B 100 of 255 = 39%

118
120
100

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

Portions of RGB colors in percentages

R + G + B =
118 + 120 + 100 = 338 (100%)
R 118 of 338 ~ 34.91%
G 120 of 338 ~ 35.5%
B 100 of 338 ~ 29.59%

%34.91
%35.5
%29.59

CMYK color model

#767864 color CMYK value is (2,0,17,53).

  • cyan value is 1.67%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 52.94%
CMYK:
(2,0,17,53)
C2M0Y17K53 
(2%,0%,17%,53%)
(0.02/0.00/0.17/0.53)	

CMYK percentages

%1.67
%0
%16.67
%52.94

Codes

Color #767864 in popluar color models

767864
RGB118120100
HSL66°9.09%43.14%
HSB/HSV66°16.67%47.06%
CMYK1.67%0.00%16.67%
52.94%

Color #767864 in popluar number systems.

HEX767864
Decimal118120100
Binary111011011110001100100
Octal166170144

Shades and tints

Shades of #767864

#767864
(118,120,100)
#6C6E5B
(108,110,91)
#626452
(98,100,82)
#585A49
(88,90,73)
#4E5040
(78,80,64)
#444637
(68,70,55)
#3A3C2E
(58,60,46)
#303225
(48,50,37)
#26281C
(38,40,28)
#1C1E13
(28,30,19)
#12140A
(18,20,10)
#000000
(0,0,0)

Tints of #767864

#767864
(118,120,100)
#828472
(130,132,114)
#8E9080
(142,144,128)
#9A9C8E
(154,156,142)
#A6A89C
(166,168,156)
#B2B4AA
(178,180,170)
#BEC0B8
(190,192,184)
#CACCC6
(202,204,198)
#D6D8D4
(214,216,212)
#E2E4E2
(226,228,226)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767864; }

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

This text font color is #767864.


Background Color

.myBgColor { background-color: #767864; }

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

This div background color is #767864.


Border color

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

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

This div border color is #767864.


Opacity

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

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

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

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

This text has shadow with #767864 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767864 on black background.


Color preview on white background

This text has color #767864 on white background.



Black color preview on #767864 background

This text has black color on #767864 background.


White color preview on #767864 background

This text has white color on #767864 background.