COLOR #767269

HEX: #767269
RGB: (118,114,105)

Color info

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

RGB color model

#767269 color RGB value is (118,114,105).

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

RGB channels and saturation

R 118 of 255 = 46%
G 114 of 255 = 45%
B 105 of 255 = 41%

118
114
105

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

Portions of RGB colors in percentages

R + G + B =
118 + 114 + 105 = 337 (100%)
R 118 of 337 ~ 35.01%
G 114 of 337 ~ 33.83%
B 105 of 337 ~ 31.16%

%35.01
%33.83
%31.16

CMYK color model

#767269 color CMYK value is (0,3,11,54).

  • cyan value is 0.00%
  • magenta value is 3.39%
  • yellow value is 11.02%
  • key color value is 53.73%
CMYK:
(0,3,11,54)
C0M3Y11K54 
(0%,3%,11%,54%)
(0.00/0.03/0.11/0.54)	

CMYK percentages

%0
%3.39
%11.02
%53.73

Codes

Color #767269 in popluar color models

767269
RGB118114105
HSL42°5.83%43.73%
HSB/HSV42°11.02%46.27%
CMYK0.00%3.39%11.02%
53.73%

Color #767269 in popluar number systems.

HEX767269
Decimal118114105
Binary111011011100101101001
Octal166162151

Shades and tints

Shades of #767269

#767269
(118,114,105)
#6C6860
(108,104,96)
#625E57
(98,94,87)
#58544E
(88,84,78)
#4E4A45
(78,74,69)
#44403C
(68,64,60)
#3A3633
(58,54,51)
#302C2A
(48,44,42)
#262221
(38,34,33)
#1C1818
(28,24,24)
#120E0F
(18,14,15)
#000000
(0,0,0)

Tints of #767269

#767269
(118,114,105)
#827E76
(130,126,118)
#8E8A83
(142,138,131)
#9A9690
(154,150,144)
#A6A29D
(166,162,157)
#B2AEAA
(178,174,170)
#BEBAB7
(190,186,183)
#CAC6C4
(202,198,196)
#D6D2D1
(214,210,209)
#E2DEDE
(226,222,222)
#EEEAEB
(238,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767269; }

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

This text font color is #767269.


Background Color

.myBgColor { background-color: #767269; }

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

This div background color is #767269.


Border color

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

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

This div border color is #767269.


Opacity

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

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

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

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

This text has shadow with #767269 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767269 on black background.


Color preview on white background

This text has color #767269 on white background.



Black color preview on #767269 background

This text has black color on #767269 background.


White color preview on #767269 background

This text has white color on #767269 background.