COLOR #767671

HEX: #767671
RGB: (118,118,113)

Color info

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

RGB color model

#767671 color RGB value is (118,118,113).

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

RGB channels and saturation

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

118
118
113

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

Portions of RGB colors in percentages

R + G + B =
118 + 118 + 113 = 349 (100%)
R 118 of 349 ~ 33.81%
G 118 of 349 ~ 33.81%
B 113 of 349 ~ 32.38%

%33.81
%33.81
%32.38

CMYK color model

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

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

CMYK percentages

%0
%0
%4.24
%53.73

Codes

Color #767671 in popluar color models

767671
RGB118118113
HSL60°2.16%45.29%
HSB/HSV60°4.24%46.27%
CMYK0.00%0.00%4.24%
53.73%

Color #767671 in popluar number systems.

HEX767671
Decimal118118113
Binary111011011101101110001
Octal166166161

Shades and tints

Shades of #767671

#767671
(118,118,113)
#6C6C67
(108,108,103)
#62625D
(98,98,93)
#585853
(88,88,83)
#4E4E49
(78,78,73)
#44443F
(68,68,63)
#3A3A35
(58,58,53)
#30302B
(48,48,43)
#262621
(38,38,33)
#1C1C17
(28,28,23)
#12120D
(18,18,13)
#000000
(0,0,0)

Tints of #767671

#767671
(118,118,113)
#82827D
(130,130,125)
#8E8E89
(142,142,137)
#9A9A95
(154,154,149)
#A6A6A1
(166,166,161)
#B2B2AD
(178,178,173)
#BEBEB9
(190,190,185)
#CACAC5
(202,202,197)
#D6D6D1
(214,214,209)
#E2E2DD
(226,226,221)
#EEEEE9
(238,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767671; }

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

This text font color is #767671.


Background Color

.myBgColor { background-color: #767671; }

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

This div background color is #767671.


Border color

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

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

This div border color is #767671.


Opacity

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

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

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

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

This text has shadow with #767671 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767671 on black background.


Color preview on white background

This text has color #767671 on white background.



Black color preview on #767671 background

This text has black color on #767671 background.


White color preview on #767671 background

This text has white color on #767671 background.