COLOR #767871

HEX: #767871
RGB: (118,120,113)

Color info

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

RGB color model

#767871 color RGB value is (118,120,113).

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

RGB channels and saturation

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

118
120
113

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

Portions of RGB colors in percentages

R + G + B =
118 + 120 + 113 = 351 (100%)
R 118 of 351 ~ 33.62%
G 120 of 351 ~ 34.19%
B 113 of 351 ~ 32.19%

%33.62
%34.19
%32.19

CMYK color model

#767871 color CMYK value is (2,0,6,53).

  • cyan value is 1.67%
  • magenta value is 0.00%
  • yellow value is 5.83%
  • key color value is 52.94%
CMYK:
(2,0,6,53)
C2M0Y6K53 
(2%,0%,6%,53%)
(0.02/0.00/0.06/0.53)	

CMYK percentages

%1.67
%0
%5.83
%52.94

Codes

Color #767871 in popluar color models

767871
RGB118120113
HSL77°3.00%45.69%
HSB/HSV77°5.83%47.06%
CMYK1.67%0.00%5.83%
52.94%

Color #767871 in popluar number systems.

HEX767871
Decimal118120113
Binary111011011110001110001
Octal166170161

Shades and tints

Shades of #767871

#767871
(118,120,113)
#6C6E67
(108,110,103)
#62645D
(98,100,93)
#585A53
(88,90,83)
#4E5049
(78,80,73)
#44463F
(68,70,63)
#3A3C35
(58,60,53)
#30322B
(48,50,43)
#262821
(38,40,33)
#1C1E17
(28,30,23)
#12140D
(18,20,13)
#000000
(0,0,0)

Tints of #767871

#767871
(118,120,113)
#82847D
(130,132,125)
#8E9089
(142,144,137)
#9A9C95
(154,156,149)
#A6A8A1
(166,168,161)
#B2B4AD
(178,180,173)
#BEC0B9
(190,192,185)
#CACCC5
(202,204,197)
#D6D8D1
(214,216,209)
#E2E4DD
(226,228,221)
#EEF0E9
(238,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767871; }

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

This text font color is #767871.


Background Color

.myBgColor { background-color: #767871; }

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

This div background color is #767871.


Border color

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

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

This div border color is #767871.


Opacity

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

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

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

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

This text has shadow with #767871 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767871 on black background.


Color preview on white background

This text has color #767871 on white background.



Black color preview on #767871 background

This text has black color on #767871 background.


White color preview on #767871 background

This text has white color on #767871 background.