COLOR #767169

HEX: #767169
RGB: (118,113,105)

Color info

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

RGB color model

#767169 color RGB value is (118,113,105).

  • red value is 118;
  • green value is 113;
  • blue value is 105.
RGB:
(118,113,105)
(46%,44%,41%)

RGB channels and saturation

R 118 of 255 = 46%
G 113 of 255 = 44%
B 105 of 255 = 41%

118
113
105

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

Portions of RGB colors in percentages

R + G + B =
118 + 113 + 105 = 336 (100%)
R 118 of 336 ~ 35.12%
G 113 of 336 ~ 33.63%
B 105 of 336 ~ 31.25%

%35.12
%33.63
%31.25

CMYK color model

#767169 color CMYK value is (0,4,11,54).

  • cyan value is 0.00%
  • magenta value is 4.24%
  • yellow value is 11.02%
  • key color value is 53.73%
CMYK:
(0,4,11,54)
C0M4Y11K54 
(0%,4%,11%,54%)
(0.00/0.04/0.11/0.54)	

CMYK percentages

%0
%4.24
%11.02
%53.73

Codes

Color #767169 in popluar color models

767169
RGB118113105
HSL37°5.83%43.73%
HSB/HSV37°11.02%46.27%
CMYK0.00%4.24%11.02%
53.73%

Color #767169 in popluar number systems.

HEX767169
Decimal118113105
Binary111011011100011101001
Octal166161151

Shades and tints

Shades of #767169

#767169
(118,113,105)
#6C6760
(108,103,96)
#625D57
(98,93,87)
#58534E
(88,83,78)
#4E4945
(78,73,69)
#443F3C
(68,63,60)
#3A3533
(58,53,51)
#302B2A
(48,43,42)
#262121
(38,33,33)
#1C1718
(28,23,24)
#120D0F
(18,13,15)
#000000
(0,0,0)

Tints of #767169

#767169
(118,113,105)
#827D76
(130,125,118)
#8E8983
(142,137,131)
#9A9590
(154,149,144)
#A6A19D
(166,161,157)
#B2ADAA
(178,173,170)
#BEB9B7
(190,185,183)
#CAC5C4
(202,197,196)
#D6D1D1
(214,209,209)
#E2DDDE
(226,221,222)
#EEE9EB
(238,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #767169 color. Also use rgb(118,113,105) instead hex code.

Text Font Color

.myTextColor { color: #767169; }

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

This text font color is #767169.


Background Color

.myBgColor { background-color: #767169; }

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

This div background color is #767169.


Border color

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

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

This div border color is #767169.


Opacity

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

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

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

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

This text has shadow with #767169 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767169 on black background.


Color preview on white background

This text has color #767169 on white background.



Black color preview on #767169 background

This text has black color on #767169 background.


White color preview on #767169 background

This text has white color on #767169 background.