COLOR #787D67

HEX: #787D67
RGB: (120,125,103)

Color info

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

RGB color model

#787D67 color RGB value is (120,125,103).

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

RGB channels and saturation

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

120
125
103

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

Portions of RGB colors in percentages

R + G + B =
120 + 125 + 103 = 348 (100%)
R 120 of 348 ~ 34.48%
G 125 of 348 ~ 35.92%
B 103 of 348 ~ 29.6%

%34.48
%35.92
%29.6

CMYK color model

#787D67 color CMYK value is (4,0,18,51).

  • cyan value is 4.00%
  • magenta value is 0.00%
  • yellow value is 17.60%
  • key color value is 50.98%
CMYK: (4,0,18,51) C4M0Y18K51 (4%,0%,18%,51%) (0.04/0.00/0.18/0.51)

CMYK percentages

%4
%0
%17.6
%50.98

Codes

Color #787D67 in popluar color models

787D67
RGB120125103
HSL74°9.65%44.71%
HSB/HSV74°17.60%49.02%
CMYK4.00%0.00%17.60%
50.98%

Color #787D67 in popluar number systems.

HEX787D67
Decimal120125103
Binary111100011111011100111
Octal170175147

Shades and tints

Shades of #787D67

#787D67
(120,125,103)
#6E725E
(110,114,94)
#646755
(100,103,85)
#5A5C4C
(90,92,76)
#505143
(80,81,67)
#46463A
(70,70,58)
#3C3B31
(60,59,49)
#323028
(50,48,40)
#28251F
(40,37,31)
#1E1A16
(30,26,22)
#140F0D
(20,15,13)
#000000
(0,0,0)

Tints of #787D67

#787D67
(120,125,103)
#848874
(132,136,116)
#909381
(144,147,129)
#9C9E8E
(156,158,142)
#A8A99B
(168,169,155)
#B4B4A8
(180,180,168)
#C0BFB5
(192,191,181)
#CCCAC2
(204,202,194)
#D8D5CF
(216,213,207)
#E4E0DC
(228,224,220)
#F0EBE9
(240,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787D67; }

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

This text font color is #787D67.


Background Color

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

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

This div background color is #787D67.


Border color

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

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

This div border color is #787D67.


Opacity

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

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

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

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

This text has shadow with #787D67 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #787D67 on black background.


Color preview on white background

This text has color #787D67 on white background.



Black color preview on #787D67 background

This text has black color on #787D67 background.


White color preview on #787D67 background

This text has white color on #787D67 background.