COLOR #767168

HEX: #767168
RGB: (118,113,104)

Color info

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

RGB color model

#767168 color RGB value is (118,113,104).

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

RGB channels and saturation

R 118 of 255 = 46%
G 113 of 255 = 44%
B 104 of 255 = 41%

118
113
104

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

Portions of RGB colors in percentages

R + G + B =
118 + 113 + 104 = 335 (100%)
R 118 of 335 ~ 35.22%
G 113 of 335 ~ 33.73%
B 104 of 335 ~ 31.04%

%35.22
%33.73
%31.04

CMYK color model

#767168 color CMYK value is (0,4,12,54).

  • cyan value is 0.00%
  • magenta value is 4.24%
  • yellow value is 11.86%
  • key color value is 53.73%
CMYK:
(0,4,12,54)
C0M4Y12K54 
(0%,4%,12%,54%)
(0.00/0.04/0.12/0.54)	

CMYK percentages

%0
%4.24
%11.86
%53.73

Codes

Color #767168 in popluar color models

767168
RGB118113104
HSL39°6.31%43.53%
HSB/HSV39°11.86%46.27%
CMYK0.00%4.24%11.86%
53.73%

Color #767168 in popluar number systems.

HEX767168
Decimal118113104
Binary111011011100011101000
Octal166161150

Shades and tints

Shades of #767168

#767168
(118,113,104)
#6C675F
(108,103,95)
#625D56
(98,93,86)
#58534D
(88,83,77)
#4E4944
(78,73,68)
#443F3B
(68,63,59)
#3A3532
(58,53,50)
#302B29
(48,43,41)
#262120
(38,33,32)
#1C1717
(28,23,23)
#120D0E
(18,13,14)
#000000
(0,0,0)

Tints of #767168

#767168
(118,113,104)
#827D75
(130,125,117)
#8E8982
(142,137,130)
#9A958F
(154,149,143)
#A6A19C
(166,161,156)
#B2ADA9
(178,173,169)
#BEB9B6
(190,185,182)
#CAC5C3
(202,197,195)
#D6D1D0
(214,209,208)
#E2DDDD
(226,221,221)
#EEE9EA
(238,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767168; }

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

This text font color is #767168.


Background Color

.myBgColor { background-color: #767168; }

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

This div background color is #767168.


Border color

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

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

This div border color is #767168.


Opacity

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

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

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

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

This text has shadow with #767168 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767168 on black background.


Color preview on white background

This text has color #767168 on white background.



Black color preview on #767168 background

This text has black color on #767168 background.


White color preview on #767168 background

This text has white color on #767168 background.