COLOR #787465

HEX: #787465
RGB: (120,116,101)

Color info

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

RGB color model

#787465 color RGB value is (120,116,101).

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

RGB channels and saturation

R 120 of 255 = 47%
G 116 of 255 = 45%
B 101 of 255 = 40%

120
116
101

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

Portions of RGB colors in percentages

R + G + B =
120 + 116 + 101 = 337 (100%)
R 120 of 337 ~ 35.61%
G 116 of 337 ~ 34.42%
B 101 of 337 ~ 29.97%

%35.61
%34.42
%29.97

CMYK color model

#787465 color CMYK value is (0,3,16,53).

  • cyan value is 0.00%
  • magenta value is 3.33%
  • yellow value is 15.83%
  • key color value is 52.94%
CMYK:
(0,3,16,53)
C0M3Y16K53 
(0%,3%,16%,53%)
(0.00/0.03/0.16/0.53)	

CMYK percentages

%0
%3.33
%15.83
%52.94

Codes

Color #787465 in popluar color models

787465
RGB120116101
HSL47°8.60%43.33%
HSB/HSV47°15.83%47.06%
CMYK0.00%3.33%15.83%
52.94%

Color #787465 in popluar number systems.

HEX787465
Decimal120116101
Binary111100011101001100101
Octal170164145

Shades and tints

Shades of #787465

#787465
(120,116,101)
#6E6A5C
(110,106,92)
#646053
(100,96,83)
#5A564A
(90,86,74)
#504C41
(80,76,65)
#464238
(70,66,56)
#3C382F
(60,56,47)
#322E26
(50,46,38)
#28241D
(40,36,29)
#1E1A14
(30,26,20)
#14100B
(20,16,11)
#000000
(0,0,0)

Tints of #787465

#787465
(120,116,101)
#848073
(132,128,115)
#908C81
(144,140,129)
#9C988F
(156,152,143)
#A8A49D
(168,164,157)
#B4B0AB
(180,176,171)
#C0BCB9
(192,188,185)
#CCC8C7
(204,200,199)
#D8D4D5
(216,212,213)
#E4E0E3
(228,224,227)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787465; }

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

This text font color is #787465.


Background Color

.myBgColor { background-color: #787465; }

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

This div background color is #787465.


Border color

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

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

This div border color is #787465.


Opacity

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

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

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

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

This text has shadow with #787465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787465 on black background.


Color preview on white background

This text has color #787465 on white background.



Black color preview on #787465 background

This text has black color on #787465 background.


White color preview on #787465 background

This text has white color on #787465 background.