COLOR #767659

HEX: #767659
RGB: (118,118,89)

Color info

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

RGB color model

#767659 color RGB value is (118,118,89).

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

RGB channels and saturation

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

118
118
89

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

Portions of RGB colors in percentages

R + G + B =
118 + 118 + 89 = 325 (100%)
R 118 of 325 ~ 36.31%
G 118 of 325 ~ 36.31%
B 89 of 325 ~ 27.38%

%36.31
%36.31
%27.38

CMYK color model

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

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

CMYK percentages

%0
%0
%24.58
%53.73

Codes

Color #767659 in popluar color models

767659
RGB11811889
HSL60°14.01%40.59%
HSB/HSV60°24.58%46.27%
CMYK0.00%0.00%24.58%
53.73%

Color #767659 in popluar number systems.

HEX767659
Decimal11811889
Binary111011011101101011001
Octal166166131

Shades and tints

Shades of #767659

#767659
(118,118,89)
#6C6C51
(108,108,81)
#626249
(98,98,73)
#585841
(88,88,65)
#4E4E39
(78,78,57)
#444431
(68,68,49)
#3A3A29
(58,58,41)
#303021
(48,48,33)
#262619
(38,38,25)
#1C1C11
(28,28,17)
#121209
(18,18,9)
#000000
(0,0,0)

Tints of #767659

#767659
(118,118,89)
#828268
(130,130,104)
#8E8E77
(142,142,119)
#9A9A86
(154,154,134)
#A6A695
(166,166,149)
#B2B2A4
(178,178,164)
#BEBEB3
(190,190,179)
#CACAC2
(202,202,194)
#D6D6D1
(214,214,209)
#E2E2E0
(226,226,224)
#EEEEEF
(238,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767659; }

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

This text font color is #767659.


Background Color

.myBgColor { background-color: #767659; }

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

This div background color is #767659.


Border color

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

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

This div border color is #767659.


Opacity

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

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

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

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

This text has shadow with #767659 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767659 on black background.


Color preview on white background

This text has color #767659 on white background.



Black color preview on #767659 background

This text has black color on #767659 background.


White color preview on #767659 background

This text has white color on #767659 background.