COLOR #767259

HEX: #767259
RGB: (118,114,89)

Color info

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

RGB color model

#767259 color RGB value is (118,114,89).

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

RGB channels and saturation

R 118 of 255 = 46%
G 114 of 255 = 45%
B 89 of 255 = 35%

118
114
89

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

Portions of RGB colors in percentages

R + G + B =
118 + 114 + 89 = 321 (100%)
R 118 of 321 ~ 36.76%
G 114 of 321 ~ 35.51%
B 89 of 321 ~ 27.73%

%36.76
%35.51
%27.73

CMYK color model

#767259 color CMYK value is (0,3,25,54).

  • cyan value is 0.00%
  • magenta value is 3.39%
  • yellow value is 24.58%
  • key color value is 53.73%
CMYK:
(0,3,25,54)
C0M3Y25K54 
(0%,3%,25%,54%)
(0.00/0.03/0.25/0.54)	

CMYK percentages

%0
%3.39
%24.58
%53.73

Codes

Color #767259 in popluar color models

767259
RGB11811489
HSL52°14.01%40.59%
HSB/HSV52°24.58%46.27%
CMYK0.00%3.39%24.58%
53.73%

Color #767259 in popluar number systems.

HEX767259
Decimal11811489
Binary111011011100101011001
Octal166162131

Shades and tints

Shades of #767259

#767259
(118,114,89)
#6C6851
(108,104,81)
#625E49
(98,94,73)
#585441
(88,84,65)
#4E4A39
(78,74,57)
#444031
(68,64,49)
#3A3629
(58,54,41)
#302C21
(48,44,33)
#262219
(38,34,25)
#1C1811
(28,24,17)
#120E09
(18,14,9)
#000000
(0,0,0)

Tints of #767259

#767259
(118,114,89)
#827E68
(130,126,104)
#8E8A77
(142,138,119)
#9A9686
(154,150,134)
#A6A295
(166,162,149)
#B2AEA4
(178,174,164)
#BEBAB3
(190,186,179)
#CAC6C2
(202,198,194)
#D6D2D1
(214,210,209)
#E2DEE0
(226,222,224)
#EEEAEF
(238,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767259; }

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

This text font color is #767259.


Background Color

.myBgColor { background-color: #767259; }

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

This div background color is #767259.


Border color

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

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

This div border color is #767259.


Opacity

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

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

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

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

This text has shadow with #767259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767259 on black background.


Color preview on white background

This text has color #767259 on white background.



Black color preview on #767259 background

This text has black color on #767259 background.


White color preview on #767259 background

This text has white color on #767259 background.