COLOR #767559

HEX: #767559
RGB: (118,117,89)

Color info

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

RGB color model

#767559 color RGB value is (118,117,89).

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

RGB channels and saturation

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

118
117
89

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

Portions of RGB colors in percentages

R + G + B =
118 + 117 + 89 = 324 (100%)
R 118 of 324 ~ 36.42%
G 117 of 324 ~ 36.11%
B 89 of 324 ~ 27.47%

%36.42
%36.11
%27.47

CMYK color model

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

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

CMYK percentages

%0
%0.85
%24.58
%53.73

Codes

Color #767559 in popluar color models

767559
RGB11811789
HSL58°14.01%40.59%
HSB/HSV58°24.58%46.27%
CMYK0.00%0.85%24.58%
53.73%

Color #767559 in popluar number systems.

HEX767559
Decimal11811789
Binary111011011101011011001
Octal166165131

Shades and tints

Shades of #767559

#767559
(118,117,89)
#6C6B51
(108,107,81)
#626149
(98,97,73)
#585741
(88,87,65)
#4E4D39
(78,77,57)
#444331
(68,67,49)
#3A3929
(58,57,41)
#302F21
(48,47,33)
#262519
(38,37,25)
#1C1B11
(28,27,17)
#121109
(18,17,9)
#000000
(0,0,0)

Tints of #767559

#767559
(118,117,89)
#828168
(130,129,104)
#8E8D77
(142,141,119)
#9A9986
(154,153,134)
#A6A595
(166,165,149)
#B2B1A4
(178,177,164)
#BEBDB3
(190,189,179)
#CAC9C2
(202,201,194)
#D6D5D1
(214,213,209)
#E2E1E0
(226,225,224)
#EEEDEF
(238,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767559; }

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

This text font color is #767559.


Background Color

.myBgColor { background-color: #767559; }

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

This div background color is #767559.


Border color

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

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

This div border color is #767559.


Opacity

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

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

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

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

This text has shadow with #767559 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767559 on black background.


Color preview on white background

This text has color #767559 on white background.



Black color preview on #767559 background

This text has black color on #767559 background.


White color preview on #767559 background

This text has white color on #767559 background.