COLOR #766767

HEX: #766767
RGB: (118,103,103)

Color info

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

RGB color model

#766767 color RGB value is (118,103,103).

  • red value is 118;
  • green value is 103;
  • blue value is 103.
RGB:
(118,103,103)
(46%,40%,40%)

RGB channels and saturation

R 118 of 255 = 46%
G 103 of 255 = 40%
B 103 of 255 = 40%

118
103
103

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

Portions of RGB colors in percentages

R + G + B =
118 + 103 + 103 = 324 (100%)
R 118 of 324 ~ 36.42%
G 103 of 324 ~ 31.79%
B 103 of 324 ~ 31.79%

%36.42
%31.79
%31.79

CMYK color model

#766767 color CMYK value is (0,13,13,54).

  • cyan value is 0.00%
  • magenta value is 12.71%
  • yellow value is 12.71%
  • key color value is 53.73%
CMYK:
(0,13,13,54)
C0M13Y13K54 
(0%,13%,13%,54%)
(0.00/0.13/0.13/0.54)	

CMYK percentages

%0
%12.71
%12.71
%53.73

Codes

Color #766767 in popluar color models

766767
RGB118103103
HSL6.79%43.33%
HSB/HSV12.71%46.27%
CMYK0.00%12.71%12.71%
53.73%

Color #766767 in popluar number systems.

HEX766767
Decimal118103103
Binary111011011001111100111
Octal166147147

Shades and tints

Shades of #766767

#766767
(118,103,103)
#6C5E5E
(108,94,94)
#625555
(98,85,85)
#584C4C
(88,76,76)
#4E4343
(78,67,67)
#443A3A
(68,58,58)
#3A3131
(58,49,49)
#302828
(48,40,40)
#261F1F
(38,31,31)
#1C1616
(28,22,22)
#120D0D
(18,13,13)
#000000
(0,0,0)

Tints of #766767

#766767
(118,103,103)
#827474
(130,116,116)
#8E8181
(142,129,129)
#9A8E8E
(154,142,142)
#A69B9B
(166,155,155)
#B2A8A8
(178,168,168)
#BEB5B5
(190,181,181)
#CAC2C2
(202,194,194)
#D6CFCF
(214,207,207)
#E2DCDC
(226,220,220)
#EEE9E9
(238,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766767; }

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

This text font color is #766767.


Background Color

.myBgColor { background-color: #766767; }

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

This div background color is #766767.


Border color

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

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

This div border color is #766767.


Opacity

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

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

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

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

This text has shadow with #766767 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766767 on black background.


Color preview on white background

This text has color #766767 on white background.



Black color preview on #766767 background

This text has black color on #766767 background.


White color preview on #766767 background

This text has white color on #766767 background.