COLOR #767065

HEX: #767065
RGB: (118,112,101)

Color info

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

RGB color model

#767065 color RGB value is (118,112,101).

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

RGB channels and saturation

R 118 of 255 = 46%
G 112 of 255 = 44%
B 101 of 255 = 40%

118
112
101

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

Portions of RGB colors in percentages

R + G + B =
118 + 112 + 101 = 331 (100%)
R 118 of 331 ~ 35.65%
G 112 of 331 ~ 33.84%
B 101 of 331 ~ 30.51%

%35.65
%33.84
%30.51

CMYK color model

#767065 color CMYK value is (0,5,14,54).

  • cyan value is 0.00%
  • magenta value is 5.08%
  • yellow value is 14.41%
  • key color value is 53.73%
CMYK:
(0,5,14,54)
C0M5Y14K54 
(0%,5%,14%,54%)
(0.00/0.05/0.14/0.54)	

CMYK percentages

%0
%5.08
%14.41
%53.73

Codes

Color #767065 in popluar color models

767065
RGB118112101
HSL39°7.76%42.94%
HSB/HSV39°14.41%46.27%
CMYK0.00%5.08%14.41%
53.73%

Color #767065 in popluar number systems.

HEX767065
Decimal118112101
Binary111011011100001100101
Octal166160145

Shades and tints

Shades of #767065

#767065
(118,112,101)
#6C665C
(108,102,92)
#625C53
(98,92,83)
#58524A
(88,82,74)
#4E4841
(78,72,65)
#443E38
(68,62,56)
#3A342F
(58,52,47)
#302A26
(48,42,38)
#26201D
(38,32,29)
#1C1614
(28,22,20)
#120C0B
(18,12,11)
#000000
(0,0,0)

Tints of #767065

#767065
(118,112,101)
#827D73
(130,125,115)
#8E8A81
(142,138,129)
#9A978F
(154,151,143)
#A6A49D
(166,164,157)
#B2B1AB
(178,177,171)
#BEBEB9
(190,190,185)
#CACBC7
(202,203,199)
#D6D8D5
(214,216,213)
#E2E5E3
(226,229,227)
#EEF2F1
(238,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767065; }

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

This text font color is #767065.


Background Color

.myBgColor { background-color: #767065; }

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

This div background color is #767065.


Border color

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

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

This div border color is #767065.


Opacity

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

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

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

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

This text has shadow with #767065 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767065 on black background.


Color preview on white background

This text has color #767065 on white background.



Black color preview on #767065 background

This text has black color on #767065 background.


White color preview on #767065 background

This text has white color on #767065 background.