COLOR #786771

HEX: #786771
RGB: (120,103,113)

Color info

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

RGB color model

#786771 color RGB value is (120,103,113).

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

RGB channels and saturation

R 120 of 255 = 47%
G 103 of 255 = 40%
B 113 of 255 = 44%

120
103
113

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

Portions of RGB colors in percentages

R + G + B =
120 + 103 + 113 = 336 (100%)
R 120 of 336 ~ 35.71%
G 103 of 336 ~ 30.65%
B 113 of 336 ~ 33.63%

%35.71
%30.65
%33.63

CMYK color model

#786771 color CMYK value is (0,14,6,53).

  • cyan value is 0.00%
  • magenta value is 14.17%
  • yellow value is 5.83%
  • key color value is 52.94%
CMYK:
(0,14,6,53)
C0M14Y6K53 
(0%,14%,6%,53%)
(0.00/0.14/0.06/0.53)	

CMYK percentages

%0
%14.17
%5.83
%52.94

Codes

Color #786771 in popluar color models

786771
RGB120103113
HSL325°7.62%43.73%
HSB/HSV325°14.17%47.06%
CMYK0.00%14.17%5.83%
52.94%

Color #786771 in popluar number systems.

HEX786771
Decimal120103113
Binary111100011001111110001
Octal170147161

Shades and tints

Shades of #786771

#786771
(120,103,113)
#6E5E67
(110,94,103)
#64555D
(100,85,93)
#5A4C53
(90,76,83)
#504349
(80,67,73)
#463A3F
(70,58,63)
#3C3135
(60,49,53)
#32282B
(50,40,43)
#281F21
(40,31,33)
#1E1617
(30,22,23)
#140D0D
(20,13,13)
#000000
(0,0,0)

Tints of #786771

#786771
(120,103,113)
#84747D
(132,116,125)
#908189
(144,129,137)
#9C8E95
(156,142,149)
#A89BA1
(168,155,161)
#B4A8AD
(180,168,173)
#C0B5B9
(192,181,185)
#CCC2C5
(204,194,197)
#D8CFD1
(216,207,209)
#E4DCDD
(228,220,221)
#F0E9E9
(240,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #786771; }

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

This text font color is #786771.


Background Color

.myBgColor { background-color: #786771; }

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

This div background color is #786771.


Border color

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

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

This div border color is #786771.


Opacity

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

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

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

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

This text has shadow with #786771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786771 on black background.


Color preview on white background

This text has color #786771 on white background.



Black color preview on #786771 background

This text has black color on #786771 background.


White color preview on #786771 background

This text has white color on #786771 background.