COLOR #787D63

HEX: #787D63 RGB: (120,125,99)

Color info

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

RGB color model

#787D63 color RGB value is (120,125,99).

RGB: (120,125,99) (47%, 49%, 39%)

RGB channels and saturation

R 120 of 255 = 47%
G 125 of 255 = 49%
B 99 of 255 = 39%

120
125
99

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

Portions of RGB colors in percentages

R + G + B = 120 + 125 + 99 = 344 (100%)
R 120 of 344 ~ 34.88%
G 125 of 344 ~ 36.34%
B 99 of 344 ~ 28.78'%

%34.88
%36.34
%28.78

CMYK color model

#787D63 color CMYK value is (4,0,21,51).

  • cyan value is 4.00%
  • magenta value is 0.00%
  • yellow value is 20.80%
  • key color value is 50.98%
CMYK: (4,0,21,51) C4M0Y21K51 (4%,0%,21%,51%) (0.04/0.00/0.21/0.51) 

CMYK percentages

%4
%0
%20.8
%50.98

Codes

Color #787D63 in popluar color models

78 7D 63
RGB 120 125 99
HSL 72° 11.61% 43.92%
HSB/HSV 72° 20.80% 49.02%
CMYK 4.00% 0.00% 20.80%
50.98%

Color #787D63 in popluar number systems.

HEX 78 7D 63
Decimal 120 125 99
Binary 1111000 1111101 1100011
Octal 170 175 143

Shades and tints

Shades of #787D63

#787D63
(120,125,99)
#6E725A
(110,114,90)
#646751
(100,103,81)
#5A5C48
(90,92,72)
#50513F
(80,81,63)
#464636
(70,70,54)
#3C3B2D
(60,59,45)
#323024
(50,48,36)
#28251B
(40,37,27)
#1E1A12
(30,26,18)
#140F09
(20,15,9)
#000000
(0,0,0)

Tints of #787D63

#787D63
(120,125,99)
#848871
(132,136,113)
#90937F
(144,147,127)
#9C9E8D
(156,158,141)
#A8A99B
(168,169,155)
#B4B4A9
(180,180,169)
#C0BFB7
(192,191,183)
#CCCAC5
(204,202,197)
#D8D5D3
(216,213,211)
#E4E0E1
(228,224,225)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787D63; }

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

This text font color is #787D63.

Background Color

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

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

This div background color is #787D63.

Border color

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

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

This div border color is #787D63.

Opacity

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

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

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

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

This text has shadow with #787D63 color.


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

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #787D63; -webkit-box-shadow: 1px 1px 3px 2px #787D63; box-shadow:1px 1px 3px 2px #787D63;">
Div content here
</div>

This div box has shadow with color #787D63.

Preview

Color preview on black background

This text has color #787D63 on black background.


Color preview on white background

This text has color #787D63 on white background.


Black color preview on #787D63 background

This text has black color on #787D63 background.


White color preview on #787D63 background

This text has white color on #787D63 background.


Related colors

Complementary color

Complementary color for #hex is #87829C.


I love getcolorcode.com

Triadic colors

1 #63787D and #7D6378 with #787D63 are triadic colors.

2 #637D78 and #7D7863 with #787D63 are triadic colors.