COLOR #787E67

HEX: #787E67
RGB: (120,126,103)

Color info

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

RGB color model

#787E67 color RGB value is (120,126,103).

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

RGB channels and saturation

R 120 of 255 = 47%
G 126 of 255 = 49%
B 103 of 255 = 40%

120
126
103

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

Portions of RGB colors in percentages

R + G + B =
120 + 126 + 103 = 349 (100%)
R 120 of 349 ~ 34.38%
G 126 of 349 ~ 36.1%
B 103 of 349 ~ 29.51%

%34.38
%36.1
%29.51

CMYK color model

#787E67 color CMYK value is (5,0,18,51).

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 18.25%
  • key color value is 50.59%
CMYK: (5,0,18,51) C5M0Y18K51 (5%,0%,18%,51%) (0.05/0.00/0.18/0.51)

CMYK percentages

%4.76
%0
%18.25
%50.59

Codes

Color #787E67 in popluar color models

787E67
RGB120126103
HSL76°10.04%44.90%
HSB/HSV76°18.25%49.41%
CMYK4.76%0.00%18.25%
50.59%

Color #787E67 in popluar number systems.

HEX787E67
Decimal120126103
Binary111100011111101100111
Octal170176147

Shades and tints

Shades of #787E67

#787E67
(120,126,103)
#6E735E
(110,115,94)
#646855
(100,104,85)
#5A5D4C
(90,93,76)
#505243
(80,82,67)
#46473A
(70,71,58)
#3C3C31
(60,60,49)
#323128
(50,49,40)
#28261F
(40,38,31)
#1E1B16
(30,27,22)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #787E67

#787E67
(120,126,103)
#848974
(132,137,116)
#909481
(144,148,129)
#9C9F8E
(156,159,142)
#A8AA9B
(168,170,155)
#B4B5A8
(180,181,168)
#C0C0B5
(192,192,181)
#CCCBC2
(204,203,194)
#D8D6CF
(216,214,207)
#E4E1DC
(228,225,220)
#F0ECE9
(240,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787E67; }

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

This text font color is #787E67.


Background Color

.myBgColor { background-color: #787E67; }

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

This div background color is #787E67.


Border color

.myBorderColor { border: 1px solid #787E67; }

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

This div border color is #787E67.


Opacity

.myOpacity80 { color: #787E67; opacity: 0.8; }

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

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

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

This text has shadow with #787E67 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #787E67 on black background.


Color preview on white background

This text has color #787E67 on white background.



Black color preview on #787E67 background

This text has black color on #787E67 background.


White color preview on #787E67 background

This text has white color on #787E67 background.