COLOR #787866

HEX: #787866
RGB: (120,120,102)

Color info

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

RGB color model

#787866 color RGB value is (120,120,102).

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

RGB channels and saturation

R 120 of 255 = 47%
G 120 of 255 = 47%
B 102 of 255 = 40%

120
120
102

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

Portions of RGB colors in percentages

R + G + B =
120 + 120 + 102 = 342 (100%)
R 120 of 342 ~ 35.09%
G 120 of 342 ~ 35.09%
B 102 of 342 ~ 29.82%

%35.09
%35.09
%29.82

CMYK color model

#787866 color CMYK value is (0,0,15,53).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 15.00%
  • key color value is 52.94%
CMYK:
(0,0,15,53)
C0M0Y15K53 
(0%,0%,15%,53%)
(0.00/0.00/0.15/0.53)	

CMYK percentages

%0
%0
%15
%52.94

Codes

Color #787866 in popluar color models

787866
RGB120120102
HSL60°8.11%43.53%
HSB/HSV60°15.00%47.06%
CMYK0.00%0.00%15.00%
52.94%

Color #787866 in popluar number systems.

HEX787866
Decimal120120102
Binary111100011110001100110
Octal170170146

Shades and tints

Shades of #787866

#787866
(120,120,102)
#6E6E5D
(110,110,93)
#646454
(100,100,84)
#5A5A4B
(90,90,75)
#505042
(80,80,66)
#464639
(70,70,57)
#3C3C30
(60,60,48)
#323227
(50,50,39)
#28281E
(40,40,30)
#1E1E15
(30,30,21)
#14140C
(20,20,12)
#000000
(0,0,0)

Tints of #787866

#787866
(120,120,102)
#848473
(132,132,115)
#909080
(144,144,128)
#9C9C8D
(156,156,141)
#A8A89A
(168,168,154)
#B4B4A7
(180,180,167)
#C0C0B4
(192,192,180)
#CCCCC1
(204,204,193)
#D8D8CE
(216,216,206)
#E4E4DB
(228,228,219)
#F0F0E8
(240,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787866; }

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

This text font color is #787866.


Background Color

.myBgColor { background-color: #787866; }

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

This div background color is #787866.


Border color

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

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

This div border color is #787866.


Opacity

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

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

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

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

This text has shadow with #787866 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787866 on black background.


Color preview on white background

This text has color #787866 on white background.



Black color preview on #787866 background

This text has black color on #787866 background.


White color preview on #787866 background

This text has white color on #787866 background.