COLOR #767471

HEX: #767471
RGB: (118,116,113)

Color info

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

RGB color model

#767471 color RGB value is (118,116,113).

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

RGB channels and saturation

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

118
116
113

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

Portions of RGB colors in percentages

R + G + B =
118 + 116 + 113 = 347 (100%)
R 118 of 347 ~ 34.01%
G 116 of 347 ~ 33.43%
B 113 of 347 ~ 32.56%

%34.01
%33.43
%32.56

CMYK color model

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

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

CMYK percentages

%0
%1.69
%4.24
%53.73

Codes

Color #767471 in popluar color models

767471
RGB118116113
HSL36°2.16%45.29%
HSB/HSV36°4.24%46.27%
CMYK0.00%1.69%4.24%
53.73%

Color #767471 in popluar number systems.

HEX767471
Decimal118116113
Binary111011011101001110001
Octal166164161

Shades and tints

Shades of #767471

#767471
(118,116,113)
#6C6A67
(108,106,103)
#62605D
(98,96,93)
#585653
(88,86,83)
#4E4C49
(78,76,73)
#44423F
(68,66,63)
#3A3835
(58,56,53)
#302E2B
(48,46,43)
#262421
(38,36,33)
#1C1A17
(28,26,23)
#12100D
(18,16,13)
#000000
(0,0,0)

Tints of #767471

#767471
(118,116,113)
#82807D
(130,128,125)
#8E8C89
(142,140,137)
#9A9895
(154,152,149)
#A6A4A1
(166,164,161)
#B2B0AD
(178,176,173)
#BEBCB9
(190,188,185)
#CAC8C5
(202,200,197)
#D6D4D1
(214,212,209)
#E2E0DD
(226,224,221)
#EEECE9
(238,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767471; }

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

This text font color is #767471.


Background Color

.myBgColor { background-color: #767471; }

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

This div background color is #767471.


Border color

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

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

This div border color is #767471.


Opacity

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

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

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

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

This text has shadow with #767471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767471 on black background.


Color preview on white background

This text has color #767471 on white background.



Black color preview on #767471 background

This text has black color on #767471 background.


White color preview on #767471 background

This text has white color on #767471 background.