COLOR #767357

HEX: #767357
RGB: (118,115,87)

Color info

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

RGB color model

#767357 color RGB value is (118,115,87).

  • red value is 118;
  • green value is 115;
  • blue value is 87.
RGB:
(118,115,87)
(46%,45%,34%)

RGB channels and saturation

R 118 of 255 = 46%
G 115 of 255 = 45%
B 87 of 255 = 34%

118
115
87

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

Portions of RGB colors in percentages

R + G + B =
118 + 115 + 87 = 320 (100%)
R 118 of 320 ~ 36.88%
G 115 of 320 ~ 35.94%
B 87 of 320 ~ 27.19%

%36.88
%35.94
%27.19

CMYK color model

#767357 color CMYK value is (0,3,26,54).

  • cyan value is 0.00%
  • magenta value is 2.54%
  • yellow value is 26.27%
  • key color value is 53.73%
CMYK:
(0,3,26,54)
C0M3Y26K54 
(0%,3%,26%,54%)
(0.00/0.03/0.26/0.54)	

CMYK percentages

%0
%2.54
%26.27
%53.73

Codes

Color #767357 in popluar color models

767357
RGB11811587
HSL54°15.12%40.20%
HSB/HSV54°26.27%46.27%
CMYK0.00%2.54%26.27%
53.73%

Color #767357 in popluar number systems.

HEX767357
Decimal11811587
Binary111011011100111010111
Octal166163127

Shades and tints

Shades of #767357

#767357
(118,115,87)
#6C6950
(108,105,80)
#625F49
(98,95,73)
#585542
(88,85,66)
#4E4B3B
(78,75,59)
#444134
(68,65,52)
#3A372D
(58,55,45)
#302D26
(48,45,38)
#26231F
(38,35,31)
#1C1918
(28,25,24)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #767357

#767357
(118,115,87)
#827F66
(130,127,102)
#8E8B75
(142,139,117)
#9A9784
(154,151,132)
#A6A393
(166,163,147)
#B2AFA2
(178,175,162)
#BEBBB1
(190,187,177)
#CAC7C0
(202,199,192)
#D6D3CF
(214,211,207)
#E2DFDE
(226,223,222)
#EEEBED
(238,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767357; }

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

This text font color is #767357.


Background Color

.myBgColor { background-color: #767357; }

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

This div background color is #767357.


Border color

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

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

This div border color is #767357.


Opacity

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

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

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

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

This text has shadow with #767357 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767357 on black background.


Color preview on white background

This text has color #767357 on white background.



Black color preview on #767357 background

This text has black color on #767357 background.


White color preview on #767357 background

This text has white color on #767357 background.