COLOR #767064

HEX: #767064
RGB: (118,112,100)

Color info

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

RGB color model

#767064 color RGB value is (118,112,100).

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

RGB channels and saturation

R 118 of 255 = 46%
G 112 of 255 = 44%
B 100 of 255 = 39%

118
112
100

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

Portions of RGB colors in percentages

R + G + B =
118 + 112 + 100 = 330 (100%)
R 118 of 330 ~ 35.76%
G 112 of 330 ~ 33.94%
B 100 of 330 ~ 30.3%

%35.76
%33.94
%30.3

CMYK color model

#767064 color CMYK value is (0,5,15,54).

  • cyan value is 0.00%
  • magenta value is 5.08%
  • yellow value is 15.25%
  • key color value is 53.73%
CMYK:
(0,5,15,54)
C0M5Y15K54 
(0%,5%,15%,54%)
(0.00/0.05/0.15/0.54)	

CMYK percentages

%0
%5.08
%15.25
%53.73

Codes

Color #767064 in popluar color models

767064
RGB118112100
HSL40°8.26%42.75%
HSB/HSV40°15.25%46.27%
CMYK0.00%5.08%15.25%
53.73%

Color #767064 in popluar number systems.

HEX767064
Decimal118112100
Binary111011011100001100100
Octal166160144

Shades and tints

Shades of #767064

#767064
(118,112,100)
#6C665B
(108,102,91)
#625C52
(98,92,82)
#585249
(88,82,73)
#4E4840
(78,72,64)
#443E37
(68,62,55)
#3A342E
(58,52,46)
#302A25
(48,42,37)
#26201C
(38,32,28)
#1C1613
(28,22,19)
#120C0A
(18,12,10)
#000000
(0,0,0)

Tints of #767064

#767064
(118,112,100)
#827D72
(130,125,114)
#8E8A80
(142,138,128)
#9A978E
(154,151,142)
#A6A49C
(166,164,156)
#B2B1AA
(178,177,170)
#BEBEB8
(190,190,184)
#CACBC6
(202,203,198)
#D6D8D4
(214,216,212)
#E2E5E2
(226,229,226)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767064; }

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

This text font color is #767064.


Background Color

.myBgColor { background-color: #767064; }

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

This div background color is #767064.


Border color

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

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

This div border color is #767064.


Opacity

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

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

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

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

This text has shadow with #767064 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767064 on black background.


Color preview on white background

This text has color #767064 on white background.



Black color preview on #767064 background

This text has black color on #767064 background.


White color preview on #767064 background

This text has white color on #767064 background.