COLOR #767468

HEX: #767468
RGB: (118,116,104)

Color info

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

RGB color model

#767468 color RGB value is (118,116,104).

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

RGB channels and saturation

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

118
116
104

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

Portions of RGB colors in percentages

R + G + B =
118 + 116 + 104 = 338 (100%)
R 118 of 338 ~ 34.91%
G 116 of 338 ~ 34.32%
B 104 of 338 ~ 30.77%

%34.91
%34.32
%30.77

CMYK color model

#767468 color CMYK value is (0,2,12,54).

  • cyan value is 0.00%
  • magenta value is 1.69%
  • yellow value is 11.86%
  • key color value is 53.73%
CMYK:
(0,2,12,54)
C0M2Y12K54 
(0%,2%,12%,54%)
(0.00/0.02/0.12/0.54)	

CMYK percentages

%0
%1.69
%11.86
%53.73

Codes

Color #767468 in popluar color models

767468
RGB118116104
HSL51°6.31%43.53%
HSB/HSV51°11.86%46.27%
CMYK0.00%1.69%11.86%
53.73%

Color #767468 in popluar number systems.

HEX767468
Decimal118116104
Binary111011011101001101000
Octal166164150

Shades and tints

Shades of #767468

#767468
(118,116,104)
#6C6A5F
(108,106,95)
#626056
(98,96,86)
#58564D
(88,86,77)
#4E4C44
(78,76,68)
#44423B
(68,66,59)
#3A3832
(58,56,50)
#302E29
(48,46,41)
#262420
(38,36,32)
#1C1A17
(28,26,23)
#12100E
(18,16,14)
#000000
(0,0,0)

Tints of #767468

#767468
(118,116,104)
#828075
(130,128,117)
#8E8C82
(142,140,130)
#9A988F
(154,152,143)
#A6A49C
(166,164,156)
#B2B0A9
(178,176,169)
#BEBCB6
(190,188,182)
#CAC8C3
(202,200,195)
#D6D4D0
(214,212,208)
#E2E0DD
(226,224,221)
#EEECEA
(238,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767468; }

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

This text font color is #767468.


Background Color

.myBgColor { background-color: #767468; }

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

This div background color is #767468.


Border color

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

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

This div border color is #767468.


Opacity

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

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

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

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

This text has shadow with #767468 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767468 on black background.


Color preview on white background

This text has color #767468 on white background.



Black color preview on #767468 background

This text has black color on #767468 background.


White color preview on #767468 background

This text has white color on #767468 background.