COLOR #787D65

HEX: #787D65
RGB: (120,125,101)

Color info

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

RGB color model

#787D65 color RGB value is (120,125,101).

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

RGB channels and saturation

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

120
125
101

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

Portions of RGB colors in percentages

R + G + B =
120 + 125 + 101 = 346 (100%)
R 120 of 346 ~ 34.68%
G 125 of 346 ~ 36.13%
B 101 of 346 ~ 29.19%

%34.68
%36.13
%29.19

CMYK color model

#787D65 color CMYK value is (4,0,19,51).

  • cyan value is 4.00%
  • magenta value is 0.00%
  • yellow value is 19.20%
  • key color value is 50.98%
CMYK:
(4,0,19,51)
C4M0Y19K51 
(4%,0%,19%,51%)
(0.04/0.00/0.19/0.51)	

CMYK percentages

%4
%0
%19.2
%50.98

Codes

Color #787D65 in popluar color models

787D65
RGB120125101
HSL73°10.62%44.31%
HSB/HSV73°19.20%49.02%
CMYK4.00%0.00%19.20%
50.98%

Color #787D65 in popluar number systems.

HEX787D65
Decimal120125101
Binary111100011111011100101
Octal170175145

Shades and tints

Shades of #787D65

#787D65
(120,125,101)
#6E725C
(110,114,92)
#646753
(100,103,83)
#5A5C4A
(90,92,74)
#505141
(80,81,65)
#464638
(70,70,56)
#3C3B2F
(60,59,47)
#323026
(50,48,38)
#28251D
(40,37,29)
#1E1A14
(30,26,20)
#140F0B
(20,15,11)
#000000
(0,0,0)

Tints of #787D65

#787D65
(120,125,101)
#848873
(132,136,115)
#909381
(144,147,129)
#9C9E8F
(156,158,143)
#A8A99D
(168,169,157)
#B4B4AB
(180,180,171)
#C0BFB9
(192,191,185)
#CCCAC7
(204,202,199)
#D8D5D5
(216,213,213)
#E4E0E3
(228,224,227)
#F0EBF1
(240,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787D65; }

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

This text font color is #787D65.


Background Color

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

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

This div background color is #787D65.


Border color

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

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

This div border color is #787D65.


Opacity

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

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

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

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

This text has shadow with #787D65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787D65 on black background.


Color preview on white background

This text has color #787D65 on white background.



Black color preview on #787D65 background

This text has black color on #787D65 background.


White color preview on #787D65 background

This text has white color on #787D65 background.