COLOR #767368

HEX: #767368
RGB: (118,115,104)

Color info

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

RGB color model

#767368 color RGB value is (118,115,104).

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

RGB channels and saturation

R 118 of 255 = 46%
G 115 of 255 = 45%
B 104 of 255 = 41%

118
115
104

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

Portions of RGB colors in percentages

R + G + B =
118 + 115 + 104 = 337 (100%)
R 118 of 337 ~ 35.01%
G 115 of 337 ~ 34.12%
B 104 of 337 ~ 30.86%

%35.01
%34.12
%30.86

CMYK color model

#767368 color CMYK value is (0,3,12,54).

  • cyan value is 0.00%
  • magenta value is 2.54%
  • yellow value is 11.86%
  • key color value is 53.73%
CMYK:
(0,3,12,54)
C0M3Y12K54 
(0%,3%,12%,54%)
(0.00/0.03/0.12/0.54)	

CMYK percentages

%0
%2.54
%11.86
%53.73

Codes

Color #767368 in popluar color models

767368
RGB118115104
HSL47°6.31%43.53%
HSB/HSV47°11.86%46.27%
CMYK0.00%2.54%11.86%
53.73%

Color #767368 in popluar number systems.

HEX767368
Decimal118115104
Binary111011011100111101000
Octal166163150

Shades and tints

Shades of #767368

#767368
(118,115,104)
#6C695F
(108,105,95)
#625F56
(98,95,86)
#58554D
(88,85,77)
#4E4B44
(78,75,68)
#44413B
(68,65,59)
#3A3732
(58,55,50)
#302D29
(48,45,41)
#262320
(38,35,32)
#1C1917
(28,25,23)
#120F0E
(18,15,14)
#000000
(0,0,0)

Tints of #767368

#767368
(118,115,104)
#827F75
(130,127,117)
#8E8B82
(142,139,130)
#9A978F
(154,151,143)
#A6A39C
(166,163,156)
#B2AFA9
(178,175,169)
#BEBBB6
(190,187,182)
#CAC7C3
(202,199,195)
#D6D3D0
(214,211,208)
#E2DFDD
(226,223,221)
#EEEBEA
(238,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767368; }

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

This text font color is #767368.


Background Color

.myBgColor { background-color: #767368; }

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

This div background color is #767368.


Border color

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

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

This div border color is #767368.


Opacity

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

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

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

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

This text has shadow with #767368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767368 on black background.


Color preview on white background

This text has color #767368 on white background.



Black color preview on #767368 background

This text has black color on #767368 background.


White color preview on #767368 background

This text has white color on #767368 background.